google/trogdor: Add new variant Pazquel

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

BUG=b:187232137
TEST=make

Signed-off-by: Yunlong Jia <yunlong.jia@ecs.corp-partner.google.com>
Change-Id: Ib531ea5df19fe91e619f23baada73842554538ad
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55268
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Yunlong Jia 2021-06-07 11:55:18 +00:00 committed by Julius Werner
parent 930b643f8f
commit aee70a8a8e
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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