From 9f135331c031e4cbe89c605da6eff26953258442 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 25 Jul 2023 07:21:54 +0200 Subject: [PATCH] linux-firmware: Update version from 20220411 to 20230625-39-g59fbffa9 This contains updated microcode updates for [Zenbleed][1], that can hopefully be applied on running systems via [late loading][2]. $ echo 1 | sudo tee /sys/devices/system/cpu/microcode/reload Also remove comment with incorrect instructions, how this bee file was created. Resolves: https://github.molgen.mpg.de/mariux64/mariux64-issues/issues/82 [1]: https://lock.cmpxchg8b.com/zenbleed.html [2]: https://docs.kernel.org/6.1/x86/microcode.html#late-loading --- linux-firmware.be0 | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/linux-firmware.be0 b/linux-firmware.be0 index 7f7e6c820..e99799e6f 100755 --- a/linux-firmware.be0 +++ b/linux-firmware.be0 @@ -1,12 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION linux-firmware-20220411-0 - -# ***** created by ***** -# -# bee download https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git -# bee init /src/mariux/beeroot/downloads/linux-firmware-0_t1449454640_bbe4917.tar.bz2 -# fix up mee_install in the created bee file (select the images we want) +# BEE_VERSION linux-firmware-20230625_p39_g59fbffa9-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.) @@ -15,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-20220411.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/abb234004d73d8d6146f490b20e4adac/linux-firmware-20220411.tar.gz" +#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" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.