As there's only one new FW referenced, merge the 5.15.53 one into the
new one to avoid 99.9% duplication.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
packaging is ours and open source, but firmware file copyright /
license relations are complex, so just refer to the upstream license
fails for each vendor/firmware.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
well not really _that_ false positives, but these are firmware files
and we do not strictly care for DSFG, especially w.r.t these.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
we might upload this 1:1 to bullseye, so leave at level 12 for now to
avoid using debhelper from backports or downgrading this there again,
if one ever wants to build it on bullseye directly.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
While we ship them anyway, it's still nice to be noticed once any of
those gets dropped again.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
as compromise, as those are either not going into the initramfs or
are not on the open market and provided a huge win (netronome is 100
MB of the ~400 MB total o.O)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Almost all ibt's FWs are not registered, as they only depend on the
HW id/rev.
Took the modernish ones from Debian's package[0], I mean we say we
conflict/replace that
[0]: https://packages.debian.org/sid/all/firmware-iwlwifi/filelist
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
initramfs-tools only checks for the uncompressed files, not the
compressed options, so we cannot really sanely use that for now,
mostly breaks GPUs that get loaded early and fail loading FW breaks
em..
We may retry when the Debian bug report[0] got addressed, as even
though it wouldn't be hard to patch initramfs-tools, I prefer to
avoid that.
[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019412
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The kernel learned to load compressed FW files in 5.3, then only XZ.
Since 5.19 it would be also able to load zstd compressed ones, but
we'll only allowed to use that in Bullseye based release (not smaller
but less resources used).
Installed-Size comparison:
old: 392944 KB 100.0 %
now: 109749 KB 27.9 %
Note that the .deb file size increased though from 65 MB to 99 MB, as
the already compressed xz FW file are worse to find common parts than
the singular tar stream of all uncompressed FW files.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
the 5.19 kernel supports version 72 as max, but that doesn't exist in
the linux-firmware git, only 71 and 73, and as the iwlwifi only lists
its newest supported version in the module's firmware field we need
to workaround for getting a somewhat recent version at all, and not
just depend on the ones referred to in older firmware lists.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>