[coreboot-gerrit] Change in coreboot[master]: nefario: add nefario in coreboot

Philip Chen (Code Review) gerrit at coreboot.org
Mon Jul 10 23:47:50 CEST 2017


Philip Chen has uploaded this change for review. ( https://review.coreboot.org/20522


Change subject: nefario: add nefario in coreboot
......................................................................

nefario: add nefario in coreboot

There will be more follow-up changes.

BUG=b:63537905
BRANCH=None
TEST=emerge-nefario coreboot libpayload

Change-Id: I6bb80723ea2573df617026a4a5740adb89331892
---
M src/mainboard/google/gru/Kconfig
M src/mainboard/google/gru/Kconfig.name
2 files changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/20522/1

diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig
index 0fce7cc..5bc23cd 100644
--- a/src/mainboard/google/gru/Kconfig
+++ b/src/mainboard/google/gru/Kconfig
@@ -93,6 +93,7 @@
 	default "Bob" if BOARD_GOOGLE_BOB
 	default "Gru" if BOARD_GOOGLE_GRU
 	default "Kevin" if BOARD_GOOGLE_KEVIN
+	default "Nefario" if BOARD_GOOGLE_NEFARIO
 
 # The default max sdram freq is 933M(actually 928M dpll), and
 # 800M is another choice.
@@ -108,5 +109,6 @@
 	default "BOB TEST 7422" if BOARD_GOOGLE_BOB
 	default "GRU TEST 5431" if BOARD_GOOGLE_GRU
 	default "KEVIN TEST 1422" if BOARD_GOOGLE_KEVIN
+	default "NEFARIO TEST 3735" if BOARD_GOOGLE_NEFARIO
 
 endif # BOARD_GOOGLE_GRU_COMMON
diff --git a/src/mainboard/google/gru/Kconfig.name b/src/mainboard/google/gru/Kconfig.name
index 55d7a65..f0351fd 100644
--- a/src/mainboard/google/gru/Kconfig.name
+++ b/src/mainboard/google/gru/Kconfig.name
@@ -13,3 +13,7 @@
 config BOARD_GOOGLE_SCARLET
 	bool "Scarlet"
 	select BOARD_GOOGLE_GRU_COMMON
+
+config BOARD_GOOGLE_NEFARIO
+	bool "Nefario"
+	select BOARD_GOOGLE_GRU_COMMON

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6bb80723ea2573df617026a4a5740adb89331892
Gerrit-Change-Number: 20522
Gerrit-PatchSet: 1
Gerrit-Owner: Philip Chen <philipchen at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170710/22234b14/attachment.html>


More information about the coreboot-gerrit mailing list