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>
This commit is contained in:
parent
df7be71374
commit
51254049b9
|
@ -566,7 +566,8 @@ static struct device_operations cpu_dev_ops = {
|
||||||
static struct cpu_device_id cpu_table[] = {
|
static struct cpu_device_id cpu_table[] = {
|
||||||
{ X86_VENDOR_INTEL, 0x306c1 }, /* Intel Haswell 4+2 A0 */
|
{ X86_VENDOR_INTEL, 0x306c1 }, /* Intel Haswell 4+2 A0 */
|
||||||
{ X86_VENDOR_INTEL, 0x306c2 }, /* Intel Haswell 4+2 B0 */
|
{ 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 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,7 @@
|
||||||
#include "microcode-M32306c1_ffff000d.h"
|
#include "microcode-M32306c1_ffff000d.h"
|
||||||
#include "microcode-M32306c2_ffff0003.h"
|
#include "microcode-M32306c2_ffff0003.h"
|
||||||
#include "microcode-M3240660_ffff000b.h"
|
#include "microcode-M3240660_ffff000b.h"
|
||||||
#include "microcode-M7240650_ffff0007.h"
|
#include "microcode-M7240650_ffff000a.h"
|
||||||
/* Dummy terminator */
|
/* Dummy terminator */
|
||||||
0x0, 0x0, 0x0, 0x0,
|
0x0, 0x0, 0x0, 0x0,
|
||||||
0x0, 0x0, 0x0, 0x0,
|
0x0, 0x0, 0x0, 0x0,
|
||||||
|
|
Loading…
Reference in New Issue