35784b62cd
is folded into mainboard/emulation/qemu-x86. Adapt code. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5376 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
15 lines
331 B
Text
15 lines
331 B
Text
chip mainboard/emulation/qemu-x86
|
|
device pci_domain 0 on
|
|
device pci 0.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
|
|
end
|