[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu tar
From: |
Peter Maydell |
Subject: |
[Qemu-ppc] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets |
Date: |
Fri, 24 May 2013 16:26:53 +0100 |
This patchset makes libfdt mandatory for building the ARM,
MicroBlaze and PPC softmmu targets. These architectures need
libfdt for at least some of their board models to be usefully
functional, so now that we have an in-tree version of libfdt
it's better to insist on using it rather than allowing users
to build less-than-useful binaries.
NB: I have tested the ARM change, but only compile-tested PPC
and MicroBlaze.
Peter Maydell (4):
configure: Require libfdt for arm, ppc, microblaze softmmu targets
arm: Remove CONFIG_FDT conditionals
microblaze: Remove CONFIG_FDT conditionals
ppc: Remove CONFIG_FDT conditionals
configure | 20 ++++++++++++++++++++
default-configs/ppc-softmmu.mak | 2 +-
default-configs/ppc64-softmmu.mak | 4 ++--
default-configs/ppcemb-softmmu.mak | 2 +-
hw/arm/boot.c | 7 -------
hw/microblaze/boot.c | 12 ------------
hw/ppc/ppc440_bamboo.c | 2 --
hw/ppc/spapr_vio.c | 6 ------
hw/ppc/virtex_ml507.c | 18 ------------------
9 files changed, 24 insertions(+), 49 deletions(-)
--
1.7.9.5
- [Qemu-ppc] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets,
Peter Maydell <=
- [Qemu-ppc] [PATCH 3/4] microblaze: Remove CONFIG_FDT conditionals, Peter Maydell, 2013/05/24
- [Qemu-ppc] [PATCH 1/4] configure: Require libfdt for arm, ppc, microblaze softmmu targets, Peter Maydell, 2013/05/24
- [Qemu-ppc] [PATCH 2/4] arm: Remove CONFIG_FDT conditionals, Peter Maydell, 2013/05/24
- [Qemu-ppc] [PATCH 4/4] ppc: Remove CONFIG_FDT conditionals, Peter Maydell, 2013/05/24
- Re: [Qemu-ppc] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets, Edgar E. Iglesias, 2013/05/25