summaryrefslogtreecommitdiff
path: root/src/mainboard/hp
diff options
context:
space:
mode:
authorBill XIE <persmule@hardenedlinux.org>2019-12-18 12:30:13 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-12-31 15:19:49 +0000
commit2e5f1f7e9400c5187a176958a7babd424eb158ba (patch)
tree6db48eaba44a7626b4673668cb47f34a71de3701 /src/mainboard/hp
parent9594550452af59c677b562be9d862c5860122ef1 (diff)
downloadcoreboot-2e5f1f7e9400c5187a176958a7babd424eb158ba.tar.xz
mb/hp: Add data.vbt files for folio_9470m and revolve_810_g1
Extracted from live running machines running vendor firmware. Change-Id: I5082af9349c25a5f1759ba00b3fbf8d18f8fde4d Signed-off-by: Bill XIE <persmule@hardenedlinux.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37806 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r--src/mainboard/hp/folio_9470m/Kconfig1
-rw-r--r--src/mainboard/hp/folio_9470m/data.vbtbin0 -> 4280 bytes
-rw-r--r--src/mainboard/hp/revolve_810_g1/Kconfig1
-rw-r--r--src/mainboard/hp/revolve_810_g1/data.vbtbin0 -> 4459 bytes
4 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/hp/folio_9470m/Kconfig b/src/mainboard/hp/folio_9470m/Kconfig
index 8759192954..634cb92622 100644
--- a/src/mainboard/hp/folio_9470m/Kconfig
+++ b/src/mainboard/hp/folio_9470m/Kconfig
@@ -18,6 +18,7 @@ config BOARD_SPECIFIC_OPTIONS
select MAINBOARD_HAS_LIBGFXINIT
select GFX_GMA_INTERNAL_IS_LVDS
select MAINBOARD_USES_IFD_GBE_REGION
+ select INTEL_GMA_HAVE_VBT
config MAINBOARD_DIR
string
diff --git a/src/mainboard/hp/folio_9470m/data.vbt b/src/mainboard/hp/folio_9470m/data.vbt
new file mode 100644
index 0000000000..d28896e8c2
--- /dev/null
+++ b/src/mainboard/hp/folio_9470m/data.vbt
Binary files differ
diff --git a/src/mainboard/hp/revolve_810_g1/Kconfig b/src/mainboard/hp/revolve_810_g1/Kconfig
index 26e645fb90..f8a5f3f8bc 100644
--- a/src/mainboard/hp/revolve_810_g1/Kconfig
+++ b/src/mainboard/hp/revolve_810_g1/Kconfig
@@ -20,6 +20,7 @@ config BOARD_SPECIFIC_OPTIONS
select MAINBOARD_HAS_LIBGFXINIT
select GFX_GMA_INTERNAL_IS_LVDS
select MAINBOARD_USES_IFD_GBE_REGION
+ select INTEL_GMA_HAVE_VBT
config MAINBOARD_DIR
string
diff --git a/src/mainboard/hp/revolve_810_g1/data.vbt b/src/mainboard/hp/revolve_810_g1/data.vbt
new file mode 100644
index 0000000000..5b5a6fdb0c
--- /dev/null
+++ b/src/mainboard/hp/revolve_810_g1/data.vbt
Binary files differ