mb/google/rauru: Create variant Sapphire
Create the variant Sapphire. BUG=b:446522353 TEST=emerge-tanjiro coreboot chromeos-bootimage BRANCH=None Change-Id: I722292f505a67fa072b5e24f7dd470944201a8b8 Signed-off-by: Wentao Qin <qinwentao@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89355 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
386feb720e
commit
5609174786
2 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
|||
config BOARD_GOOGLE_RAURU_COMMON
|
||||
def_bool BOARD_GOOGLE_HYLIA || \
|
||||
BOARD_GOOGLE_NAVI || \
|
||||
BOARD_GOOGLE_RAURU
|
||||
BOARD_GOOGLE_RAURU || \
|
||||
BOARD_GOOGLE_SAPPHIRE
|
||||
|
||||
if BOARD_GOOGLE_RAURU_COMMON
|
||||
|
||||
|
|
@ -47,6 +48,7 @@ config MAINBOARD_PART_NUMBER
|
|||
default "Hylia" if BOARD_GOOGLE_HYLIA
|
||||
default "Navi" if BOARD_GOOGLE_NAVI
|
||||
default "Rauru" if BOARD_GOOGLE_RAURU
|
||||
default "Sapphire" if BOARD_GOOGLE_SAPPHIRE
|
||||
|
||||
config VARIANT_DIR
|
||||
default "navi" if BOARD_GOOGLE_NAVI
|
||||
|
|
|
|||
|
|
@ -10,3 +10,6 @@ config BOARD_GOOGLE_NAVI
|
|||
|
||||
config BOARD_GOOGLE_RAURU
|
||||
bool "-> Rauru"
|
||||
|
||||
config BOARD_GOOGLE_SAPPHIRE
|
||||
bool "-> Sapphire"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue