summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/cpu
diff options
context:
space:
mode:
authorKrzysztof Sywula <krzysztof.m.sywula@intel.com>2018-07-16 05:25:34 -0700
committerPatrick Georgi <pgeorgi@google.com>2018-07-18 07:55:51 +0000
commitcdeb41482a160606dd314e5628a3bae9e1d644b1 (patch)
tree264dd94ee1cef2153cf9ddf271e5d1116ff9554b /src/soc/intel/common/block/cpu
parent52a022f680e9f59fbb4991109c2435f017c4f6c9 (diff)
downloadcoreboot-cdeb41482a160606dd314e5628a3bae9e1d644b1.tar.xz
soc/intel/common/block: Add WhiskeyLake W0 CPUID
TEST=Boot up with W0 stepping processor. Change-Id: Ia7bcfd5235e57c70aa3f15d0042da8b16cf7e186 Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com> Reviewed-on: https://review.coreboot.org/27500 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/cpu')
-rw-r--r--src/soc/intel/common/block/cpu/mp_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/cpu/mp_init.c b/src/soc/intel/common/block/cpu/mp_init.c
index fd0ac992b5..89c95a4c44 100644
--- a/src/soc/intel/common/block/cpu/mp_init.c
+++ b/src/soc/intel/common/block/cpu/mp_init.c
@@ -71,6 +71,7 @@ static const struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_INTEL, CPUID_APOLLOLAKE_E0 },
{ X86_VENDOR_INTEL, CPUID_GLK_A0 },
{ X86_VENDOR_INTEL, CPUID_GLK_B0 },
+ { X86_VENDOR_INTEL, CPUID_WHISKEYLAKE_W0 },
{ 0, 0 },
};