Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79625?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/hp/snb_ivb_laptops: Add VBT for Elitebook 8460p ......................................................................
mb/hp/snb_ivb_laptops: Add VBT for Elitebook 8460p
Extracted from a system running OEM BIOS version F.42. intelvbttool --inlegacy --outvbt data.vbt
Change-Id: I6e499eb7ff8edb6556f8211d2fb8246cba5f5276 Signed-off-by: Riku Viitanen riku.viitanen@protonmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/79625 Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Paul Menzel paulepanter@mailbox.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/hp/snb_ivb_laptops/Kconfig A src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt 2 files changed, 1 insertion(+), 0 deletions(-)
Approvals: Paul Menzel: Looks good to me, but someone else must approve Arthur Heymans: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig index 2ef8956..f0bd55f 100644 --- a/src/mainboard/hp/snb_ivb_laptops/Kconfig +++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig @@ -54,6 +54,7 @@ select BOARD_HP_SNB_IVB_LAPTOPS_COMMON select BOARD_ROMSIZE_KB_8192 select GFX_GMA_PANEL_1_ON_LVDS + select INTEL_GMA_HAVE_VBT select INTEL_INT15 select MAINBOARD_HAS_LIBGFXINIT select SOUTHBRIDGE_INTEL_BD82X6X diff --git a/src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt b/src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt new file mode 100644 index 0000000..61d6949 --- /dev/null +++ b/src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt Binary files differ