mb/google/skywalker: Create variant Tarkin
Create the variant Tarkin. BUG=b:436492315 TEST=emerge-skywalker coreboot BRANCH=None Change-Id: Iad24d09b9d505fd95264c9179d8e202262b1d3dd Signed-off-by: Cindy Lu <luyi8@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88653 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yang Wu <wuyang5@huaqin.corp-partner.google.com>
This commit is contained in:
parent
1da2f46db8
commit
85306062d8
2 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ config BOARD_GOOGLE_SKYWALKER_COMMON
|
|||
BOARD_GOOGLE_BAZE || \
|
||||
BOARD_GOOGLE_OBIWAN || \
|
||||
BOARD_GOOGLE_SKYWALKER || \
|
||||
BOARD_GOOGLE_TARKIN || \
|
||||
BOARD_GOOGLE_YODA
|
||||
|
||||
if BOARD_GOOGLE_SKYWALKER_COMMON
|
||||
|
|
@ -50,6 +51,7 @@ config MAINBOARD_PART_NUMBER
|
|||
default "Baze" if BOARD_GOOGLE_BAZE
|
||||
default "Obiwan" if BOARD_GOOGLE_OBIWAN
|
||||
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
|
||||
default "Tarkin" if BOARD_GOOGLE_TARKIN
|
||||
default "Yoda" if BOARD_GOOGLE_YODA
|
||||
|
||||
config BOOT_DEVICE_SPI_FLASH_BUS
|
||||
|
|
|
|||
|
|
@ -14,5 +14,8 @@ config BOARD_GOOGLE_OBIWAN
|
|||
config BOARD_GOOGLE_SKYWALKER
|
||||
bool "-> Skywalker"
|
||||
|
||||
config BOARD_GOOGLE_TARKIN
|
||||
bool "-> Tarkin"
|
||||
|
||||
config BOARD_GOOGLE_YODA
|
||||
bool "-> Yoda"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue