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:
parent
8f11d24038
commit
4490689d88
3 changed files with 7 additions and 0 deletions
|
@ -156,6 +156,7 @@
|
||||||
- Coachz
|
- Coachz
|
||||||
- Homestar
|
- Homestar
|
||||||
- Lazor
|
- Lazor
|
||||||
|
- Marzipan
|
||||||
- Pompom
|
- Pompom
|
||||||
- Trogdor
|
- Trogdor
|
||||||
- Veyron_Jaq (Haier Chromebook 11)
|
- Veyron_Jaq (Haier Chromebook 11)
|
||||||
|
|
|
@ -11,6 +11,7 @@ config TROGDOR_REV0
|
||||||
config TROGDOR_HAS_FINGERPRINT
|
config TROGDOR_HAS_FINGERPRINT
|
||||||
bool
|
bool
|
||||||
default y if BOARD_GOOGLE_COACHZ
|
default y if BOARD_GOOGLE_COACHZ
|
||||||
|
default y if BOARD_GOOGLE_MARZIPAN
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BOARD_SPECIFIC_OPTIONS
|
config BOARD_SPECIFIC_OPTIONS
|
||||||
|
@ -61,6 +62,7 @@ config MAINBOARD_PART_NUMBER
|
||||||
default "Coachz" if BOARD_GOOGLE_COACHZ
|
default "Coachz" if BOARD_GOOGLE_COACHZ
|
||||||
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 "Pompom" if BOARD_GOOGLE_POMPOM
|
default "Pompom" if BOARD_GOOGLE_POMPOM
|
||||||
default "Trogdor" if BOARD_GOOGLE_TROGDOR
|
default "Trogdor" if BOARD_GOOGLE_TROGDOR
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@ config BOARD_GOOGLE_LAZOR
|
||||||
bool "-> Lazor"
|
bool "-> Lazor"
|
||||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_MARZIPAN
|
||||||
|
bool "-> Marzipan"
|
||||||
|
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
||||||
config BOARD_GOOGLE_POMPOM
|
config BOARD_GOOGLE_POMPOM
|
||||||
bool "-> Pompom"
|
bool "-> Pompom"
|
||||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
Loading…
Reference in a new issue