summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaulik Vaghela <maulikvaghela@google.com>2022-10-11 09:40:19 +0000
committerFelix Held <felix-coreboot@felixheld.de>2022-10-13 18:31:58 +0000
commitffa79073d35306c22d66a966400457a6bb2be656 (patch)
treeee5b66c877f0f34bbe1a3c30eadc346261366239
parent9049dfdb6895739c3ea1b110e41548a9677194d4 (diff)
downloadcoreboot-ffa79073d35306c22d66a966400457a6bb2be656.tar.gz
coreboot-ffa79073d35306c22d66a966400457a6bb2be656.tar.bz2
coreboot-ffa79073d35306c22d66a966400457a6bb2be656.zip
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>
-rw-r--r--src/mainboard/google/herobrine/Kconfig1
-rw-r--r--src/mainboard/google/herobrine/Kconfig.name4
2 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/herobrine/Kconfig b/src/mainboard/google/herobrine/Kconfig
index d267e6847ca8..a95ac068b23b 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 00529e6f8686..06530a0c9e8b 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')"