summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorShelley Chen <shchen@google.com>2022-07-21 13:04:48 -0700
committerShelley Chen <shchen@google.com>2022-07-22 00:14:39 +0000
commit2a59875694a2dad4c41c75e5fe4445e697f1d6ee (patch)
tree923ef4b383a5ee809fdb81542145ef718941c021 /src/mainboard
parent72b8462a9fe3af59526ba1f1cb85f0fd8d8df5bf (diff)
downloadcoreboot-2a59875694a2dad4c41c75e5fe4445e697f1d6ee.tar.gz
coreboot-2a59875694a2dad4c41c75e5fe4445e697f1d6ee.tar.bz2
coreboot-2a59875694a2dad4c41c75e5fe4445e697f1d6ee.zip
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')
-rw-r--r--src/mainboard/google/herobrine/Kconfig1
-rw-r--r--src/mainboard/google/herobrine/Kconfig.name5
2 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig
index 100c13e007bd..d267e6847ca8 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 5dd4abc52979..00529e6f8686 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')"