From 1032c3ab76ad4e334deabd0b8996bfb3f5e65677 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 10 Aug 2023 13:39:07 +0200 Subject: [PATCH] linux-firmware: Update version from 20230625_p39_g59fbffa9-0 to 20230804_p7_g789aa815-0 Contains the commit below: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=f2eb058afc57348cde66852272d6bf11da1eef8f diff --git a/amd-ucode/README b/amd-ucode/README index 1d39da3b..fac11524 100644 --- a/amd-ucode/README +++ b/amd-ucode/README @@ -37,6 +37,19 @@ Microcode patches in microcode_amd_fam17h.bin: Family=0x17 Model=0x01 Stepping=0x02: Patch=0x0800126e Length=3200 bytes Microcode patches in microcode_amd_fam19h.bin: + Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a10113e Length=5568 bytes + Family=0x19 Model=0x11 Stepping=0x02: Patch=0x0a10123e Length=5568 bytes + Family=0x19 Model=0xa0 Stepping=0x02: Patch=0x0aa00212 Length=5568 bytes Family=0x19 Model=0x01 Stepping=0x01: Patch=0x0a0011d1 Length=5568 bytes Family=0x19 Model=0x01 Stepping=0x00: Patch=0x0a001079 Length=5568 bytes Family=0x19 Model=0x01 Stepping=0x02: Patch=0x0a001234 Length=5568 bytes + Family=0x19 Model=0xa0 Stepping=0x01: Patch=0x0aa00116 Length=5568 bytes + +NOTE: For Genoa (Family=0x19 Model=0x11) and Bergamo (Family=0x19 Model=0xa0), +either AGESA version >= 1.0.0.8 OR a kernel with the following commit is +required: +a32b0f0db3f3 ("x86/microcode/AMD: Load late on both threads too") + +When late loading the patches for Genoa or Bergamo, there may be one spurious +NMI observed per physical core. These NMIs are benign and don't cause any +functional issue but will result in kernel messages being logged. Background: https://www.phoronix.com/news/AMD-Microcode-Inception --- linux-firmware.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-firmware.be0 b/linux-firmware.be0 index e99799e6f..1d25f806e 100755 --- a/linux-firmware.be0 +++ b/linux-firmware.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION linux-firmware-20230625_p39_g59fbffa9-0 +# BEE_VERSION linux-firmware-20230804_p7_g789aa815-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,8 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -#SRCURL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-59fbffa9ec8e4b0b31d2d13e715cf6580ad0e99c.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/4cdfb5600b5ef8db1a9d572e8cecd2b2/linux-firmware-59fbffa9ec8e4b0b31d2d13e715cf6580ad0e99c.tar.gz" +#SRCURL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-789aa81504126c2b062d04aacea1570af950ad4f.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/5bcf7abbd3e88c64e24caf7f2f7370cc/linux-firmware-789aa81504126c2b062d04aacea1570af950ad4f.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.