Skip to content

Commit

Permalink
linux-firmware: Update version from 20230625_p39_g59fbffa9-0 to 20230…
Browse files Browse the repository at this point in the history
…804_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
  • Loading branch information
pmenzel committed Aug 10, 2023
1 parent fda7036 commit 1032c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linux-firmware.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down

0 comments on commit 1032c3a

Please sign in to comment.