qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/4] arm-devs queue
@ 2012-03-16 18:12 Peter Maydell
  2012-03-16 18:12 ` [Qemu-devel] [PATCH 1/4] arm: clean up GIC constants Peter Maydell
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Peter Maydell @ 2012-03-16 18:12 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Paul Brook

Hi; this is a pullreq for the arm-devs queue; nothing hugely exciting
here unless you count the final part of the -dtb support. Please pull.

thanks
-- PMM

The following changes since commit 7c51c1aa03a52b9fd75ed1ade2e65d079ae4d50e:

  Merge remote-tracking branch 'kwolf/for-anthony' into staging (2012-02-29 12:57:28 -0600)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream

Grant Likely (1):
      arm: add device tree support

Peter Maydell (1):
      hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv properties

Rusty Russell (2):
      arm: clean up GIC constants
      arm: make sure that number of irqs can be represented in GICD_TYPER.

 Makefile.target  |    1 +
 configure        |    1 +
 hw/arm-misc.h    |    1 +
 hw/arm11mpcore.c |   20 +++++-----
 hw/arm_boot.c    |  102 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 hw/arm_gic.c     |   50 ++++++++++++++++----------
 qemu-config.c    |    4 ++
 qemu-options.hx  |    9 +++++
 vl.c             |    8 ++++
 9 files changed, 161 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] [PULL 0/4] arm-devs queue
@ 2012-09-26 16:13 Peter Maydell
  2012-09-27 19:50 ` Aurelien Jarno
  0 siblings, 1 reply; 13+ messages in thread
From: Peter Maydell @ 2012-09-26 16:13 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Paul Brook

Not much in this pullreq but I realised I'd been sitting on the PL190
and NVIC fixes for nearly a month :-(   Please pull.

thanks
-- PMM


The following changes since commit ac05f3492421caeb05809ffa02c6198ede179e43:

  add a boot parameter to set reboot timeout (2012-09-25 20:05:04 -0500)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream

for you to fetch changes up to 3dc3e7dd936f2e7f3e6dd4056f81c8961dc8201b:

  Versatile Express: Add modelling of NOR flash (2012-09-26 16:48:21 +0100)

----------------------------------------------------------------
Brendan Fennell (1):
      pl190: fix read of VECTADDR

Francesco Lavra (2):
      Versatile Express: Fix NOR flash 0 address and remove flash alias
      Versatile Express: Add modelling of NOR flash

Meador Inge (1):
      hw/armv7m_nvic: Correctly register GIC region when setting up NVIC

 hw/armv7m_nvic.c |    3 ++-
 hw/pl190.c       |   18 ++++++++++++------
 hw/vexpress.c    |   33 ++++++++++++++++++++++++++-------
 3 files changed, 40 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] [PULL 0/4] arm-devs queue
@ 2012-03-02 12:07 Peter Maydell
  2012-03-03 17:57 ` Blue Swirl
  0 siblings, 1 reply; 13+ messages in thread
From: Peter Maydell @ 2012-03-02 12:07 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Paul Brook

Hi; this is a pullreq for the arm-devs queue; nothing hugely exciting
here unless you count the final part of the -dtb support. Please pull.

thanks
-- PMM

The following changes since commit 7c51c1aa03a52b9fd75ed1ade2e65d079ae4d50e:

  Merge remote-tracking branch 'kwolf/for-anthony' into staging (2012-02-29 12:57:28 -0600)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream

Grant Likely (1):
      arm: add device tree support

Peter Maydell (1):
      hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv properties

Rusty Russell (2):
      arm: clean up GIC constants
      arm: make sure that number of irqs can be represented in GICD_TYPER.

 Makefile.target  |    1 +
 configure        |    1 +
 hw/arm-misc.h    |    1 +
 hw/arm11mpcore.c |   20 +++++-----
 hw/arm_boot.c    |  102 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 hw/arm_gic.c     |   50 ++++++++++++++++----------
 qemu-config.c    |    4 ++
 qemu-options.hx  |    9 +++++
 vl.c             |    8 ++++
 9 files changed, 161 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] [PULL 0/4] arm-devs queue
@ 2012-01-18 12:13 Peter Maydell
  2012-01-19 18:48 ` Anthony Liguori
  0 siblings, 1 reply; 13+ messages in thread
From: Peter Maydell @ 2012-01-18 12:13 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel

This is a smallish pullreq for a few arm-devs patches which have been on
the list for a while. The two patches from Mark were in the highbank
patchset, but I'd like to get them committed now because they're needed
for other patchsets (vexpress-a15, exynos). Please pull.

thanks
-- PMM

The following changes since commit 8c4ec5c0269bda18bb777a64b2008088d1c632dc:

  pxa2xx_keypad: fix unbalanced parenthesis. (2012-01-17 02:14:42 +0100)

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

Mark Langsdorf (2):
      arm: Remove incorrect comment in arm_timer
      arm: make the number of GIC interrupts configurable

Peter Maydell (2):
      vexpress, realview: Add (dummy) L2 cache controller
      hw/lan9118: Add save/load support

 hw/a9mpcore.c     |   13 ++++-
 hw/arm11mpcore.c  |   17 +++++---
 hw/arm_gic.c      |   68 ++++++++++++++++-------------
 hw/arm_timer.c    |    3 -
 hw/armv7m_nvic.c  |   31 ++++++++++---
 hw/lan9118.c      |  126 +++++++++++++++++++++++++++++++++++++++++++----------
 hw/realview.c     |    2 +
 hw/realview_gic.c |    7 ++-
 hw/vexpress.c     |    1 +
 9 files changed, 193 insertions(+), 75 deletions(-)

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

end of thread, other threads:[~2012-09-27 19:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 18:12 [Qemu-devel] [PULL 0/4] arm-devs queue Peter Maydell
2012-03-16 18:12 ` [Qemu-devel] [PATCH 1/4] arm: clean up GIC constants Peter Maydell
2012-03-16 18:12 ` [Qemu-devel] [PATCH 2/4] arm: make sure that number of irqs can be represented in GICD_TYPER Peter Maydell
2012-03-16 18:12 ` [Qemu-devel] [PATCH 3/4] arm: add device tree support Peter Maydell
2012-03-16 18:12 ` [Qemu-devel] [PATCH 4/4] hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv properties Peter Maydell
2012-03-17 16:22 ` [Qemu-devel] [PULL 0/4] arm-devs queue Blue Swirl
2012-03-17 17:29   ` Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2012-09-26 16:13 Peter Maydell
2012-09-27 19:50 ` Aurelien Jarno
2012-03-02 12:07 Peter Maydell
2012-03-03 17:57 ` Blue Swirl
2012-01-18 12:13 Peter Maydell
2012-01-19 18:48 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).