mb/google/trogdor: Add new variant Wormdingler

New board introduced to trogdor family.

BUG=b:193870279
BRANCH=none
TEST=make

Change-Id: If3d9662e8725e30e1308d77b05545efbee29f846
Signed-off-by: Zanxi Chen <chenzanxi@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56384
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Zanxi Chen 2021-07-16 19:41:14 +08:00 committed by Julius Werner
parent e026035391
commit b412638c5a
3 changed files with 6 additions and 0 deletions

View File

@ -176,6 +176,7 @@
- Pazquel
- Pompom
- Trogdor
- Wormdingler
- Veyron_Jaq (Haier Chromebook 11)
- Veyron_Jerry (Hisense Chromebook 11)
- Veyron_Mighty (Haier Chromebook 11(edu))

View File

@ -74,5 +74,6 @@ config MAINBOARD_PART_NUMBER
default "Pazquel" if BOARD_GOOGLE_PAZQUEL
default "Pompom" if BOARD_GOOGLE_POMPOM
default "Trogdor" if BOARD_GOOGLE_TROGDOR
default "Wormdingler" if BOARD_GOOGLE_WORMDINGLER
endif # BOARD_GOOGLE_TROGDOR_COMMON

View File

@ -34,6 +34,10 @@ config BOARD_GOOGLE_POMPOM
bool "-> Pompom"
select BOARD_GOOGLE_TROGDOR_COMMON
config BOARD_GOOGLE_WORMDINGLER
bool "-> Wormdingler"
select BOARD_GOOGLE_TROGDOR_COMMON
config BOARD_GOOGLE_TROGDOR
bool "-> Trogdor"
select BOARD_GOOGLE_TROGDOR_COMMON