[coreboot] r3481 - trunk/coreboot-v2/src/mainboard/emulation/qemu-x86

svn at coreboot.org svn at coreboot.org
Fri Aug 8 02:08:01 CEST 2008


Author: ward
Date: 2008-08-08 02:08:01 +0200 (Fri, 08 Aug 2008)
New Revision: 3481

Modified:
   trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Config.lb
Log:

Enable both IDE ports for our qemu target.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>



Modified: trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Config.lb	2008-08-07 22:00:51 UTC (rev 3480)
+++ trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Config.lb	2008-08-08 00:08:01 UTC (rev 3481)
@@ -107,7 +107,14 @@
 chip cpu/emulation/qemu-x86
 	device pci_domain 0 on 
 		device pci 0.0 on end
-		device pci 1.0 on end
+
+		chip southbridge/intel/i82371eb # southbridge
+			device pci 01.0 on end
+			device pci 01.1 on end
+			register "ide0_enable" = "1"
+			register "ide1_enable" = "1"
+		end
+
 #		register "com1" = "{1}"
 #		register "com1" = "{1, 0, 0x3f8, 4}"
 	end





More information about the coreboot mailing list