diff options
author | Robert Chen <robert.chen@quanta.corp-partner.google.com> | 2023-08-31 03:29:58 -0400 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-07 13:30:23 +0000 |
commit | d99fac194962a9867ae1d16280b1624af5fbdb71 (patch) | |
tree | bcd6cf7400ed2c0d6af3e041fd14397d472a4318 /src/mainboard | |
parent | 0cd2a50727093d06b53039e7be5f341800c31fbe (diff) |
mb/google/brya/var/yavilla: Add VBT data file
Add data.vbt file for yavilla recovery image. Select INTEL_GMA_HAVE_VBT
for yavilla which currently have a VBT file.
BUG=b:298320552
BRANCH=firmware-nissa-15217.B
TEST=emerge-nissa coreboot
Change-Id: I72f98181b3487f8ae9acf6e0f2382a0204f7989c
Signed-off-by: Robert Chen <robert.chen@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77590
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')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 1 | ||||
-rw-r--r-- | src/mainboard/google/brya/variants/yavilla/data.vbt | bin | 0 -> 8704 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index f0accf1e35..612314559e 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -415,6 +415,7 @@ config BOARD_GOOGLE_YAVILLA select DRIVERS_GENERIC_GPIO_KEYS select DRIVERS_INTEL_MIPI_CAMERA select HAVE_WWAN_POWER_SEQUENCE + select INTEL_GMA_HAVE_VBT config BOARD_GOOGLE_ZYDRON bool "-> Zydron" diff --git a/src/mainboard/google/brya/variants/yavilla/data.vbt b/src/mainboard/google/brya/variants/yavilla/data.vbt Binary files differnew file mode 100644 index 0000000000..5de1589472 --- /dev/null +++ b/src/mainboard/google/brya/variants/yavilla/data.vbt |