From de7492e942d3dab34a25a7bf407009f1f5498b3b Mon Sep 17 00:00:00 2001 From: David Wu Date: Fri, 10 May 2024 10:33:05 +0800 Subject: mb/google/brya/var/riven: Copy VBT data file from nivviks Add data.vbt file for riven recovery image. Select INTEL_GMA_HAVE_VBT for riven as it has a VBT file now. The VBT file is copied from the nivviks reference board. BUG=b:337169542 TEST=build pass Change-Id: I499c1b3e61581483a1640375270f7707ebe8deeb Signed-off-by: David Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/82269 Reviewed-by: Eric Lai Reviewed-by: Tyler Wang Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/Kconfig | 1 + src/mainboard/google/brya/variants/riven/data.vbt | Bin 0 -> 8704 bytes 2 files changed, 1 insertion(+) create mode 100644 src/mainboard/google/brya/variants/riven/data.vbt (limited to 'src/mainboard') diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 85230be371..f82080be8f 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -446,6 +446,7 @@ config BOARD_GOOGLE_REDRIX4ES config BOARD_GOOGLE_RIVEN select BOARD_GOOGLE_BASEBOARD_NISSA + select INTEL_GMA_HAVE_VBT select SOC_INTEL_TWINLAKE config BOARD_GOOGLE_SKOLAS diff --git a/src/mainboard/google/brya/variants/riven/data.vbt b/src/mainboard/google/brya/variants/riven/data.vbt new file mode 100644 index 0000000000..bc735476a5 Binary files /dev/null and b/src/mainboard/google/brya/variants/riven/data.vbt differ -- cgit v1.2.3