aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-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 d25c98e88f..b50047ebfe 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