aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu/intel/haswell/haswell_init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/intel/haswell/haswell_init.c b/src/cpu/intel/haswell/haswell_init.c
index e621638da0..5f3debbda4 100644
--- a/src/cpu/intel/haswell/haswell_init.c
+++ b/src/cpu/intel/haswell/haswell_init.c
@@ -778,6 +778,8 @@ static const struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_INTEL, 0x306c3 }, /* Intel Haswell C0 */
{ X86_VENDOR_INTEL, 0x40650 }, /* Intel Haswell ULT B0 */
{ X86_VENDOR_INTEL, 0x40651 }, /* Intel Haswell ULT B1 */
+ { X86_VENDOR_INTEL, 0x40660 }, /* Intel Crystal Well C0 */
+ { X86_VENDOR_INTEL, 0x40661 }, /* Intel Crystal Well C1 */
{ 0, 0 },
};