google/trogdor: Add new variant Pazquel360
This patch adds a new variant called Pazquel360 \ that is identical to Pazquel for now. BUG=b:239987191 TEST=make Signed-off-by: Yunlong Jia <yunlong.jia@ecs.corp-partner.google.com> Change-Id: I0a9ca4a59fb44256d0d8fcdbdf2a7db533c84412 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66150 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Bob Moragues <moragues@google.com>
This commit is contained in:
parent
47eb1321c8
commit
ccbf27cbe7
|
@ -211,6 +211,7 @@
|
||||||
- Marzipan
|
- Marzipan
|
||||||
- Mrbland
|
- Mrbland
|
||||||
- Pazquel
|
- Pazquel
|
||||||
|
- Pazquel360
|
||||||
- Pompom
|
- Pompom
|
||||||
- Quackingstick
|
- Quackingstick
|
||||||
- Wormdingler
|
- Wormdingler
|
||||||
|
|
|
@ -81,6 +81,7 @@ config MAINBOARD_PART_NUMBER
|
||||||
default "Marzipan" if BOARD_GOOGLE_MARZIPAN
|
default "Marzipan" if BOARD_GOOGLE_MARZIPAN
|
||||||
default "Mrbland" if BOARD_GOOGLE_MRBLAND
|
default "Mrbland" if BOARD_GOOGLE_MRBLAND
|
||||||
default "Pazquel" if BOARD_GOOGLE_PAZQUEL
|
default "Pazquel" if BOARD_GOOGLE_PAZQUEL
|
||||||
|
default "Pazquel360" if BOARD_GOOGLE_PAZQUEL360
|
||||||
default "Pompom" if BOARD_GOOGLE_POMPOM
|
default "Pompom" if BOARD_GOOGLE_POMPOM
|
||||||
default "Quackingstick" if BOARD_GOOGLE_QUACKINGSTICK
|
default "Quackingstick" if BOARD_GOOGLE_QUACKINGSTICK
|
||||||
default "Trogdor" if BOARD_GOOGLE_TROGDOR
|
default "Trogdor" if BOARD_GOOGLE_TROGDOR
|
||||||
|
|
|
@ -38,6 +38,10 @@ config BOARD_GOOGLE_PAZQUEL
|
||||||
bool "-> Pazquel"
|
bool "-> Pazquel"
|
||||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_PAZQUEL360
|
||||||
|
bool "-> Pazquel360"
|
||||||
|
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 New Issue