From ac4865c05f3c2d7e751d5493120ad97cc48f31c1 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Tue, 27 Nov 2018 12:04:47 -0700 Subject: mb/google/kahlee: Update vBIOS used for aleena The aleena board uses a display that's not compatible with current VBIOS. A VBIOS specific for aleena has been merged into blobs, so modify Kconfig so that it loads the new VBIOS when building aleena, but load original VBIOS for all other boards under kahlee folder. BUG=b:112618193 TEST=Build each board under kahlee, one at a time. After each build, opened build/config.h and searched VGA_BIOS_FILE to verify that the string only changed for aleena, all other boards remained with original string. Change-Id: Iccd0853692680908d951edd142a2d8e13a561391 Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/c/29870 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson Reviewed-by: Martin Roth --- src/mainboard/google/kahlee/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/kahlee/Kconfig') diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index a8592b270c..dde4835c18 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -54,6 +54,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/VBIOS_015_049_000_017.bin" config VARIANT_DIR -- cgit v1.2.3