From 86fa2792b98cabd0b8604342a44e099d8ade5a77 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 19 May 2019 14:41:28 +0200 Subject: mb/lenovo/t400: Add VBT file All variants (t400, r400, t500, w500) use the same OPROM for the IGD. Change-Id: I1b9db7b29b22809542f80f60a5e2eb3283fe1c02 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/32884 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Rudolph --- src/mainboard/lenovo/t400/Kconfig | 1 + src/mainboard/lenovo/t400/data.vbt | Bin 0 -> 3863 bytes 2 files changed, 1 insertion(+) create mode 100644 src/mainboard/lenovo/t400/data.vbt (limited to 'src') diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index 9f9405162c..16f1680376 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -25,6 +25,7 @@ config BOARD_SPECIFIC_OPTIONS select DRIVERS_LENOVO_HYBRID_GRAPHICS select MAINBOARD_HAS_LIBGFXINIT select MAINBOARD_USES_IFD_GBE_REGION + select INTEL_GMA_HAVE_VBT config MAINBOARD_DIR string diff --git a/src/mainboard/lenovo/t400/data.vbt b/src/mainboard/lenovo/t400/data.vbt new file mode 100644 index 0000000000..e9bfaaf651 Binary files /dev/null and b/src/mainboard/lenovo/t400/data.vbt differ -- cgit v1.2.3