diff options
author | James Ye <jye836@gmail.com> | 2019-01-17 22:00:14 +1100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-23 14:53:52 +0000 |
commit | 77bcc929363a8c2e3e3aca6626a97af54e87fcf5 (patch) | |
tree | c8c8760027c8bb6cc161bb530e76e576792876ab /src/mainboard | |
parent | 84fdda381224f0371e27ef3f0ad77ee1103cb05a (diff) | |
download | coreboot-77bcc929363a8c2e3e3aca6626a97af54e87fcf5.tar.xz |
mb/lenovo/x131e: add VBT
VBT was extracted from VBIOS ROM.
Tested with libgfxinit, booting SeaBIOS into Linux.
Change-Id: Ibedb43852dc9b846850e1070b84f708c847b7dbf
Signed-off-by: James Ye <jye836@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31003
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/lenovo/x131e/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x131e/data.vbt | bin | 0 -> 4280 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x131e/Kconfig b/src/mainboard/lenovo/x131e/Kconfig index e063a38979..2a580208e6 100644 --- a/src/mainboard/lenovo/x131e/Kconfig +++ b/src/mainboard/lenovo/x131e/Kconfig @@ -21,6 +21,7 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_LIBGFXINIT select GFX_GMA_INTERNAL_IS_LVDS select SERIRQ_CONTINUOUS_MODE + select INTEL_GMA_HAVE_VBT config MAINBOARD_DIR string diff --git a/src/mainboard/lenovo/x131e/data.vbt b/src/mainboard/lenovo/x131e/data.vbt Binary files differnew file mode 100644 index 0000000000..30adeaaf3a --- /dev/null +++ b/src/mainboard/lenovo/x131e/data.vbt |