diff options
author | Maulik Vaghela <maulikvaghela@google.com> | 2022-10-11 09:40:19 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-13 18:31:58 +0000 |
commit | ffa79073d35306c22d66a966400457a6bb2be656 (patch) | |
tree | ee5b66c877f0f34bbe1a3c30eadc346261366239 /src | |
parent | 9049dfdb6895739c3ea1b110e41548a9677194d4 (diff) |
mb/google/herobrine: Create zombie variant
Create the zombie variant of the herobrine reference board by
copying the template files to a new directory named for the variant.
(Auto-Generated by create_coreboot_variant.sh version 4.5.0).
BUG=b:249180463
BRANCH=None
TEST=util/abuild/abuild -p none -t google/herobrine -x -a
make sure the build includes GOOGLE_ZOMBIE
Signed-off-by: Maulik Vaghela <maulikvaghela@google.com>
Change-Id: Ifecf0a6323b20012defbf14bd16ce2f1f41f4714
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68303
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Bob Moragues <moragues@google.com>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/herobrine/Kconfig.name | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig index d267e6847c..a95ac068b2 100644 --- a/src/mainboard/google/herobrine/Kconfig +++ b/src/mainboard/google/herobrine/Kconfig @@ -58,6 +58,7 @@ config MAINBOARD_PART_NUMBER default "Villager" if BOARD_GOOGLE_VILLAGER default "Evoker" if BOARD_GOOGLE_EVOKER default "Zoglin" if BOARD_GOOGLE_ZOGLIN + default "Zombie" if BOARD_GOOGLE_ZOMBIE 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 00529e6f86..06530a0c9e 100644 --- a/src/mainboard/google/herobrine/Kconfig.name +++ b/src/mainboard/google/herobrine/Kconfig.name @@ -34,6 +34,10 @@ config BOARD_GOOGLE_ZOGLIN bool "-> Zoglin" select BOARD_GOOGLE_HEROBRINE_COMMON +config BOARD_GOOGLE_ZOMBIE + bool "-> Zombie" + select BOARD_GOOGLE_HEROBRINE_COMMON + endif comment "(Herobrine requires 'Allow QC blobs repository')" |