From c65c6854f65bd32bfe46096541e097c452af8dd4 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 10 Mar 2017 16:13:36 +0100 Subject: [PATCH] UPSTREAM: asus/kgpe-d16: Add video card ID for VGA BIOS name The comma-separated PCI vendor and device ID is used to associate the VGA BIOS to the video device by using it as the file name of the VGA Option ROM. BUG=none BRANCH=none TEST=none Change-Id: Ideb80c381f491925dba2931448fe125a3f54e8f7 Signed-off-by: Patrick Georgi Original-Commit-Id: e213bf37672d124af636d95f4f869174d0c1914b Original-Change-Id: I755554eeb9a560d034d6e8fe49de619d800ea045 Original-Signed-off-by: Paul Menzel Original-Reviewed-on: https://review.coreboot.org/18741 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Stefan Reinauer Reviewed-on: https://chromium-review.googlesource.com/528254 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Patrick Georgi --- src/mainboard/asus/kgpe-d16/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig index 8e7a105f06..c86937d5f0 100644 --- a/src/mainboard/asus/kgpe-d16/Kconfig +++ b/src/mainboard/asus/kgpe-d16/Kconfig @@ -93,6 +93,10 @@ config ONBOARD_VGA_IS_PRIMARY bool default y +config VGA_BIOS_ID + string + default "1a03,2000" + config MAINBOARD_POWER_ON_AFTER_POWER_FAIL bool default y