diff options
author | Richard Spiegel <richard.spiegel@amd.corp-partner.google.com> | 2018-07-25 17:10:52 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-07-31 00:50:28 +0000 |
commit | 4665c593efe728bdeddb17b31573eadd99cc0544 (patch) | |
tree | f91d14fd09440401c9f9ce3c7b74155ca6eb588b /src/mainboard/google/kahlee/Kconfig | |
parent | d30201feaffc9448a18aaf07e51ae388a6dda915 (diff) |
mainboard/google/kahlee: Update VBIOS image
The careena board requires a different setting within VBIOS in order to
pass the eDP eye diagram test. Update all kahlee boards to use the new vBIOS.
CQ-DEPEND=CL:1153080
BUG=b:111673328
TEST=Verify, via SOME unspecified method, that the new vBIOS is built into
the Grunt/Careena ROM files.
Change-Id: I268cd3dbce6ba1f7bd781d768f470463846a4e10
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/27643
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 11cb89134f..dfae548dae 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -51,6 +51,10 @@ config MAINBOARD_DIR string default google/kahlee +config VGA_BIOS_FILE + string + default "3rdparty/blobs/mainboard/google/kahlee/VBIOS_015_049_000_017.bin" + config VARIANT_DIR string default "aleena" if BOARD_GOOGLE_ALEENA |