All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] arm-devs queue
@ 2012-07-04 11:14 Peter Maydell
  2012-07-04 11:14 ` [Qemu-devel] [PATCH 01/10] ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel Peter Maydell
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Peter Maydell @ 2012-07-04 11:14 UTC (permalink / raw)
  To: Anthony Liguori, Blue Swirl; +Cc: qemu-devel, Paul Brook

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

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PULL 00/10] arm-devs queue
@ 2012-07-20 15:00 Peter Maydell
  0 siblings, 0 replies; 14+ messages in thread
From: Peter Maydell @ 2012-07-20 15:00 UTC (permalink / raw)
  To: Anthony Liguori, Blue Swirl; +Cc: qemu-devel, Paul Brook

Usual arm-devs pullreq; this one contains my changes to allow the
vexpress-a15 to accept more than 2GB of RAM, the Exynos I2C
device and a couple of minor bugfix patches.

thanks
-- PMM

The following changes since commit 61dc008f3529fa74a63aad1907438dad857e255a:

  Revert "audio: Make PC speaker audio card available by default" (2012-07-19 18:25:52 -0500)

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

Mitsyanko Igor (1):
      exynos4210: add Exynos4210 i2c implementation

Oleg Ogurtsov (2):
      hw/exynos4210_rtc.c: Fix calculating for value of year
      hw/exynos4210_rtc.c: remove unnecessary code

Peter Maydell (7):
      hw/pl011.c: Avoid crash on read when no chr backend present
      hw/arm_boot.c: Make ram_size a uint64_t
      hw/arm_boot.c: Consistently use ram_size from arm_boot_info struct
      hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacity
      device_tree: Add support for reading device tree properties
      hw/arm_boot.c: Support DTBs which use 64 bit addresses
      hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboard

 device_tree.c        |   30 +++++
 device_tree.h        |    4 +
 hw/arm-misc.h        |    2 +-
 hw/arm/Makefile.objs |    2 +-
 hw/arm_boot.c        |   46 ++++++-
 hw/exynos4210.c      |   27 ++++
 hw/exynos4210.h      |    3 +
 hw/exynos4210_i2c.c  |  334 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/exynos4210_rtc.c  |    7 +-
 hw/pl011.c           |    4 +-
 hw/vexpress.c        |   13 ++-
 11 files changed, 456 insertions(+), 16 deletions(-)
 create mode 100644 hw/exynos4210_i2c.c

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [Qemu-devel] [PULL 00/10] arm-devs queue
@ 2013-07-22 11:43 Peter Maydell
  0 siblings, 0 replies; 14+ messages in thread
From: Peter Maydell @ 2013-07-22 11:43 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Paul Brook

Hi; here's the latest arm-devs queue, containing two things:
 * virtio-mmio
 * Soren's patches to add support for initrd with u-boot-header

These are features, but they've both had code on the list for
some time (and in particular since before softfreeze). I don't
intend to submit anything except bugfixes after this pull.

Please pull.
thanks
-- PMM


The following changes since commit 24943978cbe79634a9a8b02a20efb25b29b3ab49:

  boot-order-test: Add tests for Sun4u (2013-07-18 13:27:47 -0500)

are available in the git repository at:

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

for you to fetch changes up to fd76663e3fe59dc7f7d5c439561b74f472727137:

  hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header (2013-07-22 12:01:37 +0100)

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

----------------------------------------------------------------
Peter Maydell (8):
      device_tree: Add qemu_devtree_setprop_sized_cells() utility functions
      arm/boot: Use qemu_devtree_setprop_sized_cells()
      virtio: Add support for guest setting of queue size
      virtio: Support transports which can specify the vring alignment
      virtio: Implement MMIO based virtio transport
      arm/boot: Allow boards to modify the FDT blob
      vexpress: Make VEDBoardInfo extend arm_boot_info
      vexpress: Add virtio-mmio transports

Soren Brinkmann (2):
      hw/loader: Support ramdisk with u-boot header
      hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header

 device_tree.c                  |   33 ++++
 hw/arm/boot.c                  |   48 +++--
 hw/arm/vexpress.c              |  128 ++++++++++--
 hw/core/loader.c               |   84 +++++---
 hw/virtio/Makefile.objs        |    1 +
 hw/virtio/virtio-mmio.c        |  421 ++++++++++++++++++++++++++++++++++++++++
 hw/virtio/virtio.c             |   40 +++-
 include/hw/arm/arm.h           |    4 +
 include/hw/loader.h            |   13 ++
 include/hw/virtio/virtio-bus.h |    6 +
 include/hw/virtio/virtio.h     |    2 +
 include/sysemu/device_tree.h   |   59 ++++++
 12 files changed, 771 insertions(+), 68 deletions(-)
 create mode 100644 hw/virtio/virtio-mmio.c

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-07-22 11:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-04 11:14 [Qemu-devel] [PULL 00/10] arm-devs queue Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 01/10] ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 02/10] hw/exynos4210_pwm.c: Fix STOP status in tick handler Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 03/10] hw/exynos4210.c: Fix misleading initialization of IROM mirror Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 04/10] Exynos4: add RTC device Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 05/10] i.MX: UART support Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 06/10] i.MX31: Clock Control Module Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 07/10] i.MX31: Timers Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 08/10] i.MX31: Interrupt Controller Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 09/10] i.MX31: KZM-ARM11-01 evaluation board Peter Maydell
2012-07-04 11:14 ` [Qemu-devel] [PATCH 10/10] hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_t Peter Maydell
2012-07-07  9:21 ` [Qemu-devel] [PULL 00/10] arm-devs queue Blue Swirl
2012-07-20 15:00 Peter Maydell
2013-07-22 11:43 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.