]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:16 +0000 (22:48 +0200)
commitcabf0f38ff4bbff287df39f89f4b0f890494d721
tree81aadb2e24187f3d516a510e80bdc25d0596bec7
parentcc74266bdfe6d8f11d7510c465bf93a50a90eb76
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_i440fx.dts [new file with mode: 0644]
arch/x86/dts/qemu-x86_q35.dts [moved from arch/x86/dts/qemu-x86.dts with 95% similarity]
board/coreboot/coreboot/Kconfig
configs/qemu-x86_defconfig
doc/README.x86