From 079c8006bf852796b57c07000e5efe67d7a2ca81 Mon Sep 17 00:00:00 2001 From: Dominik Behr Date: Tue, 21 Dec 2021 11:52:31 -0800 Subject: 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 Signed-off-by: Tim Wawrzynczak Reviewed-on: https://review.coreboot.org/c/coreboot/+/60283 Tested-by: build bot (Jenkins) Reviewed-by: Shelley Chen --- src/mainboard/google/hatch/Kconfig | 1 + src/mainboard/google/hatch/variants/mushu/data.vbt | Bin 0 -> 4608 bytes 2 files changed, 1 insertion(+) create mode 100644 src/mainboard/google/hatch/variants/mushu/data.vbt (limited to 'src') 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 new file mode 100644 index 0000000000..72ef31592a Binary files /dev/null and b/src/mainboard/google/hatch/variants/mushu/data.vbt differ -- cgit v1.2.3