- Update to version 20230829 (git commit 49f9e3479fb5):
* i915: Update MTL DMC to v2.16
* copy-firmware: Introduce 'RawFile' keyword
* copy-firmware: Support additional compressor options
* linux-firmware: Update firmware file for Intel Bluetooth AX203
* linux-firmware: Update firmware file for Intel Bluetooth AX203
* linux-firmware: Update firmware file for Intel Bluetooth AX211
* linux-firmware: Update firmware file for Intel Bluetooth AX211
* linux-firmware: Update firmware file for Intel Bluetooth AX210
* linux-firmware: Update firmware file for Intel Bluetooth AX200
* linux-firmware: Update firmware file for Intel Bluetooth AX201
* linux-firmware: update firmware for qat_4xxx devices
* linux-firmware: Update AMD SEV firmware
* amdgpu: update DMCUB to 0.0.181.0 for various AMDGPU ASICs
* rtw89: 8852b: update fw to v0.29.29.3
* rtw89: 8851b: update fw to v0.29.41.2
* i915: add GSC 102.0.0.1655 for MTL
* amdgpu: DMCUB updates for various AMDGPU asics
- Switch to the compressed / split installation as default, make
uncompressed / raw package as a multibuild flavor, instead
as a preliminary work for dropping the big kernel-firmware
(bsc#1214789)
- Use the standard copy-file.sh for split package installation, too
Another scirpt, make-files.sh, is provided for generating file lists
- Ignore README in copy-file.sh:
copy-file-ignore-README.patch
- Workaround for installing raw files for ucode-amd:
amd-ucode-rawfile.patch
- Drop the obsolsted revert of rtw8822c_fw.bin
- Update aliases from 6.5
OBS-URL: https://build.opensuse.org/request/show/1108150
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=440
- Move documents and license texts into the proper section
- Remove spurious non-firmware files
- Restructure the packaging for reducing the storage footprint
(bsc#1143959):
the firmware files are split into several subpackages, so that user
doesn't need to install unnecessary files. Each package has
supplements entries that are generated from the static list (that
was created from the current and old TW kernel binaries).
There is a catch-all package, kernel-firmware-all, and this
provides/obsoletes the former kernel-firmware package. And each
firmware file is compressed in XZ format for the new kernel (5.3 or
later).
For the systems with older kernels, we still provide the old'n'good
kernel-firmware.rpm, containing everything in the raw format, too.
This kernel-firmware.rpm will be obsoleted once when
kernel-firmware-all above is installed.
The build of both flavors are done in the multibuild. Without the
flavor, the raw kernel-firmware.rpm and ucode-amd.rpm are built,
while the new kernel firmware packages are built in "compressed"
flavor (-M compressed).
OBS-URL: https://build.opensuse.org/request/show/723804
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=266