x86: qemu: Create separate i440fx and q35 device trees
authorBin Meng <bmeng.cn@gmail.com>
Wed, 3 Jun 2015 01:20:04 +0000 (09:20 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Jun 2015 09:03:18 +0000 (03:03 -0600)
commit683b09d7837a71fb4c5dd53919c6afa4d800e60e
tree76dbdf8573491875de5b7fef84cdcc296ec9f368
parent65cdd9be3e0fe79909962bba9bedf7967d44d60b
x86: qemu: Create separate i440fx and q35 device trees

Although the two qemu-x86 targets (i440fx and q35) share a lot in
common, they still have something that cannot easily handled in one
single device tree). Split to create two dedicated device tree files
and make the i440fx be the default build target.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/Makefile
arch/x86/dts/qemu-x86.dts [deleted file]
arch/x86/dts/qemu-x86_i440fx.dts [new file with mode: 0644]
arch/x86/dts/qemu-x86_q35.dts [new file with mode: 0644]
board/coreboot/coreboot/Kconfig
configs/qemu-x86_defconfig
doc/README.x86