aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@puri.sm>2019-11-17 17:51:02 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-11-20 13:34:19 +0000
commit12487319913e8b8c9ea4acc946e37ccbcd6e3909 (patch)
tree33a9138edefbe21331fb5e6f469dd905397f073e /src
parent941f2a9c0c29ab42e4d2c9e6f8f058a1ec9278d3 (diff)
purism/librem_bdw: add/use VBT file
Add VBT file extracted from vendor (AMI) firmware, use by default to ensure functional display after resume from S3 when using libgfxinit. Test: build/boot Librem 13v1/15v2 boards, verify functional display after resume from S3 when using libgfxinit. Signed-off-by: Matt DeVillier <matt.devillier@puri.sm> Change-Id: I44d75486da3083cd1f07ea82dc18688db84a621e Reviewed-on: https://review.coreboot.org/c/coreboot/+/36916 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/purism/librem_bdw/Kconfig6
-rw-r--r--src/mainboard/purism/librem_bdw/data.vbtbin0 -> 4608 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/purism/librem_bdw/Kconfig b/src/mainboard/purism/librem_bdw/Kconfig
index 339d7012f7..224bde0e67 100644
--- a/src/mainboard/purism/librem_bdw/Kconfig
+++ b/src/mainboard/purism/librem_bdw/Kconfig
@@ -5,6 +5,7 @@ config BOARD_PURISM_BASEBOARD_LIBREM_BDW
select EC_PURISM_LIBREM
select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES
+ select INTEL_GMA_HAVE_VBT
select INTEL_INT15
select MAINBOARD_HAS_LIBGFXINIT
select SOC_INTEL_BROADWELL
@@ -73,6 +74,11 @@ config VGA_BIOS_ID
default "8086,1616" if BOARD_PURISM_LIBREM13_V1
default "8086,162b" if BOARD_PURISM_LIBREM15_V2
+# Override the default variant behavior, since the data.vbt is the same
+# for both variants.
+config INTEL_GMA_VBT_FILE
+ default "src/mainboard/$(MAINBOARDDIR)/data.vbt"
+
# This platform has limited means to display POST codes
config NO_POST
default y
diff --git a/src/mainboard/purism/librem_bdw/data.vbt b/src/mainboard/purism/librem_bdw/data.vbt
new file mode 100644
index 0000000000..ad9fb6557a
--- /dev/null
+++ b/src/mainboard/purism/librem_bdw/data.vbt
Binary files differ