aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/haswell/haswell_init.c
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2012-12-17 11:24:45 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-03-14 18:24:27 +0100
commit51254049b91a816c53b5cadf72d254f11e882818 (patch)
tree0235b9b6a1476d8a569fee65ce61787dad916dbd /src/cpu/intel/haswell/haswell_init.c
parentdf7be71374a8b80708c58fd13e26b9e3fc6ed54c (diff)
haswell: Add ULT CPUID and updated microcode
This adds microcode ffff000a and the CPUIDs for ULT. Change-Id: I341c1148a355d8373b31032b9f209232bd03230a Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: http://review.coreboot.org/2647 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/cpu/intel/haswell/haswell_init.c')
-rw-r--r--src/cpu/intel/haswell/haswell_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpu/intel/haswell/haswell_init.c b/src/cpu/intel/haswell/haswell_init.c
index 9984c55d95..762b7e81a9 100644
--- a/src/cpu/intel/haswell/haswell_init.c
+++ b/src/cpu/intel/haswell/haswell_init.c
@@ -566,7 +566,8 @@ static struct device_operations cpu_dev_ops = {
static struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_INTEL, 0x306c1 }, /* Intel Haswell 4+2 A0 */
{ X86_VENDOR_INTEL, 0x306c2 }, /* Intel Haswell 4+2 B0 */
- { X86_VENDOR_INTEL, 0x40660 }, /* Intel Haswell 4+3 B0 */
+ { X86_VENDOR_INTEL, 0x40650 }, /* Intel Haswell ULT B0 */
+ { X86_VENDOR_INTEL, 0x40651 }, /* Intel Haswell ULT B1 */
{ 0, 0 },
};