google/trogdor: Add new variant Marzipan

This patch adds a new variant called Marzipan that is identical to Lazor
for now.

BUG=b:182181519,b:182018606
BRANCH=master
TEST=make

Change-Id: I92b667c63b0a06255d1e9511d7486293d8b4426a
Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51618
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Kevin Chiu 2021-03-18 10:42:03 +08:00 committed by Julius Werner
parent 8f11d24038
commit 4490689d88
3 changed files with 7 additions and 0 deletions

View File

@ -156,6 +156,7 @@
- Coachz
- Homestar
- Lazor
- Marzipan
- Pompom
- Trogdor
- Veyron_Jaq (Haier Chromebook 11)

View File

@ -11,6 +11,7 @@ config TROGDOR_REV0
config TROGDOR_HAS_FINGERPRINT
bool
default y if BOARD_GOOGLE_COACHZ
default y if BOARD_GOOGLE_MARZIPAN
default n
config BOARD_SPECIFIC_OPTIONS
@ -61,6 +62,7 @@ config MAINBOARD_PART_NUMBER
default "Coachz" if BOARD_GOOGLE_COACHZ
default "Homestar" if BOARD_GOOGLE_HOMESTAR
default "Lazor" if BOARD_GOOGLE_LAZOR
default "Marzipan" if BOARD_GOOGLE_MARZIPAN
default "Pompom" if BOARD_GOOGLE_POMPOM
default "Trogdor" if BOARD_GOOGLE_TROGDOR

View File

@ -18,6 +18,10 @@ config BOARD_GOOGLE_LAZOR
bool "-> Lazor"
select BOARD_GOOGLE_TROGDOR_COMMON
config BOARD_GOOGLE_MARZIPAN
bool "-> Marzipan"
select BOARD_GOOGLE_TROGDOR_COMMON
config BOARD_GOOGLE_POMPOM
bool "-> Pompom"
select BOARD_GOOGLE_TROGDOR_COMMON