From ffa79073d35306c22d66a966400457a6bb2be656 Mon Sep 17 00:00:00 2001 From: Maulik Vaghela Date: Tue, 11 Oct 2022 09:40:19 +0000 Subject: 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 Change-Id: Ifecf0a6323b20012defbf14bd16ce2f1f41f4714 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68303 Tested-by: build bot (Jenkins) Reviewed-by: Bob Moragues Reviewed-by: Shelley Chen --- src/mainboard/google/herobrine/Kconfig | 1 + src/mainboard/google/herobrine/Kconfig.name | 4 ++++ 2 files changed, 5 insertions(+) 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')" -- cgit v1.2.3