diff options
author | Dominik Behr <dbehr@chromium.org> | 2021-12-21 11:52:31 -0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-10 14:30:31 +0000 |
commit | 079c8006bf852796b57c07000e5efe67d7a2ca81 (patch) | |
tree | 6f5f769dd201aca05d7a1f5de61ab24b2c43873c | |
parent | 63e54275f684da6f6db8289561726adab5254b39 (diff) |
mb/google/hatch/var/mushu: Add VBT
Add the missing VBT for Mushu, which is simply a copy of the one for the
hatch variant.
Change-Id: I3918ce9e7cfa6a7dafaa228a13d0f0a5b8913c66
Signed-off-by: Dominik Behr <dbehr@chromium.org>
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60283
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
-rw-r--r-- | src/mainboard/google/hatch/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/hatch/variants/mushu/data.vbt | bin | 0 -> 4608 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index 3d04079308..910d89be3b 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -118,6 +118,7 @@ config BOARD_GOOGLE_MOONBUGGY config BOARD_GOOGLE_MUSHU select BOARD_GOOGLE_BASEBOARD_HATCH + select INTEL_GMA_HAVE_VBT config BOARD_GOOGLE_NIGHTFURY select BOARD_GOOGLE_BASEBOARD_HATCH diff --git a/src/mainboard/google/hatch/variants/mushu/data.vbt b/src/mainboard/google/hatch/variants/mushu/data.vbt Binary files differnew file mode 100644 index 0000000000..72ef31592a --- /dev/null +++ b/src/mainboard/google/hatch/variants/mushu/data.vbt |