- Navi32 dGPU firmware (rhbz 2047486) - CVE-2023-20593 linux-firmware: hw: amd: Cross-Process Information Leak (rhbz 2227156) - Update to upstream 20230726 release. Changes since the last update are noted on items below, copied from the git changelog of upstream linux-firmware repository. - copy-firmware: Fix linking directories when using compression - copy-firmware: Fix test: unexpected operator - qcom: sc8280xp: LENOVO: remove directory sym link - qcom: sc8280xp: LENOVO: Remove execute bits - amdgpu: update VCN 4.0.0 firmware - amdgpu: add initial SMU 13.0.10 firmware - amdgpu: add initial SDMA 6.0.3 firmware - amdgpu: add initial PSP 13.0.10 firmware - amdgpu: add initial GC 11.0.3 firmware - linux-firmware: Update AMD fam17h cpu microcode - linux-firmware: Update AMD cpu microcode - amdgpu: update green sardine VCN firmware - amdgpu: update renoir VCN firmware - amdgpu: update raven VCN firmware - amdgpu: update raven2 VCN firmware - amdgpu: update Picasso VCN firmware - amdgpu: update DMCUB to v0.0.175.0 for various AMDGPU ASICs - Updated NXP SR150 UWB firmware - wfx: update to firmware 3.16.1 - mediatek: Update mt8195 SCP firmware to support 10bit mode - i915: update DG2 GuC to v70.8.0 - i915: update to GuC 70.8.0 and HuC 8.5.1 for MTL - cirrus: Add CS35L41 firmware for ASUS ROG 2023 Models - Partially revert "amdgpu: DMCUB updates for DCN 3.1.4 and 3.1.5" - linux-firmware: update firmware for mediatek bluetooth chip (MT7922) - linux-firmware: update firmware for MT7922 WiFi device - 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 - Fix qcom ASoC tglp WHENCE entry - check_whence: Check link targets are valid - iwlwifi: add new FWs from core80-39 release - iwlwifi: update cc/Qu/QuZ firmwares for core80-39 release - qcom: Add Audio firmware for SC8280XP X13s Resolves: rhbz#2047486, rhbz#2227156 Signed-off-by: Jan Stancek <jstancek@redhat.com>
30 lines
833 B
Diff
30 lines
833 B
Diff
From d50d13a9d8c3863a847077e6357fdde2bf39a88f Mon Sep 17 00:00:00 2001
|
|
Message-Id: <d50d13a9d8c3863a847077e6357fdde2bf39a88f.1688365829.git.jstancek@redhat.com>
|
|
From: Jan Stancek <jstancek@redhat.com>
|
|
Date: Mon, 3 Jul 2023 08:30:14 +0200
|
|
Subject: [PATCH] copy-firmware.sh: be verbose
|
|
Content-type: text/plain
|
|
|
|
Signed-off-by: Jan Stancek <jstancek@redhat.com>
|
|
---
|
|
Makefile | 2 +-
|
|
copy-firmware.sh | 14 +++++++++++---
|
|
2 files changed, 12 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 50a4c29be5b4..a5480eee0730 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -14,7 +14,7 @@ install:
|
|
|
|
install-xz:
|
|
install -d $(DESTDIR)$(FIRMWAREDIR)
|
|
- ./copy-firmware.sh --xz $(DESTDIR)$(FIRMWAREDIR)
|
|
+ ./copy-firmware.sh -v --xz $(DESTDIR)$(FIRMWAREDIR)
|
|
|
|
install-zst:
|
|
install -d $(DESTDIR)$(FIRMWAREDIR)
|
|
--
|
|
2.31.1
|
|
|