From 0050390102da1e10c5ac3fe6cf6277501f7f1c09 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Thu, 6 Dec 2018 12:33:15 -0700 Subject: mb/google/kahlee: Use new VBIOS if liara A new liara specific VBIOS updating eDP power sequence is available now, Change Kconfig to use it if board is google liara. BUG=b:120534087 TEST=Build liara, booted, tested eDP test compliance. Change-Id: I444cfa0bd755480e006f11c0d692b25b96129c29 Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/c/30090 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/google/kahlee/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index dde4835c18..97d15f57ef 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -55,6 +55,7 @@ config MAINBOARD_DIR config VGA_BIOS_FILE string default "3rdparty/blobs/mainboard/google/kahlee/aleena/VBIOS_015_049_000_018.bin" if BOARD_GOOGLE_ALEENA + default "3rdparty/blobs/mainboard/google/kahlee/liara/VBIOS_BRT39865.001.bin" if BOARD_GOOGLE_LIARA default "3rdparty/blobs/mainboard/google/kahlee/VBIOS_015_049_000_017.bin" config VARIANT_DIR -- cgit v1.2.3