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:
Sean Rhodes 2026-01-20 11:44:22 +00:00
commit 9f8094575e

View file

@ -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