soc/intel/raptorlake: Fall back to Intel microcode repo
With the release 20240910 of the Intel microcode repository, it also includes the updated microcode file with version 0x129, which makes the one from the coreboot blobs repo superfluous. Thus, use the one from the Intel repository again. Change-Id: I7fb58874719a8373072419e34b3f8923f7db927d Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84295 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
148bc36c6d
commit
9dcfad722c
1 changed files with 1 additions and 1 deletions
|
|
@ -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/blobs/soc/intel/raptorlake/06-b7-01
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-b7-01
|
||||
else ifeq ($(CONFIG_SOC_INTEL_ALDERLAKE_PCH_N),y)
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-be-00
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue