mainboards/asus/kfsn4-dre: Enable native VGA initialization
Change-Id: I953ced7d34af9ec0923fa6df93b9ad4270196c77 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8332 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
committed by
Alexandru Gagniuc
parent
c522fc8f38
commit
67085e0c09
@ -19,6 +19,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
select ENABLE_APIC_EXT_ID
|
select ENABLE_APIC_EXT_ID
|
||||||
select AMDMCT
|
select AMDMCT
|
||||||
select MMCONF_SUPPORT_DEFAULT
|
select MMCONF_SUPPORT_DEFAULT
|
||||||
|
select DRIVERS_XGI_Z9S
|
||||||
|
select MAINBOARD_HAS_NATIVE_VGA_INIT
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
@ -88,14 +90,9 @@ config ONBOARD_VGA_IS_PRIMARY
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config VGA_BIOS
|
config MAINBOARD_DO_NATIVE_VGA_INIT
|
||||||
bool
|
bool
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config VGA_BIOS_ID
|
|
||||||
string
|
|
||||||
depends on VGA_BIOS
|
|
||||||
default "18ca:0020"
|
|
||||||
|
|
||||||
config AMDMCT_BACKGROUND_SCRUB_RATE
|
config AMDMCT_BACKGROUND_SCRUB_RATE
|
||||||
hex
|
hex
|
||||||
|
Reference in New Issue
Block a user