google/gru: Add Nefario

There will be more follow-up changes.

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

Change-Id: I6bb80723ea2573df617026a4a5740adb89331892
Signed-off-by: Philip Chen <philipchen@google.com>
Reviewed-on: https://review.coreboot.org/20522
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Philip Chen 2017-07-10 14:00:18 -07:00 committed by Julius Werner
parent 13da730b9c
commit eef7633e4f
2 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,7 @@ config MAINBOARD_PART_NUMBER
default "Bob" if BOARD_GOOGLE_BOB
default "Gru" if BOARD_GOOGLE_GRU
default "Kevin" if BOARD_GOOGLE_KEVIN
default "Nefario" if BOARD_GOOGLE_NEFARIO
config GBB_HWID
string
@ -102,5 +103,6 @@ config GBB_HWID
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

View File

@ -13,3 +13,7 @@ config BOARD_GOOGLE_BOB
config BOARD_GOOGLE_SCARLET
bool "Scarlet"
select BOARD_GOOGLE_GRU_COMMON
config BOARD_GOOGLE_NEFARIO
bool "Nefario"
select BOARD_GOOGLE_GRU_COMMON