diff options
author | Bill XIE <persmule@hardenedlinux.org> | 2019-12-18 12:30:13 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-31 15:19:49 +0000 |
commit | 2e5f1f7e9400c5187a176958a7babd424eb158ba (patch) | |
tree | 6db48eaba44a7626b4673668cb47f34a71de3701 | |
parent | 9594550452af59c677b562be9d862c5860122ef1 (diff) |
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>
-rw-r--r-- | src/mainboard/hp/folio_9470m/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/hp/folio_9470m/data.vbt | bin | 0 -> 4280 bytes | |||
-rw-r--r-- | src/mainboard/hp/revolve_810_g1/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/hp/revolve_810_g1/data.vbt | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000000..d28896e8c2 --- /dev/null +++ b/src/mainboard/hp/folio_9470m/data.vbt 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 Binary files differnew file mode 100644 index 0000000000..5b5a6fdb0c --- /dev/null +++ b/src/mainboard/hp/revolve_810_g1/data.vbt |