Author: oxygene
Date: 2009-10-08 17:12:31 +0200 (Thu, 08 Oct 2009)
New Revision: 4744

Modified:
   trunk/coreboot-v2/src/mainboard/via/epia-m/Kconfig
   trunk/coreboot-v2/src/northbridge/via/cn400/Kconfig
   trunk/coreboot-v2/src/northbridge/via/cn700/Kconfig
   trunk/coreboot-v2/src/northbridge/via/cx700/Kconfig
   trunk/coreboot-v2/src/northbridge/via/vx800/Kconfig
   trunk/coreboot-v2/src/southbridge/via/vt8237r/Kconfig
Log:
Disable x86emu for via based boards which bring
their own vgabios.c

Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Myles Watson <[email protected]>


Modified: trunk/coreboot-v2/src/mainboard/via/epia-m/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/via/epia-m/Kconfig  2009-10-08 14:31:56 UTC 
(rev 4743)
+++ trunk/coreboot-v2/src/mainboard/via/epia-m/Kconfig  2009-10-08 15:12:31 UTC 
(rev 4744)
@@ -37,3 +37,15 @@
        int
        default 5
        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
+

Modified: trunk/coreboot-v2/src/northbridge/via/cn400/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/cn400/Kconfig 2009-10-08 14:31:56 UTC 
(rev 4743)
+++ trunk/coreboot-v2/src/northbridge/via/cn400/Kconfig 2009-10-08 15:12:31 UTC 
(rev 4744)
@@ -6,3 +6,15 @@
        int
        default 0
        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
+

Modified: trunk/coreboot-v2/src/northbridge/via/cn700/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/cn700/Kconfig 2009-10-08 14:31:56 UTC 
(rev 4743)
+++ trunk/coreboot-v2/src/northbridge/via/cn700/Kconfig 2009-10-08 15:12:31 UTC 
(rev 4744)
@@ -7,3 +7,14 @@
        int
        default 0
        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

Modified: trunk/coreboot-v2/src/northbridge/via/cx700/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/cx700/Kconfig 2009-10-08 14:31:56 UTC 
(rev 4743)
+++ trunk/coreboot-v2/src/northbridge/via/cx700/Kconfig 2009-10-08 15:12:31 UTC 
(rev 4744)
@@ -1,3 +1,15 @@
 config NORTHBRIDGE_VIA_CX700
        bool
        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
+

Modified: trunk/coreboot-v2/src/northbridge/via/vx800/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/vx800/Kconfig 2009-10-08 14:31:56 UTC 
(rev 4743)
+++ trunk/coreboot-v2/src/northbridge/via/vx800/Kconfig 2009-10-08 15:12:31 UTC 
(rev 4744)
@@ -6,3 +6,15 @@
        int
        default 0
        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
+

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/Kconfig
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/Kconfig       2009-10-08 
14:31:56 UTC (rev 4743)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/Kconfig       2009-10-08 
15:12:31 UTC (rev 4744)
@@ -21,3 +21,6 @@
        bool
        default n
 
+config EPIA_VT8237R_INIT
+       bool
+       default n


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to