
On 4 June 2015 at 02:47, Simon Glass sjg@chromium.org wrote:
On 2 June 2015 at 19:20, Bin Meng bmeng.cn@gmail.com wrote:
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
Changes in v2:
- Still use one board configuration file qemu-x86.h
arch/x86/dts/Makefile | 3 ++- arch/x86/dts/qemu-x86_i440fx.dts | 34 +++++++++++++++++++++++++ arch/x86/dts/{qemu-x86.dts => qemu-x86_q35.dts} | 2 +- board/coreboot/coreboot/Kconfig | 2 +- configs/qemu-x86_defconfig | 3 +-- doc/README.x86 | 10 +++++++- 6 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 arch/x86/dts/qemu-x86_i440fx.dts rename arch/x86/dts/{qemu-x86.dts => qemu-x86_q35.dts} (95%)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!