diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-12-18 19:16:21 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-12-23 16:45:02 +0000 |
commit | b04ea30f0f3f77a103498db2176181b3f7fadd1a (patch) | |
tree | 50a05eac2b2853f793dd46e94969b19889d8ccd1 /src/mainboard | |
parent | 0293bbbceb10cc2836f550dcdc8151a1386c7c25 (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/hp/snb_ivb_laptops/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt | bin | 0 -> 3985 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig index 2ef8956caf..f0bd55f64f 100644 --- a/src/mainboard/hp/snb_ivb_laptops/Kconfig +++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig @@ -54,6 +54,7 @@ config BOARD_HP_8460P 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 Binary files differnew file mode 100644 index 0000000000..61d69494c6 --- /dev/null +++ b/src/mainboard/hp/snb_ivb_laptops/variants/8460p/data.vbt |