Commit Graph

376 Commits

Author SHA1 Message Date
Sandro Jäckel
74c85b1b59
sof-firmware: remove not required with lib 2021-07-26 16:10:48 +02:00
TredwellGit
ea4358edf2 firmwareLinuxNonfree: 2021-05-11 -> 2021-07-16 2021-07-16 21:00:56 +00:00
pca006132
7d86536529
rtw89: init at 2021-07-03 (#129325)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-07 02:49:33 +02:00
John Ericson
cf02b24813 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-11 22:30:46 +00:00
Domen Kožar
9380cb337c
firmware-linux-nonfree: 2021-03-15 -> 2021-05-11 2021-05-11 15:43:28 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
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.
2021-05-08 00:36:37 -07:00
Henri Menke
c9f1544978
sof-firmware: 1.6 -> 1.7 (#121181) 2021-04-30 15:02:09 +02:00
Michael Weiss
3e01d42024
maintainers: remove tavyc
Their last commit was dcc84d8 from 2017.
Thank you for your contributions.
2021-04-22 11:34:25 +02:00
Martin Weinelt
c067f62fb9
raspberrypifw: 1.20210201 -> 1.20210303 2021-04-05 05:55:24 +02:00
Martin Weinelt
791c91ff52
Merge pull request #113363 from mweinelt/rpi 2021-04-05 05:07:37 +02:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
Sandro
24466250ec
Merge pull request #116292 from samuelgrf/fix-rename/rtlwifi_new
rtlwifi_new: fix build & rename to rtw88
2021-03-30 17:28:02 +02:00
Samuel Gräfenstein
5a40af2df2
rtlwifi_new: fix build & rename to rtw88 2021-03-30 00:52:13 +02:00
superherointj
786e33a760 system76-firmware: remove aarch64-linux support 2021-03-24 15:12:19 -03:00
Jan Tojnar
ca4e26d1e6
Merge pull request #116435 from jtojnar/fwupd-1.5.7
fwupd: 1.5.5 → 1.5.7
2021-03-18 14:23:23 +01:00
Yurii Matsiuk
22beae03e6 firmwareLinuxNonfree: 2021-02-08 > 2021-03-15 2021-03-15 12:59:57 -04:00
Jan Tojnar
ae44266b6e
fwupd: 1.5.5 → 1.5.7
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
  39b96c01bf/SBAT.md
2021-03-15 16:49:08 +01:00
Arnout Engelen
5bf3230f6b
firmwareLinuxNonfree: fix fetching from git (#116306)
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
2021-03-14 12:58:11 +01:00
R. RyanTM
1bca0d7bf5 system76-firmware: 1.0.20 -> 1.0.24 2021-03-09 19:41:36 +00:00
Arthur Gautier
7b16337335 fwupd: comment about 1.5.6 release
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-18 19:07:29 +00:00
Martin Weinelt
a79a1b4978
raspberrypiWirelessFirmware: 2020-12-01 -> 2021-01-28 2021-02-18 05:51:47 +01:00
Martin Weinelt
82dadb9f06
raspberrypifw: 1.20201201 -> 1.20210201 2021-02-18 05:51:47 +01:00
Arthur Gautier
f30e159674 fwupd: fix aarch64 build
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-16 03:43:46 +00:00
R. RyanTM
4c04b4cef9 firmware-manager: 0.1.1 -> 0.1.2 2021-02-11 09:40:10 +01:00
TredwellGit
d7c4ca2de6 firmwareLinuxNonfree: 2020-12-18 -> 2021-02-08 2021-02-08 16:09:22 -05:00
Jan Tojnar
8646063dd2
fwupd: 1.5.3 → 1.5.5
- https://github.com/fwupd/fwupd/releases/tag/1.5.4
- https://github.com/fwupd/fwupd/releases/tag/1.5.5
2021-02-01 21:27:05 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
Ben Siraphob
16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Jörg Thalheim
231b166b12
Merge pull request #108573 from LumiGuide/fix-armstubs
raspberrypi-armstubs: fix native compilation on armv7l
2021-01-12 06:11:46 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Yorick van Pelt
d6e97555bd
raspberrypi-armstubs: fix native compilation on armv7l 2021-01-06 11:17:10 +01:00
Samuel Dionne-Riel
7f23d3e519 raspberrypi-armstubs: init at 2020-10-08 2020-12-31 18:20:49 +01:00
TredwellGit
db860c86f9 firmwareLinuxNonfree: 2020-11-18 -> 2020-12-18 2020-12-29 19:08:06 -05:00
Drew Risinger
979a1e109f raspberrypi-tools: remove in favor of libraspberrypi
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.
2020-12-27 17:01:02 +01:00
Drew Risinger
924d461587 raspberrypifw: use stdenvNoCC
This only copies unfree redistributables, don't need a compiler for
that.
2020-12-27 17:01:02 +01:00
Drew Risinger
860cb184ec raspberrypifw: 20201022 -> 20201201 2020-12-27 17:01:02 +01:00
Drew Risinger
a128c9c7ec raspberrypiWirelessFirmware: 2019-08-16 -> 2020-12-01 2020-12-27 17:01:02 +01:00
Florian Klink
b1fb82e979 raspberrypi-tools: fix build on x86_64-linux
This allows using tools such as dtmerge on x86_64-linux.
2020-12-27 03:29:25 +01:00
Eduard Bopp
81f4bca15c rtl8761b-firmware: init at rtk1395
Also included the firmware under enableRedistributableFirmware.
2020-12-21 00:22:53 +01:00
Jan Tojnar
113a866cac
fwupd: 1.5.2 → 1.5.3
https://blogs.gnome.org/hughsie/2020/12/08/fwupd-1-5-3/
2020-12-09 02:40:36 +01:00
Jan Tojnar
e0296b2d12
fwupd: 1.5.1 → 1.5.2
https://blogs.gnome.org/hughsie/2020/11/23/fwupd-1-5-2/
2020-12-09 02:40:36 +01:00
Sandro
3a5fe2eaf5
Merge pull request #103778 from lblasc/sof-firmware-16
sof-firmware: 1.5.1 -> 1.6
2020-12-02 02:17:05 +01:00
Shea Levy
926ae8885d
system76-firmware: 1.0.18 -> 1.0.20 2020-11-29 11:29:26 -05:00
Luka Blaskovic
8b1717c266 sof-firmware: 1.5.1 -> 1.6
https://github.com/thesofproject/sof/releases/tag/v1.6
2020-11-21 15:29:32 +00:00
TredwellGit
d7695d13ff firmwareLinuxNonfree: 2020-10-22 -> 2020-11-18 2020-11-19 09:40:32 +00:00
Jan Tojnar
23b939cfc3
fwupd: Fix build
Few new files are trying to be installed to /etc.

Fixes: https://github.com/NixOS/nixpkgs/issues/103365
2020-11-11 01:07:27 +01:00
Jan Tojnar
3a5ba30c13 fwupd: 1.4.6 → 1.5.1
* 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.
2020-11-09 22:50:17 +01:00
TredwellGit
7ff16d8155 firmwareLinuxNonfree: 2020-09-18 -> 2020-10-22 2020-11-06 18:28:28 +00:00