aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/elkhartlake
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-12-11 14:23:31 +0100
committerFelix Singer <felixsinger@posteo.net>2021-12-12 16:05:04 +0000
commited8081cdddfee888b84a94a4efa8eaf9f4fa7983 (patch)
tree4cc182a2d6dec93513d6bb3b3091beb00c1ca67f /src/soc/intel/elkhartlake
parent23488a1b78a2f35da3ad0e8b9b09f40fbe992a6f (diff)
soc/intel/elkhartlake: Hook up public microcode
Change-Id: I1d975713129d0a7bce823232d225ed17ee28a04d Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60051 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/elkhartlake')
-rw-r--r--src/soc/intel/elkhartlake/Kconfig1
-rw-r--r--src/soc/intel/elkhartlake/Makefile.inc3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/elkhartlake/Kconfig b/src/soc/intel/elkhartlake/Kconfig
index c2200286d0..12b0416009 100644
--- a/src/soc/intel/elkhartlake/Kconfig
+++ b/src/soc/intel/elkhartlake/Kconfig
@@ -28,7 +28,6 @@ config CPU_SPECIFIC_OPTIONS
select MP_SERVICES_PPI_V1
select MRC_SETTINGS_PROTECT
select PARALLEL_MP_AP_WORK
- select MICROCODE_BLOB_UNDISCLOSED
select PLATFORM_USES_FSP2_1
select PMC_GLOBAL_RESET_ENABLE_LOCK
select SOC_INTEL_COMMON
diff --git a/src/soc/intel/elkhartlake/Makefile.inc b/src/soc/intel/elkhartlake/Makefile.inc
index 3ac46ef2b2..6a5d5c7b0e 100644
--- a/src/soc/intel/elkhartlake/Makefile.inc
+++ b/src/soc/intel/elkhartlake/Makefile.inc
@@ -49,4 +49,7 @@ verstage-y += gpio.c
CPPFLAGS_common += -I$(src)/soc/intel/elkhartlake
CPPFLAGS_common += -I$(src)/soc/intel/elkhartlake/include
+# B0 stepping
+cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-96-01
+
endif