[coreboot-gerrit] Change in coreboot[master]: cpu/intel/haswell: Add the CPUID for Haswell C0 CPUs

Tristan Corrick (Code Review) gerrit at coreboot.org
Wed Oct 31 13:45:03 CET 2018


Tristan Corrick has uploaded this change for review. ( https://review.coreboot.org/29380


Change subject: cpu/intel/haswell: Add the CPUID for Haswell C0 CPUs
......................................................................

cpu/intel/haswell: Add the CPUID for Haswell C0 CPUs

Tested on a Pentium G3258.

Change-Id: Ibf020c034c00b3bf3a7b0cda8bd3a7d40c4c13bd
Signed-off-by: Tristan Corrick <tristan at corrick.kiwi>
---
M src/cpu/intel/haswell/haswell_init.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/29380/1

diff --git a/src/cpu/intel/haswell/haswell_init.c b/src/cpu/intel/haswell/haswell_init.c
index 1f8d7c3..c67ef14 100644
--- a/src/cpu/intel/haswell/haswell_init.c
+++ b/src/cpu/intel/haswell/haswell_init.c
@@ -791,6 +791,7 @@
 static const 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, 0x306c3 }, /* Intel Haswell C0 */
 	{ X86_VENDOR_INTEL, 0x40650 }, /* Intel Haswell ULT B0 */
 	{ X86_VENDOR_INTEL, 0x40651 }, /* Intel Haswell ULT B1 */
 	{ 0, 0 },

-- 
To view, visit https://review.coreboot.org/29380
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf020c034c00b3bf3a7b0cda8bd3a7d40c4c13bd
Gerrit-Change-Number: 29380
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan at corrick.kiwi>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181031/097b9bb7/attachment-0001.html>


More information about the coreboot-gerrit mailing list