herobrine: Create Zoglin variant
Zoglin is like Hoglin, but with a smaller flash size, which requires us to create a new variant. BUG=b:239851866 BRANCH=None TEST=Make sure BOARD_GOOGLE_ZOGLIN builds Change-Id: Id1401a052061dcfc1d1ee41b88ce4a11fd9f3d01 Signed-off-by: Shelley Chen <shchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66055 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
72b8462a9f
commit
2a59875694
|
@ -57,6 +57,7 @@ config MAINBOARD_PART_NUMBER
|
||||||
default "Hoglin" if BOARD_GOOGLE_HOGLIN
|
default "Hoglin" if BOARD_GOOGLE_HOGLIN
|
||||||
default "Villager" if BOARD_GOOGLE_VILLAGER
|
default "Villager" if BOARD_GOOGLE_VILLAGER
|
||||||
default "Evoker" if BOARD_GOOGLE_EVOKER
|
default "Evoker" if BOARD_GOOGLE_EVOKER
|
||||||
|
default "Zoglin" if BOARD_GOOGLE_ZOGLIN
|
||||||
|
|
||||||
config DRIVER_TPM_I2C_BUS
|
config DRIVER_TPM_I2C_BUS
|
||||||
depends on I2C_TPM
|
depends on I2C_TPM
|
||||||
|
|
|
@ -29,6 +29,11 @@ config BOARD_GOOGLE_VILLAGER
|
||||||
config BOARD_GOOGLE_EVOKER
|
config BOARD_GOOGLE_EVOKER
|
||||||
bool "-> Evoker"
|
bool "-> Evoker"
|
||||||
select BOARD_GOOGLE_HEROBRINE_COMMON
|
select BOARD_GOOGLE_HEROBRINE_COMMON
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_ZOGLIN
|
||||||
|
bool "-> Zoglin"
|
||||||
|
select BOARD_GOOGLE_HEROBRINE_COMMON
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "(Herobrine requires 'Allow QC blobs repository')"
|
comment "(Herobrine requires 'Allow QC blobs repository')"
|
||||||
|
|
Loading…
Reference in New Issue