mb/google/skywalker: Create variant Dooku

BUG=b:457605256
TEST=emerge-skywalker coreboot
BRANCH=skywalker

Change-Id: I9c1d0f1655c986fbd096742b04a4b3efaf515ec0
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89888
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Tony Huang 2025-11-04 16:16:16 +08:00 committed by Yu-Ping Wu
commit 2646eeffb2
2 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@
config BOARD_GOOGLE_SKYWALKER_COMMON
def_bool BOARD_GOOGLE_ANAKIN || \
BOARD_GOOGLE_BAZE || \
BOARD_GOOGLE_DOOKU || \
BOARD_GOOGLE_GROGU || \
BOARD_GOOGLE_OBIWAN || \
BOARD_GOOGLE_PADME || \
@ -52,6 +53,7 @@ config MAINBOARD_PART_NUMBER
string
default "Anakin" if BOARD_GOOGLE_ANAKIN
default "Baze" if BOARD_GOOGLE_BAZE
default "Dooku" if BOARD_GOOGLE_DOOKU
default "Grogu" if BOARD_GOOGLE_GROGU
default "Obiwan" if BOARD_GOOGLE_OBIWAN
default "Padme" if BOARD_GOOGLE_PADME

View file

@ -8,6 +8,9 @@ config BOARD_GOOGLE_ANAKIN
config BOARD_GOOGLE_BAZE
bool "-> Baze"
config BOARD_GOOGLE_DOOKU
bool "-> Dooku"
config BOARD_GOOGLE_GROGU
bool "-> Grogu"