diff options
author | Shelley Chen <shchen@google.com> | 2022-07-21 13:04:48 -0700 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2022-07-22 00:14:39 +0000 |
commit | 2a59875694a2dad4c41c75e5fe4445e697f1d6ee (patch) | |
tree | 923ef4b383a5ee809fdb81542145ef718941c021 /src/mainboard/google/herobrine | |
parent | 72b8462a9fe3af59526ba1f1cb85f0fd8d8df5bf (diff) |
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>
Diffstat (limited to 'src/mainboard/google/herobrine')
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig.name | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig index 100c13e007..d267e6847c 100644 --- a/src/mainboard/google/herobrine/Kconfig +++ b/src/mainboard/google/herobrine/Kconfig @@ -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 diff --git a/src/mainboard/google/herobrine/Kconfig.name b/src/mainboard/google/herobrine/Kconfig.name index 5dd4abc529..00529e6f86 100644 --- a/src/mainboard/google/herobrine/Kconfig.name +++ b/src/mainboard/google/herobrine/Kconfig.name @@ -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')" |