Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37806 )
Change subject: mb/hp: Add data.vbt files for folio_9470m and revolve_810_g1 ......................................................................
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 --- M src/mainboard/hp/folio_9470m/Kconfig A src/mainboard/hp/folio_9470m/data.vbt M src/mainboard/hp/revolve_810_g1/Kconfig A src/mainboard/hp/revolve_810_g1/data.vbt 4 files changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/hp/folio_9470m/Kconfig b/src/mainboard/hp/folio_9470m/Kconfig index 8759192..634cb92 100644 --- a/src/mainboard/hp/folio_9470m/Kconfig +++ b/src/mainboard/hp/folio_9470m/Kconfig @@ -18,6 +18,7 @@ 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 0000000..d28896e --- /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 26e645f..f8a5f3f 100644 --- a/src/mainboard/hp/revolve_810_g1/Kconfig +++ b/src/mainboard/hp/revolve_810_g1/Kconfig @@ -20,6 +20,7 @@ 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 0000000..5b5a6fd --- /dev/null +++ b/src/mainboard/hp/revolve_810_g1/data.vbt Binary files differ