Philip Chen has uploaded this change for review. ( https://review.coreboot.org/20523
Change subject: nefario: add nefario in coreboot
......................................................................
nefario: add nefario in coreboot
This is just an initial commit,
and there will be more follow-up changes.
BUG=b:63537905
BRANCH=None
TEST=emerge-nefario coreboot libpayload
Change-Id: Ib84635c9dc364781058a65f6eeeffebf00429ad9
---
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/23/20523/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/20523
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib84635c9dc364781058a65f6eeeffebf00429ad9
Gerrit-Change-Number: 20523
Gerrit-PatchSet: 1
Gerrit-Owner: Philip Chen <philipchen(a)google.com>