mb/google/skywalker: Create variant Grogu
Create the variant Grogu for Starros/Grogu projects.
BUG=b:441547156
TEST=emerge-skywalker coreboot
And local build bios successfully.
BRANCH=skywalker
Change-Id: I15cd5ee9bceb526c785f5ab34a6d35c138df78d1
Signed-off-by: Daniel Peng <Daniel_Peng@pegatron.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89408
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
98a5445328
commit
46ce812c1b
2 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
config BOARD_GOOGLE_SKYWALKER_COMMON
|
||||
def_bool BOARD_GOOGLE_ANAKIN || \
|
||||
BOARD_GOOGLE_BAZE || \
|
||||
BOARD_GOOGLE_GROGU || \
|
||||
BOARD_GOOGLE_OBIWAN || \
|
||||
BOARD_GOOGLE_PADME || \
|
||||
BOARD_GOOGLE_SKYWALKER || \
|
||||
|
|
@ -51,6 +52,7 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "Anakin" if BOARD_GOOGLE_ANAKIN
|
||||
default "Baze" if BOARD_GOOGLE_BAZE
|
||||
default "Grogu" if BOARD_GOOGLE_GROGU
|
||||
default "Obiwan" if BOARD_GOOGLE_OBIWAN
|
||||
default "Padme" if BOARD_GOOGLE_PADME
|
||||
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ config BOARD_GOOGLE_ANAKIN
|
|||
config BOARD_GOOGLE_BAZE
|
||||
bool "-> Baze"
|
||||
|
||||
config BOARD_GOOGLE_GROGU
|
||||
bool "-> Grogu"
|
||||
|
||||
config BOARD_GOOGLE_OBIWAN
|
||||
bool "-> Obiwan"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue