[coreboot-gerrit] Change in ...coreboot[master]: Update default configuration for Coffeelake RVPs

Wonkyu Kim (Code Review) gerrit at coreboot.org
Thu Dec 20 00:24:41 CET 2018


Wonkyu Kim has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30318


Change subject: Update default configuration for Coffeelake RVPs
......................................................................

Update default configuration for Coffeelake RVPs

Update default configuration for Coffeelake RVP
and Whiskeylake RVP which is one of Coffeelake variant.

Change-Id: I3f7c95f136e39b978a335cc7855cac819043db7c
Signed-off-by: Wonkyu Kim <wonkyu.kim at intel.com>
---
M src/mainboard/intel/coffeelake_rvp/Kconfig
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/30318/1

diff --git a/src/mainboard/intel/coffeelake_rvp/Kconfig b/src/mainboard/intel/coffeelake_rvp/Kconfig
old mode 100644
new mode 100755
index 85c8d2f..7597629
--- a/src/mainboard/intel/coffeelake_rvp/Kconfig
+++ b/src/mainboard/intel/coffeelake_rvp/Kconfig
@@ -30,7 +30,8 @@
 
 config MAINBOARD_PART_NUMBER
 	string
-	default "Coffeelake RVP"
+	default "whlrvp" if BOARD_INTEL_WHISKEYLAKE_RVP
+	default "cflrvp"
 
 config MAINBOARD_VENDOR
 	string
@@ -38,7 +39,8 @@
 
 config MAINBOARD_FAMILY
 	string
-	default "Intel_coffeelake_rvp"
+	default "Intel_whlrvp" if BOARD_INTEL_WHISKEYLAKE_RVP
+	default "Intel_cflrvp"
 
 config MAX_CPUS
 	int

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3f7c95f136e39b978a335cc7855cac819043db7c
Gerrit-Change-Number: 30318
Gerrit-PatchSet: 1
Gerrit-Owner: Wonkyu Kim <wonkyu.kim at intel.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181219/7ce42a39/attachment-0001.html>


More information about the coreboot-gerrit mailing list