mb/google/skywalker: Create variant Obiwan

Create the variant Obiwan.

BUG=b:406115783
TEST=emerge-skywalker coreboot
BRANCH=None

Change-Id: Ic3478653cee2906117b69aa7335864a0c7b95b29
Signed-off-by: Cong Yang <yangcong5@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87397
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Cong Yang 2025-04-21 17:27:47 +08:00 committed by Matt DeVillier
commit c4e6050146
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,8 @@
# Umbrella option to be selected by variant boards.
config BOARD_GOOGLE_SKYWALKER_COMMON
def_bool BOARD_GOOGLE_SKYWALKER
def_bool BOARD_GOOGLE_OBIWAN || \
BOARD_GOOGLE_SKYWALKER
if BOARD_GOOGLE_SKYWALKER_COMMON
@ -26,6 +27,7 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
string
default "Obiwan" if BOARD_GOOGLE_OBIWAN
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
config BOOT_DEVICE_SPI_FLASH_BUS

View file

@ -2,5 +2,8 @@
comment "Skywalker"
config BOARD_GOOGLE_OBIWAN
bool "-> Obiwan"
config BOARD_GOOGLE_SKYWALKER
bool "-> Skywalker"