diff options
author | Tony Huang <tony-huang@quanta.corp-partner.google.com> | 2023-03-15 10:41:42 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-03-17 00:33:31 +0000 |
commit | de2e716856485189cc995ac94169ce7d46ee3aa1 (patch) | |
tree | 7c667eb0f6687cf5be6558bcbb55be870b2faea4 /src/mainboard/google/brya/Kconfig | |
parent | 36318e116fac0d22eb815c2f798edf66c66d7a12 (diff) |
mb/google/brya: Create yavilla variant
Create the yavilla variant of the nissa 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:273791621
BRANCH=firmware-nissa-15217.B
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_YAVILLA
Change-Id: I4539090da5e1db474a8f58a42aecc38659959f75
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73721
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 9a77ad1ece..9f95e7b711 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -232,6 +232,7 @@ config MAINBOARD_PART_NUMBER default "Aurash" if BOARD_GOOGLE_AURASH default "Hades" if BOARD_GOOGLE_HADES default "Uldren" if BOARD_GOOGLE_ULDREN + default "Yavilla" if BOARD_GOOGLE_YAVILLA config VARIANT_DIR default "brya0" if BOARD_GOOGLE_BRYA0 @@ -278,6 +279,7 @@ config VARIANT_DIR default "aurash" if BOARD_GOOGLE_AURASH default "hades" if BOARD_GOOGLE_HADES default "uldren" if BOARD_GOOGLE_ULDREN + default "yavilla" if BOARD_GOOGLE_YAVILLA config VBOOT select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA |