soc/intel/meteorlake: Include Arrow Lake microcode binaries
Include the ARL-U A1 and ARL-S/HX B0 microode binaries. Change-Id: I6ba458892f89b956cd8a1f1b8600c1ce1bc72a65 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90809 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
fcd716d9a2
commit
9f8094575e
1 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,10 @@ CPPFLAGS_common += -I$(src)/soc/intel/meteorlake
|
|||
CPPFLAGS_common += -I$(src)/soc/intel/meteorlake/include
|
||||
|
||||
ifeq ($(CONFIG_SOC_INTEL_METEORLAKE_U_H),y)
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-aa-04
|
||||
cpu_microcode_bins += \
|
||||
3rdparty/intel-microcode/intel-ucode/06-aa-04 \
|
||||
3rdparty/intel-microcode/intel-ucode/06-b5-00 \
|
||||
3rdparty/intel-microcode/intel-ucode/06-c6-02
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue