soc/intel/alderlake: Hook up ucode for RPL-S/HX B0
Hook up microcode from 3rdparty repo for: - 06-b7-01 (CPUID signature: 0xb0671) Verified microcode blob was in CBFS on Clevo PD50SNE (system76/serw13), which has an i9-13900HX. Change-Id: If91ff9233a5e1dd1db76edf33a76c55f5dddc9b4 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72927 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
7c5625b5c8
commit
0b101fc338
|
@ -76,6 +76,8 @@ ifeq ($(CONFIG_SOC_INTEL_ALDERLAKE_PCH_S),y)
|
|||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-97-02
|
||||
# ADL-S 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
|
||||
else
|
||||
ifneq ($(CONFIG_SOC_INTEL_ALDERLAKE_PCH_N),y)
|
||||
# 06-9a-00, 06-9a-01 are ADL-P/ADL-M Engineering Samples
|
||||
|
|
Loading…
Reference in New Issue