summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/Makefile.inc
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2021-08-20 14:24:41 -0600
committerFelix Held <felix-coreboot@felixheld.de>2021-08-25 19:20:30 +0000
commitcd36347d837fe43f48b728dfbc7b762e4db155e0 (patch)
treed86b09d0dd27da6349fc3ad13e5f5cbaf3802d1e /src/soc/intel/tigerlake/Makefile.inc
parentbcf2f34dd577ba41787a9e2710836bdf381fc4f5 (diff)
downloadcoreboot-cd36347d837fe43f48b728dfbc7b762e4db155e0.tar.gz
coreboot-cd36347d837fe43f48b728dfbc7b762e4db155e0.tar.bz2
coreboot-cd36347d837fe43f48b728dfbc7b762e4db155e0.zip
soc/intel/tigerlake: Hook up ucode for TGL-H
Hook up microcode from 3rdparty repo for: - 06-8d-01 (CPUID signature: 0x806d1) Verified microcode blob was found in CBFS on system76/gaze16 (TGL-H). CBFS: Found 'cpu_microcode_blob.bin' @0x11700 size 0x18400 in mcache @0x76c2d0ac microcode: sig=0x806d1 pf=0x2 revision=0x2c Change-Id: Icf0d8bc700a73697f06503e9d1bb40ce26741cdf Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57067 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/tigerlake/Makefile.inc')
-rw-r--r--src/soc/intel/tigerlake/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/Makefile.inc b/src/soc/intel/tigerlake/Makefile.inc
index d25c98e88f04..b50047ebfebc 100644
--- a/src/soc/intel/tigerlake/Makefile.inc
+++ b/src/soc/intel/tigerlake/Makefile.inc
@@ -66,7 +66,11 @@ endif
CPPFLAGS_common += -I$(src)/soc/intel/tigerlake
CPPFLAGS_common += -I$(src)/soc/intel/tigerlake/include
+ifeq ($(CONFIG_SOC_INTEL_TIGERLAKE_PCH_H),y)
+cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8d-01
+else
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8c-01
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8c-02
+endif
endif