mbox

[PULL,0/7] arm-devs queue

Message ID 1373904095-27592-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-arm-devs-20130715

Message

Peter Maydell July 15, 2013, 4:01 p.m. UTC
Soft-feature-freeze arm-devs pullreq: bunch of bug fixes, plus
the midway board. Please pull.

thanks
-- PMM

The following changes since commit c3cb8e77804313e1be99b5f28a34a346736707a5:

  ioport: remove LITTLE_ENDIAN mark for portio (2013-07-12 14:37:47 -0500)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-arm-devs-20130715

for you to fetch changes up to b25a83f0538fceede15cba6cfd6ea0f1ffc9d777:

  ARM/highbank: add support for Calxeda ECX-2000 / Midway (2013-07-15 16:25:57 +0100)

----------------------------------------------------------------
arm-devs queue

----------------------------------------------------------------
Andre Przywara (2):
      ARM/highbank: prepare for adding similar machines
      ARM/highbank: add support for Calxeda ECX-2000 / Midway

Peter Crosthwaite (1):
      char/cadence_uart: Fix reset for unattached instances

Peter Maydell (4):
      hw/cpu/a15mpcore: Correct default value for num-irq
      sd/pl181.c: Avoid undefined shift behaviour in RWORD macro
      hw/dma/omap_dma: Fix bugs with DMA requests above 32
      hw/arm/vexpress: Add alias for flash at address 0 on A15 board

 hw/arm/highbank.c      |   61 +++++++++++++++++++++++++++++++++++++++---------
 hw/arm/vexpress.c      |   19 +++++++++++++--
 hw/char/cadence_uart.c |    4 +++-
 hw/cpu/a15mpcore.c     |    4 ++--
 hw/dma/omap_dma.c      |   11 +++++----
 hw/sd/pl181.c          |    2 +-
 6 files changed, 79 insertions(+), 22 deletions(-)