summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/jasperlake/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-12-11 14:23:44 +0100
committerFelix Singer <felixsinger@posteo.net>2021-12-12 16:04:47 +0000
commit23488a1b78a2f35da3ad0e8b9b09f40fbe992a6f (patch)
tree80184892015194dfacafe73c378ca250f69b78bb /src/soc/intel/jasperlake/Makefile.inc
parent5f2d11484277e60439d2d62c02a5e7d60782bea3 (diff)
downloadcoreboot-23488a1b78a2f35da3ad0e8b9b09f40fbe992a6f.tar.gz
coreboot-23488a1b78a2f35da3ad0e8b9b09f40fbe992a6f.tar.bz2
coreboot-23488a1b78a2f35da3ad0e8b9b09f40fbe992a6f.zip
soc/intel/jasperlake: Hook up public microcode
Change-Id: I9e511de5e5b79936ed09538b3877655f78de15a9 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60052 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/jasperlake/Makefile.inc')
-rw-r--r--src/soc/intel/jasperlake/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/Makefile.inc b/src/soc/intel/jasperlake/Makefile.inc
index d718dd875ff0..36a6caf086d5 100644
--- a/src/soc/intel/jasperlake/Makefile.inc
+++ b/src/soc/intel/jasperlake/Makefile.inc
@@ -54,4 +54,6 @@ verstage-y += gpio.c
CPPFLAGS_common += -I$(src)/soc/intel/jasperlake
CPPFLAGS_common += -I$(src)/soc/intel/jasperlake/include
+cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-9c-00
+
endif