qemu: move i440fx bits

Prepare tree for adding q35 support:
Move emulation/qemu-x86 to emulation/qemu-i440fx.
Rename some stuff to include 'i440fx'.

Change-Id: Ib8c58175c5734cfcda1b22404ef52c09d38f0462
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-on: http://review.coreboot.org/3429
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Gerd Hoffmann
2013-06-07 15:46:23 +02:00
committed by Ronald G. Minnich
parent e49679d5a1
commit 00cc7f4355
22 changed files with 17 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
chip mainboard/emulation/qemu-i440fx
device cpu_cluster 0 on
chip cpu/qemu-x86
device lapic 0 on end
end
end
device domain 0 on
device pci 0.0 on end # northbridge (i440fx)
chip southbridge/intel/i82371eb # southbridge
device pci 01.0 on end # ISA bridge
device pci 01.1 on end # IDE
device pci 01.3 on end # ACPI
register "ide0_enable" = "1"
register "ide1_enable" = "1"
register "gpo" = "0x7fffbbff"
end
end
end