From e3bbd72857c246731c8627c043c0f38735dcefc3 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 11 Jul 2023 15:48:42 -0600 Subject: [PATCH] soc/intel/cannonlake: Hook up ucode for CML-S Hook up microcode from 3rdparty repo for: - 06-a5-03 (CPUID signature: 0xa0653) - 06-a5-05 (CPUID signature: 0xa0655) Fixes loading microcode on system76/bonw14. Change-Id: Ie6789420926fe46fc61ea6773f02dc07dc2e9b5e Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/76415 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/soc/intel/cannonlake/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/soc/intel/cannonlake/Makefile.inc b/src/soc/intel/cannonlake/Makefile.inc index 28c7cddcad..c747385baa 100644 --- a/src/soc/intel/cannonlake/Makefile.inc +++ b/src/soc/intel/cannonlake/Makefile.inc @@ -103,6 +103,8 @@ cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8e-0c else ifeq ($(CONFIG_SOC_INTEL_COMETLAKE),y) ifeq ($(CONFIG_SOC_INTEL_CANNONLAKE_PCH_H),y) cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-a5-02 +cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-a5-03 +cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-a5-05 else cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8e-0c cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-a6-00