Skip to content

Commit

Permalink
linux-firmware: Update version from 20220411 to 20230625-39-g59fbffa9
Browse files Browse the repository at this point in the history
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: mariux64/mariux64-issues#82

[1]: https://lock.cmpxchg8b.com/zenbleed.html
[2]: https://docs.kernel.org/6.1/x86/microcode.html#late-loading
  • Loading branch information
pmenzel committed Jul 25, 2023
1 parent 6aabc2b commit 9f13533
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions linux-firmware.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down

0 comments on commit 9f13533

Please sign in to comment.