[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Add Cannonlake D0 support in mpinit and report

Lijian Zhao (Code Review) gerrit at coreboot.org
Mon Jan 22 06:14:32 CET 2018


Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/23350


Change subject: soc/intel/cannonlake: Add Cannonlake D0 support in mpinit and report
......................................................................

soc/intel/cannonlake: Add Cannonlake D0 support in mpinit and report

Early platform information report and common code CPU driver will add support for cannonlake D0 stepping.

BUG=None
TEST=Boot up sytem with D0 stepping CPU installed, check serial log that can display as D0.

Change-Id: I76ee974ee027100d7853a110f95b1601987492e4
Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
---
M src/soc/intel/cannonlake/bootblock/report_platform.c
M src/soc/intel/common/block/cpu/mp_init.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/23350/1

diff --git a/src/soc/intel/cannonlake/bootblock/report_platform.c b/src/soc/intel/cannonlake/bootblock/report_platform.c
index 969a8f7..c81e534 100644
--- a/src/soc/intel/cannonlake/bootblock/report_platform.c
+++ b/src/soc/intel/cannonlake/bootblock/report_platform.c
@@ -35,6 +35,7 @@
 	{ CPUID_CANNONLAKE_A0, "Cannonlake A0" },
 	{ CPUID_CANNONLAKE_B0, "Cannonlake B0" },
 	{ CPUID_CANNONLAKE_C0, "Cannonlake C0" },
+	{ CPUID_CANNONLAKE_D0, "Cannonlake D0" },
 };
 
 static struct {
diff --git a/src/soc/intel/common/block/cpu/mp_init.c b/src/soc/intel/common/block/cpu/mp_init.c
index e19127c..ebd55b5 100644
--- a/src/soc/intel/common/block/cpu/mp_init.c
+++ b/src/soc/intel/common/block/cpu/mp_init.c
@@ -63,6 +63,7 @@
 	{ X86_VENDOR_INTEL, CPUID_CANNONLAKE_A0 },
 	{ X86_VENDOR_INTEL, CPUID_CANNONLAKE_B0 },
 	{ X86_VENDOR_INTEL, CPUID_CANNONLAKE_C0 },
+	{ X86_VENDOR_INTEL, CPUID_CANNONLAKE_D0 },
 	{ X86_VENDOR_INTEL, CPUID_APOLLOLAKE_A0 },
 	{ X86_VENDOR_INTEL, CPUID_APOLLOLAKE_B0 },
 	{ X86_VENDOR_INTEL, CPUID_APOLLOLAKE_E0 },

-- 
To view, visit https://review.coreboot.org/23350
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: I76ee974ee027100d7853a110f95b1601987492e4
Gerrit-Change-Number: 23350
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180122/b47b5d65/attachment.html>


More information about the coreboot-gerrit mailing list