Disable x86emu for via based boards which bring
their own vgabios.c Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4744 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
98402455c5
commit
0523875e09
|
@ -37,3 +37,15 @@ config IRQ_SLOT_COUNT
|
||||||
int
|
int
|
||||||
default 5
|
default 5
|
||||||
depends on BOARD_VIA_EPIA_M
|
depends on BOARD_VIA_EPIA_M
|
||||||
|
|
||||||
|
# this is done by this board's vgabios.c already
|
||||||
|
config VGA_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on BOARD_VIA_EPIA_M
|
||||||
|
|
||||||
|
config PCI_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on BOARD_VIA_EPIA_M
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,15 @@ config FALLBACK_SIZE
|
||||||
int
|
int
|
||||||
default 0
|
default 0
|
||||||
depends on NORTHBRIDGE_VIA_CN400
|
depends on NORTHBRIDGE_VIA_CN400
|
||||||
|
|
||||||
|
# this is done by the northbridge's vgabios.c already
|
||||||
|
config VGA_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on NORTHBRIDGE_VIA_CN400
|
||||||
|
|
||||||
|
config PCI_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on NORTHBRIDGE_VIA_CN400
|
||||||
|
|
||||||
|
|
|
@ -7,3 +7,14 @@ config FALLBACK_SIZE
|
||||||
int
|
int
|
||||||
default 0
|
default 0
|
||||||
depends on NORTHBRIDGE_VIA_CN700
|
depends on NORTHBRIDGE_VIA_CN700
|
||||||
|
|
||||||
|
# this is done by the northbridge's vgabios.c already
|
||||||
|
config VGA_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on NORTHBRIDGE_VIA_CN700
|
||||||
|
|
||||||
|
config PCI_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on NORTHBRIDGE_VIA_CN700
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
config NORTHBRIDGE_VIA_CX700
|
config NORTHBRIDGE_VIA_CX700
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
# this is done by the northbridge's vgabios.c already
|
||||||
|
config VGA_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on NORTHBRIDGE_VIA_CX700
|
||||||
|
|
||||||
|
config PCI_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on NORTHBRIDGE_VIA_CX700
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,15 @@ config FALLBACK_SIZE
|
||||||
int
|
int
|
||||||
default 0
|
default 0
|
||||||
depends on NORTHBRIDGE_VIA_VX800
|
depends on NORTHBRIDGE_VIA_VX800
|
||||||
|
|
||||||
|
# this is done by the northbridge's vgabios.c already
|
||||||
|
config VGA_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on NORTHBRIDGE_VIA_VX800
|
||||||
|
|
||||||
|
config PCI_ROM_RUN
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on NORTHBRIDGE_VIA_VX800
|
||||||
|
|
||||||
|
|
|
@ -21,3 +21,6 @@ config SOUTHBRIDGE_VIA_VT8237R
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config EPIA_VT8237R_INIT
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
Loading…
Reference in New Issue