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:
Shelley Chen 2022-07-21 13:04:48 -07:00
parent 72b8462a9f
commit 2a59875694
2 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,7 @@ config MAINBOARD_PART_NUMBER
default "Hoglin" if BOARD_GOOGLE_HOGLIN
default "Villager" if BOARD_GOOGLE_VILLAGER
default "Evoker" if BOARD_GOOGLE_EVOKER
default "Zoglin" if BOARD_GOOGLE_ZOGLIN
config DRIVER_TPM_I2C_BUS
depends on I2C_TPM

View File

@ -29,6 +29,11 @@ config BOARD_GOOGLE_VILLAGER
config BOARD_GOOGLE_EVOKER
bool "-> Evoker"
select BOARD_GOOGLE_HEROBRINE_COMMON
config BOARD_GOOGLE_ZOGLIN
bool "-> Zoglin"
select BOARD_GOOGLE_HEROBRINE_COMMON
endif
comment "(Herobrine requires 'Allow QC blobs repository')"