[U-Boot] [PATCH v2 3/5] x86: qemu: Create separate i440fx and q35 device trees
Simon Glass
sjg at chromium.org
Thu Jun 4 10:47:19 CEST 2015
On 2 June 2015 at 19:20, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list