summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware
Commit message (Collapse)AuthorAge
* firmwareLinuxNonfree: 2021-05-11 -> 2021-07-16TredwellGit2021-07-16
|
* rtw89: init at 2021-07-03 (#129325)pca0061322021-07-07
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* Merge remote-tracking branch 'upstream/staging-next' into stagingJohn Ericson2021-05-11
|\
| * firmware-linux-nonfree: 2021-03-15 -> 2021-05-11Domen Kožar2021-05-11
| |
* | treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
|/ | | | | | | | | | | | | Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
* sof-firmware: 1.6 -> 1.7 (#121181)Henri Menke2021-04-30
|
* maintainers: remove tavycMichael Weiss2021-04-22
| | | | | Their last commit was dcc84d8 from 2017. Thank you for your contributions.
* raspberrypifw: 1.20210201 -> 1.20210303Martin Weinelt2021-04-05
|
* Merge pull request #113363 from mweinelt/rpiMartin Weinelt2021-04-05
|\
| * raspberrypiWirelessFirmware: 2020-12-01 -> 2021-01-28Martin Weinelt2021-02-18
| |
| * raspberrypifw: 1.20201201 -> 1.20210201Martin Weinelt2021-02-18
| |
* | lzma: deprecate aliasSandro Jäckel2021-04-04
| |
* | Merge pull request #116292 from samuelgrf/fix-rename/rtlwifi_newSandro2021-03-30
|\ \ | | | | | | rtlwifi_new: fix build & rename to rtw88
| * | rtlwifi_new: fix build & rename to rtw88Samuel Gräfenstein2021-03-30
| | |
* | | system76-firmware: remove aarch64-linux supportsuperherointj2021-03-24
| | |
* | | Merge pull request #116435 from jtojnar/fwupd-1.5.7Jan Tojnar2021-03-18
|\ \ \ | | | | | | | | fwupd: 1.5.5 → 1.5.7
| * | | fwupd: 1.5.5 → 1.5.7Jan Tojnar2021-03-15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announcement: - https://blogs.gnome.org/hughsie/2021/02/16/fwupd-1-5-6/ Changelogs: - https://github.com/fwupd/fwupd/releases/tag/1.5.6 - https://github.com/fwupd/fwupd/releases/tag/1.5.7 Main changes: - Adds UEFI SBAT support: https://github.com/fwupd/fwupd/blob/1.5.7/plugins/uefi-capsule/README.md#uefi-sbat-support https://github.com/rhboot/shim/blob/39b96c01bfd4547f38c9e573ff5d551057ea272c/SBAT.md
* | | firmwareLinuxNonfree: 2021-02-08 > 2021-03-15Yurii Matsiuk2021-03-15
| | |
* | | firmwareLinuxNonfree: fix fetching from git (#116306)Arnout Engelen2021-03-14
|/ / | | | | | | | | | | | | Since https://github.com/NixOS/nixpkgs/pull/104714 using a tag as the `rev` parameter to `fetchgit` is no longer reliable, so spell out the rev. Fixes #114439
* | system76-firmware: 1.0.20 -> 1.0.24R. RyanTM2021-03-09
| |
* | fwupd: comment about 1.5.6 releaseArthur Gautier2021-02-18
|/ | | | Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
* fwupd: fix aarch64 buildArthur Gautier2021-02-16
| | | | Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
* firmware-manager: 0.1.1 -> 0.1.2R. RyanTM2021-02-11
|
* firmwareLinuxNonfree: 2020-12-18 -> 2021-02-08TredwellGit2021-02-08
|
* fwupd: 1.5.3 → 1.5.5Jan Tojnar2021-02-01
| | | | | - https://github.com/fwupd/fwupd/releases/tag/1.5.4 - https://github.com/fwupd/fwupd/releases/tag/1.5.5
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* Merge pull request #108573 from LumiGuide/fix-armstubsJörg Thalheim2021-01-12
|\ | | | | raspberrypi-armstubs: fix native compilation on armv7l
| * raspberrypi-armstubs: fix native compilation on armv7lYorick van Pelt2021-01-06
| |
* | treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
|/ | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* raspberrypi-armstubs: init at 2020-10-08Samuel Dionne-Riel2020-12-31
|
* firmwareLinuxNonfree: 2020-11-18 -> 2020-12-18TredwellGit2020-12-29
|
* raspberrypi-tools: remove in favor of libraspberrypiDrew Risinger2020-12-27
| | | | | | These packages were duplicated, and often weren't being updated in sync. The only difference between them was the lack of pkg-config in libraspberrypi, which is easily fixable.
* raspberrypifw: use stdenvNoCCDrew Risinger2020-12-27
| | | | | This only copies unfree redistributables, don't need a compiler for that.
* raspberrypifw: 20201022 -> 20201201Drew Risinger2020-12-27
|
* raspberrypiWirelessFirmware: 2019-08-16 -> 2020-12-01Drew Risinger2020-12-27
|
* raspberrypi-tools: fix build on x86_64-linuxFlorian Klink2020-12-27
| | | | This allows using tools such as dtmerge on x86_64-linux.
* rtl8761b-firmware: init at rtk1395Eduard Bopp2020-12-21
| | | | Also included the firmware under enableRedistributableFirmware.
* fwupd: 1.5.2 → 1.5.3Jan Tojnar2020-12-09
| | | | https://blogs.gnome.org/hughsie/2020/12/08/fwupd-1-5-3/
* fwupd: 1.5.1 → 1.5.2Jan Tojnar2020-12-09
| | | | https://blogs.gnome.org/hughsie/2020/11/23/fwupd-1-5-2/
* Merge pull request #103778 from lblasc/sof-firmware-16Sandro2020-12-02
|\ | | | | sof-firmware: 1.5.1 -> 1.6
| * sof-firmware: 1.5.1 -> 1.6Luka Blaskovic2020-11-21
| | | | | | | | https://github.com/thesofproject/sof/releases/tag/v1.6
* | system76-firmware: 1.0.18 -> 1.0.20Shea Levy2020-11-29
|/
* firmwareLinuxNonfree: 2020-10-22 -> 2020-11-18TredwellGit2020-11-19
|
* fwupd: Fix buildJan Tojnar2020-11-11
| | | | | | Few new files are trying to be installed to /etc. Fixes: https://github.com/NixOS/nixpkgs/issues/103365
* fwupd: 1.4.6 → 1.5.1Jan Tojnar2020-11-09
| | | | | | | | | | | | * https://github.com/fwupd/fwupd/releases/tag/1.5.0 * https://github.com/fwupd/fwupd/releases/tag/1.5.1 * The changelog mentions removed dependency on efivar but we still need the package because it also contains efiboot required dependency. https://github.com/fwupd/fwupd/pull/2485 * Blacklist options were renamed. * Test firmware was moved to a separate repo. We need to install it or some tests will be skipped. https://github.com/fwupd/fwupd/pull/2330 * Initially, there was an option to configure dbx but in the end, it was removed in favour of bespoke dbxtool. https://github.com/fwupd/fwupd/pull/2061, https://github.com/fwupd/fwupd/pull/2318, https://github.com/fwupd/fwupd/pull/2329 * Fwupd now checks hashes of plug-ins and will complain loudly that it is tainted when “invalid” plug-in is loaded (during testing). * Installed tests complain about not being able to access cdn, even though we are not setting CI_NETWORK env var. We need a patch to fix that.
* firmwareLinuxNonfree: 2020-09-18 -> 2020-10-22TredwellGit2020-11-06
|
* raspberrypifw: 1.20200902 -> 1.20201022Janne Heß2020-10-26
|