qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/10] arm-devs queue


From: Peter Maydell
Subject: [Qemu-devel] [PULL 00/10] arm-devs queue
Date: Wed, 4 Jul 2012 12:14:04 +0100

Usual arm-devs pullreq; this contains some minor exynos fixes
and the iMX31 model. Please pull.

thanks
-- PMM


The following changes since commit 71ea2e016131a9fcde6f1ffd3e0e34a64c21f593:

  bsd-user: fix build (2012-06-28 20:28:36 +0000)

are available in the git repository at:
  git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream

Evgeny Voevodin (2):
      hw/exynos4210_pwm.c: Fix STOP status in tick handler.
      hw/exynos4210.c: Fix misleading initialization of IROM mirror

Oleg Ogurtsov (1):
      Exynos4: add RTC device

Peter Chubb (5):
      i.MX: UART support
      i.MX31: Clock Control Module
      i.MX31: Timers
      i.MX31: Interrupt Controller
      i.MX31: KZM-ARM11-01 evaluation board

Peter Maydell (1):
      hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_t

Stanislav Vorobiov (1):
      ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.

 MAINTAINERS          |    6 +
 hw/arm/Makefile.objs |    3 +
 hw/cadence_gem.c     |    4 +-
 hw/exynos4210.c      |   10 +-
 hw/exynos4210_mct.c  |    4 -
 hw/exynos4210_pwm.c  |    2 +-
 hw/exynos4210_rtc.c  |  595 +++++++++++++++++++++++++++++++++++++++++++
 hw/imx.h             |   34 +++
 hw/imx_avic.c        |  408 +++++++++++++++++++++++++++++
 hw/imx_ccm.c         |  321 +++++++++++++++++++++++
 hw/imx_serial.c      |  467 ++++++++++++++++++++++++++++++++++
 hw/imx_timer.c       |  689 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/kzm.c             |  154 +++++++++++
 13 files changed, 2689 insertions(+), 8 deletions(-)
 create mode 100644 hw/exynos4210_rtc.c
 create mode 100644 hw/imx.h
 create mode 100644 hw/imx_avic.c
 create mode 100644 hw/imx_ccm.c
 create mode 100644 hw/imx_serial.c
 create mode 100644 hw/imx_timer.c
 create mode 100644 hw/kzm.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]