[coreboot-gerrit] Change in coreboot[master]: mainboard/intel/cannonlake_rvp: set Max CPUs and Mainboard Family

Pratikkumar V Prajapati (Code Review) gerrit at coreboot.org
Tue Aug 22 19:57:36 CEST 2017


Pratikkumar V Prajapati has uploaded this change for review. ( https://review.coreboot.org/21152


Change subject: mainboard/intel/cannonlake_rvp: set Max CPUs and Mainboard Family
......................................................................

mainboard/intel/cannonlake_rvp: set Max CPUs and Mainboard Family

Set MAX_CPUS and MAINBOARD_FAMILY for cannonlake RVP.

Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati at intel.com>

Change-Id: Ic6ef7e4f247ac2d227bab3b53512c659c5e72da7
---
M src/mainboard/intel/cannonlake_rvp/Kconfig
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/21152/1

diff --git a/src/mainboard/intel/cannonlake_rvp/Kconfig b/src/mainboard/intel/cannonlake_rvp/Kconfig
index c59abcf..35afb07 100644
--- a/src/mainboard/intel/cannonlake_rvp/Kconfig
+++ b/src/mainboard/intel/cannonlake_rvp/Kconfig
@@ -23,6 +23,14 @@
 	string
 	default "Intel"
 
+config MAINBOARD_FAMILY
+	string
+	default "Intel_cannonlake_rvp"
+
+config MAX_CPUS
+	int
+	default 8
+
 config DEVICETREE
 	string
 	default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb"

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6ef7e4f247ac2d227bab3b53512c659c5e72da7
Gerrit-Change-Number: 21152
Gerrit-PatchSet: 1
Gerrit-Owner: Pratikkumar V Prajapati <pratikkumar.v.prajapati at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170822/7655b2ff/attachment.html>


More information about the coreboot-gerrit mailing list