diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-08-29 14:31:12 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-08-29 14:42:16 +0000 |
commit | f373188e6492d59418f25d7090ea1d5ec7ef0f26 (patch) | |
tree | ed0cb02bb7e206a235a1198d8f3fd4d380fe000d /src/soc/intel/alderlake/Makefile.mk | |
parent | 610c0d0e710a9d8cca858b83daadd46e51171b2e (diff) |
soc/intel/raptorlake: Use updated microcode from blobs repo
This updated microcode fixes the recent voltage issues on the Raptor
Lake S platform. Intel provided this specific microcode just as an
attachment [1]. Thus, we've uploaded it to our own blobs repository,
which is why the path is changed.
Microcode signature:
sig 0x000b0671, pf_mask 0x32, 2024-07-18, rev 0x0129
[1] https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/81
Change-Id: I6d01e38476b0d3dc5281ea1d85bac87043d122dd
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84132
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/alderlake/Makefile.mk')
-rw-r--r-- | src/soc/intel/alderlake/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/Makefile.mk b/src/soc/intel/alderlake/Makefile.mk index 55fc83ea7c..2246c861ef 100644 --- a/src/soc/intel/alderlake/Makefile.mk +++ b/src/soc/intel/alderlake/Makefile.mk @@ -82,7 +82,7 @@ ifeq ($(CONFIG_SOC_INTEL_ALDERLAKE_PCH_S),y) # ADL-S/HX C0/H0 and RPL-S C0/H0 cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-97-05 # RPL-S/HX B0 -cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-b7-01 +cpu_microcode_bins += 3rdparty/blobs/soc/intel/raptorlake/06-b7-01 else ifeq ($(CONFIG_SOC_INTEL_ALDERLAKE_PCH_N),y) cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-be-00 else |