aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/baytrail/Makefile.inc
diff options
context:
space:
mode:
authorMate Kukri <kukri.mate@gmail.com>2020-07-07 17:23:18 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-21 18:26:15 +0000
commitf2c13bd905ae62508f2f929d047822d4b234a303 (patch)
treece907d12c4d6fc40d8520df03892519d953b016e /src/soc/intel/baytrail/Makefile.inc
parent9c4f97ac287294514f5fe5fdba75cda1d9952cdf (diff)
soc/intel/baytrail: Add new CPUID 0x30679
This ID is reported by newer mfg date SOCs. Needed for newer GBYT4 boards. Change-Id: I6af746d66a15f67553de1dc1c925e5cb0b181898 Signed-off-by: Mate Kukri <kukri.mate@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43180 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/baytrail/Makefile.inc')
-rw-r--r--src/soc/intel/baytrail/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/baytrail/Makefile.inc b/src/soc/intel/baytrail/Makefile.inc
index 69f21428c8..451f29e377 100644
--- a/src/soc/intel/baytrail/Makefile.inc
+++ b/src/soc/intel/baytrail/Makefile.inc
@@ -61,7 +61,8 @@ ramstage-y += placeholders.c
postcar-y += ../../../cpu/intel/car/non-evict/exit_car.S
-cpu_microcode_bins += 3rdparty/blobs/soc/intel/baytrail/microcode.bin
+cpu_microcode_bins += 3rdparty/blobs/soc/intel/baytrail/microcode.bin \
+ 3rdparty/intel-microcode/intel-ucode/06-37-09
CPPFLAGS_common += -Isrc/soc/intel/baytrail/include