aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x1_carbon_gen1
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-08-01 20:32:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-08-02 21:55:08 +0000
commit4af5d9a94a2b0ac7d5a4c9780f005c0d52489e1f (patch)
tree461cdde5eb5514604624abe5d144a910887ca3b5 /src/mainboard/lenovo/x1_carbon_gen1
parentf56ac33f3b219602911fc2d98a37753c12b7da09 (diff)
mb/lenovo/x1_carbon_gen1: add vbt
Extracted from live running Thinkpad x1 carbon gen1 with vendor firmware. Thanks to Igor Lee. Change-Id: Id59517d9040c98e67a42fbce537f42f6b0c6db2d Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Tested-by: Igor Lee <getrun@gmail.com> Reviewed-on: https://review.coreboot.org/27782 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/lenovo/x1_carbon_gen1')
-rw-r--r--src/mainboard/lenovo/x1_carbon_gen1/Kconfig1
-rw-r--r--src/mainboard/lenovo/x1_carbon_gen1/data.vbtbin0 -> 6144 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
index abd3dc32b7..d33018e976 100644
--- a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
+++ b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig
@@ -22,6 +22,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select MAINBOARD_HAS_TPM1
select MAINBOARD_HAS_LIBGFXINIT
select GFX_GMA_INTERNAL_IS_LVDS
+ select INTEL_GMA_HAVE_VBT
# Workaround for EC/KBC IRQ1.
select SERIRQ_CONTINUOUS_MODE
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/data.vbt b/src/mainboard/lenovo/x1_carbon_gen1/data.vbt
new file mode 100644
index 0000000000..d0b9c416ee
--- /dev/null
+++ b/src/mainboard/lenovo/x1_carbon_gen1/data.vbt
Binary files differ