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@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/18741
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Paul Menzel 2017-03-10 16:13:36 +01:00 committed by Stefan Reinauer
parent afbc2c9c0c
commit e213bf3767
1 changed files with 4 additions and 0 deletions

View File

@ -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