From 8af4fff278ade17752dc5e130ee19634a5c719ae Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 28 May 2018 21:40:08 +0200 Subject: mb/*/*: Add a few VBT files These files are directly extracted from the vendor firmware. Change-Id: I1dea2843255e4a3e93fbb734dea284be029dbc45 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/26654 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig') diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig index 4b957d448b..5581a7f0b5 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig @@ -32,6 +32,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select CHANNEL_XOR_RANDOMIZATION select MAINBOARD_HAS_NATIVE_VGA_INIT select REALTEK_8168_RESET if BOARD_GIGABYTE_GA_945GCM_S2L + select INTEL_GMA_VBT_HAVE_DATA_FILE config MAINBOARD_DIR string @@ -55,4 +56,8 @@ config MAX_CPUS int default 2 +# Override the default variant behavior, since the data.vbt is the same +config INTEL_GMA_VBT_FILE + default "src/mainboard/$(MAINBOARDDIR)/data.vbt" + endif -- cgit v1.2.3