[coreboot-gerrit] New patch to review for coreboot: asus/kgpe-d16: Add video card ID for VGA BIOS name

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Mar 10 16:22:27 CET 2017


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18741

-gerrit

commit 6ee7b8ca58fa89a15122622169bb741f58729562
Author: Paul Menzel <pmenzel at molgen.mpg.de>
Date:   Fri Mar 10 16:13:36 2017 +0100

    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.
    
    Change-Id: I755554eeb9a560d034d6e8fe49de619d800ea045
    Signed-off-by: Paul Menzel <pmenzel at molgen.mpg.de>
---
 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 8e7a105..c86937d 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



More information about the coreboot-gerrit mailing list