mb/google/skywalker: Create variant Vader
Create the variant Vader. BUG=b:470833369 TEST=emerge-skywalker coreboot BRANCH=skywalker Change-Id: I92ace678b9b9206c36ed147426699cef6510b210 Signed-off-by: Frank Wu <frank_wu@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90595 Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Chen-Tsung Hsieh <chentsung@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com>
This commit is contained in:
parent
75333ea7c8
commit
7d38a96c44
2 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ config BOARD_GOOGLE_SKYWALKER_COMMON
|
|||
BOARD_GOOGLE_PADME || \
|
||||
BOARD_GOOGLE_SKYWALKER || \
|
||||
BOARD_GOOGLE_TARKIN || \
|
||||
BOARD_GOOGLE_VADER || \
|
||||
BOARD_GOOGLE_YODA
|
||||
|
||||
if BOARD_GOOGLE_SKYWALKER_COMMON
|
||||
|
|
@ -59,6 +60,7 @@ config MAINBOARD_PART_NUMBER
|
|||
default "Padme" if BOARD_GOOGLE_PADME
|
||||
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
|
||||
default "Tarkin" if BOARD_GOOGLE_TARKIN
|
||||
default "Vader" if BOARD_GOOGLE_VADER
|
||||
default "Yoda" if BOARD_GOOGLE_YODA
|
||||
|
||||
config BOOT_DEVICE_SPI_FLASH_BUS
|
||||
|
|
|
|||
|
|
@ -26,5 +26,8 @@ config BOARD_GOOGLE_SKYWALKER
|
|||
config BOARD_GOOGLE_TARKIN
|
||||
bool "-> Tarkin"
|
||||
|
||||
config BOARD_GOOGLE_VADER
|
||||
bool "-> Vader"
|
||||
|
||||
config BOARD_GOOGLE_YODA
|
||||
bool "-> Yoda"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue