From 5f92ed897af75109c3b272a68619ce82fc610b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Tue, 21 Jun 2022 14:13:40 +0200 Subject: [PATCH] soc/cannonlake: Hook up Comet Lake U 06-a6-01 microcode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file is already present in the microcode submodule repository. Signed-off-by: Michał Żygowski Change-Id: Ib284908db165dc95a5895979174512818f2aceff Reviewed-on: https://review.coreboot.org/c/coreboot/+/65292 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/cannonlake/Makefile.inc b/src/soc/intel/cannonlake/Makefile.inc index 3c8bf5798a..0eb2ffd3d2 100644 --- a/src/soc/intel/cannonlake/Makefile.inc +++ b/src/soc/intel/cannonlake/Makefile.inc @@ -105,9 +105,9 @@ 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 else -# Missing 06-a6-01 cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8e-0c cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-a6-00 +cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-a6-01 endif endif