cpu/intel/haswell: add Crystal Well CPU IDs

Change-Id: Ife4ae71fd977d32d7b11ee7e2a1a7e2ec3eec52f
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44066
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Iru Cai 2020-07-30 23:04:03 +08:00 committed by Patrick Georgi
parent 9c20ad6da2
commit 27126f135d
1 changed files with 2 additions and 0 deletions

View File

@ -778,6 +778,8 @@ static const struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_INTEL, 0x306c3 }, /* Intel Haswell C0 */ { X86_VENDOR_INTEL, 0x306c3 }, /* Intel Haswell C0 */
{ X86_VENDOR_INTEL, 0x40650 }, /* Intel Haswell ULT B0 */ { X86_VENDOR_INTEL, 0x40650 }, /* Intel Haswell ULT B0 */
{ X86_VENDOR_INTEL, 0x40651 }, /* Intel Haswell ULT B1 */ { 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 }, { 0, 0 },
}; };