diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-09-10 22:19:31 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-09-11 21:21:58 +0000 |
commit | 9dcfad722cf22cc752986e6ea901ed15e9ea854d (patch) | |
tree | a18eac4d39cd4a2cdb6defa5767f02114da0e249 /src/soc/intel/alderlake | |
parent | 148bc36c6de2550b609d4c68f7571ac1311dc3cf (diff) |
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>
Diffstat (limited to 'src/soc/intel/alderlake')
-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 2246c861ef..55fc83ea7c 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/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 |