[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Add entry to identify CFL cpu in report platform

Maulik V Vaghela (Code Review) gerrit at coreboot.org
Wed Jul 18 10:13:39 CEST 2018


Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/27524


Change subject: soc/intel/cannonlake: Add entry to identify CFL cpu in report platform
......................................................................

soc/intel/cannonlake: Add entry to identify CFL cpu in report platform

Add code to identify CFL U platform in report platform.

BUG=none
BRANCH=none
TEST=none

Change-Id: I2790340b42c94baf9fec3e728010bbdf0d8486b5
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela at intel.com>
---
M src/soc/intel/cannonlake/bootblock/report_platform.c
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/27524/1

diff --git a/src/soc/intel/cannonlake/bootblock/report_platform.c b/src/soc/intel/cannonlake/bootblock/report_platform.c
index 9d967ce..6d93b7e 100644
--- a/src/soc/intel/cannonlake/bootblock/report_platform.c
+++ b/src/soc/intel/cannonlake/bootblock/report_platform.c
@@ -36,6 +36,7 @@
 	{ CPUID_CANNONLAKE_B0, "Cannonlake B0" },
 	{ CPUID_CANNONLAKE_C0, "Cannonlake C0" },
 	{ CPUID_CANNONLAKE_D0, "Cannonlake D0" },
+	{ CPUID_COFFEELAKE_D0, "Coffeelake D0" },
 };
 
 static struct {
@@ -44,6 +45,7 @@
 } mch_table[] = {
 	{ PCI_DEVICE_ID_INTEL_CNL_ID_U, "Cannonlake-U" },
 	{ PCI_DEVICE_ID_INTEL_CNL_ID_Y, "Cannonlake-Y" },
+	{ PCI_DEVICE_ID_INTEL_CFL_ID_U, "Coffeelake U (4+3e)"},
 };
 
 static struct {
@@ -67,6 +69,7 @@
 	{ PCI_DEVICE_ID_INTEL_CNL_GT2_ULT_2, "Cannonlake ULT GT1.5" },
 	{ PCI_DEVICE_ID_INTEL_CNL_GT2_ULT_3, "Cannonlake ULT GT1" },
 	{ PCI_DEVICE_ID_INTEL_CNL_GT2_ULT_4, "Cannonlake ULT GT0.5" },
+	{ PCI_DEVICE_ID_INTEL_CFL_GT2_ULT, "Coffeelake ULT GT"},
 };
 
 static uint8_t get_dev_revision(pci_devfn_t dev)

-- 
To view, visit https://review.coreboot.org/27524
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: I2790340b42c94baf9fec3e728010bbdf0d8486b5
Gerrit-Change-Number: 27524
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180718/97aa2ec2/attachment-0001.html>


More information about the coreboot-gerrit mailing list