On 01/04/2012 07:56 AM, Peter Maydell wrote:
This is a pullreq for accumulated arm-devs patches; please pull.
NB: over the Christmas break my usual workflow got a bit disrupted so
I might have missed some patches; if there's anything that you were
expecting to be in here but isn't, please ping, resubmit the patch, etc.
-- PMM
Pulled. Thanks.
Regards,
Anthony Liguori
The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd:
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
(2012-01-03 14:39:05 -0600)
are available in the git repository at:
git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream
Juha Riihimäki (3):
hw/omap1.c: Separate PWL from omap_mpu_state
hw/omap1.c: Separate PWT from omap_mpu_state
hw/omap1.c: Separate dpll_ctl from omap_mpu_state
Mark Langsdorf (1):
arm: Set frequencies for arm_timer
Peter Maydell (5):
hw/pl181.c: Add save/load support
hw/pl110.c: Add post-load hook to invalidate display
hw/omap1.c: omap_mpuio_init() need not be public
hw/omap1.c: Drop unused includes
hw/omap_gpmc: Fix region map/unmap when configuring prefetch engine
Rob Herring (3):
arm: add missing scu registers
arm: add dummy gic security registers
add L2x0/PL310 cache controller device
Makefile.target | 1 +
hw/a9mpcore.c | 36 ++++++++++-
hw/arm_gic.c | 6 ++
hw/arm_l2x0.c | 181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
hw/arm_timer.c | 24 ++++++--
hw/omap.h | 28 +--------
hw/omap1.c | 151 +++++++++++++++++++++++++++-------------------
hw/omap_gpmc.c | 30 +++++++---
hw/pl110.c | 11 ++++
hw/pl181.c | 49 ++++++++++++---
10 files changed, 404 insertions(+), 113 deletions(-)
create mode 100644 hw/arm_l2x0.c