mb/google/trogdor: Add new vaviant mrbland

New boards introduced to trogdor family.

BUG=b:191800434
BRANCH=none
TEST=make

Change-Id: I93b74e79188bd0cc36c8b48e552230ae0d6f593a
Signed-off-by: Zanxi Chen <chenzanxi@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55782
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Zanxi Chen
2021-06-23 16:30:41 +08:00
committed by Julius Werner
parent 890d4fbea6
commit 4dce0990f9
3 changed files with 6 additions and 0 deletions

View File

@@ -172,6 +172,7 @@
- Homestar - Homestar
- Lazor - Lazor
- Marzipan - Marzipan
- Mrbland
- Pazquel - Pazquel
- Pompom - Pompom
- Trogdor - Trogdor

View File

@@ -67,6 +67,7 @@ config MAINBOARD_PART_NUMBER
default "Homestar" if BOARD_GOOGLE_HOMESTAR default "Homestar" if BOARD_GOOGLE_HOMESTAR
default "Lazor" if BOARD_GOOGLE_LAZOR default "Lazor" if BOARD_GOOGLE_LAZOR
default "Marzipan" if BOARD_GOOGLE_MARZIPAN default "Marzipan" if BOARD_GOOGLE_MARZIPAN
default "Mrbland" if BOARD_GOOGLE_MRBLAND
default "Pazquel" if BOARD_GOOGLE_PAZQUEL default "Pazquel" if BOARD_GOOGLE_PAZQUEL
default "Pompom" if BOARD_GOOGLE_POMPOM default "Pompom" if BOARD_GOOGLE_POMPOM
default "Trogdor" if BOARD_GOOGLE_TROGDOR default "Trogdor" if BOARD_GOOGLE_TROGDOR

View File

@@ -22,6 +22,10 @@ config BOARD_GOOGLE_MARZIPAN
bool "-> Marzipan" bool "-> Marzipan"
select BOARD_GOOGLE_TROGDOR_COMMON select BOARD_GOOGLE_TROGDOR_COMMON
config BOARD_GOOGLE_MRBLAND
bool "-> Mrbland"
select BOARD_GOOGLE_TROGDOR_COMMON
config BOARD_GOOGLE_PAZQUEL config BOARD_GOOGLE_PAZQUEL
bool "-> Pazquel" bool "-> Pazquel"
select BOARD_GOOGLE_TROGDOR_COMMON select BOARD_GOOGLE_TROGDOR_COMMON