[coreboot-gerrit] Change in coreboot[master]: soc/intel/common/block: Add APL and GLK CPU device IDs

Barnali Sarkar (Code Review) gerrit at coreboot.org
Mon Aug 7 15:27:26 CEST 2017


Barnali Sarkar has uploaded this change for review. ( https://review.coreboot.org/20896


Change subject: soc/intel/common/block: Add APL and GLK CPU device IDs
......................................................................

soc/intel/common/block: Add APL and GLK CPU device IDs

Add Apollolake and GLK CPU device IDs in common Mp Init
code.

BUG=none
BRANCH=none
TEST=Build and boot reef

Change-Id: I22694ced0cf900a55a28d1ecaa177cab2ea9a90c
Signed-off-by: Barnali Sarkar <barnali.sarkar at intel.com>
---
M src/soc/intel/common/block/cpu/mp_init.c
M src/soc/intel/common/block/include/intelblocks/mp_init.h
2 files changed, 7 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/20896/1

diff --git a/src/soc/intel/common/block/cpu/mp_init.c b/src/soc/intel/common/block/cpu/mp_init.c
index e147bb0..3a0ecb1 100644
--- a/src/soc/intel/common/block/cpu/mp_init.c
+++ b/src/soc/intel/common/block/cpu/mp_init.c
@@ -61,6 +61,10 @@
 	{ X86_VENDOR_INTEL, CPUID_KABYLAKE_Y0 },
 	{ X86_VENDOR_INTEL, CPUID_KABYLAKE_HA0 },
 	{ X86_VENDOR_INTEL, CPUID_KABYLAKE_HB0 },
+	{ X86_VENDOR_INTEL, CPUID_APOLLOLAKE_A0 },
+	{ X86_VENDOR_INTEL, CPUID_APOLLOLAKE_B0 },
+	{ X86_VENDOR_INTEL, CPUID_GLK_A0 },
+	{ X86_VENDOR_INTEL, CPUID_GLK_B0 },
 	{ 0, 0 },
 };
 
diff --git a/src/soc/intel/common/block/include/intelblocks/mp_init.h b/src/soc/intel/common/block/include/intelblocks/mp_init.h
index 3a021c6..b25b4bf 100644
--- a/src/soc/intel/common/block/include/intelblocks/mp_init.h
+++ b/src/soc/intel/common/block/include/intelblocks/mp_init.h
@@ -30,6 +30,9 @@
 #define CPUID_KABYLAKE_HB0	0x906e9
 #define CPUID_APOLLOLAKE_A0	0x506c8
 #define CPUID_APOLLOLAKE_B0	0x506c9
+#define CPUID_GLK_A0		0x706a0
+#define CPUID_GLK_B0		0x706a1
+
 
 /*
  * MP Init callback function to Find CPU Topology. This function is common

-- 
To view, visit https://review.coreboot.org/20896
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I22694ced0cf900a55a28d1ecaa177cab2ea9a90c
Gerrit-Change-Number: 20896
Gerrit-PatchSet: 1
Gerrit-Owner: Barnali Sarkar <barnali.sarkar at intel.com>
Gerrit-Reviewer: Balaji Manigandan <balaji.manigandan at intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170807/aebc5980/attachment.html>


More information about the coreboot-gerrit mailing list