James has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31003
Change subject: mb/lenovo/x131e: add VBT ......................................................................
mb/lenovo/x131e: add VBT
Change-Id: Ibedb43852dc9b846850e1070b84f708c847b7dbf Signed-off-by: James Ye jye836@gmail.com --- M src/mainboard/lenovo/x131e/Kconfig A src/mainboard/lenovo/x131e/data.vbt 2 files changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/31003/1
diff --git a/src/mainboard/lenovo/x131e/Kconfig b/src/mainboard/lenovo/x131e/Kconfig index e063a38..2a58020 100644 --- a/src/mainboard/lenovo/x131e/Kconfig +++ b/src/mainboard/lenovo/x131e/Kconfig @@ -21,6 +21,7 @@ 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 new file mode 100644 index 0000000..30adeaa --- /dev/null +++ b/src/mainboard/lenovo/x131e/data.vbt Binary files differ