diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-06-07 15:46:23 +0200 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-06-14 18:19:26 +0200 |
commit | 00cc7f4355ca1bdd621d4618f24f3336b29463cb (patch) | |
tree | 4dbd332fef5a39b55fb95d424e8a5e712ff48ed5 /src/mainboard/emulation/qemu-x86/devicetree.cb | |
parent | e49679d5a1e6a6225980a9ae8455fef47e56ab12 (diff) |
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>
Diffstat (limited to 'src/mainboard/emulation/qemu-x86/devicetree.cb')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/devicetree.cb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mainboard/emulation/qemu-x86/devicetree.cb b/src/mainboard/emulation/qemu-x86/devicetree.cb deleted file mode 100644 index f37454be09..0000000000 --- a/src/mainboard/emulation/qemu-x86/devicetree.cb +++ /dev/null @@ -1,18 +0,0 @@ -chip mainboard/emulation/qemu-x86 - 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 |