qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Andreas Färber" <afaerber@suse.de>, patches@linaro.org
Subject: [Qemu-devel] [PATCH v4 0/7] Add support for vexpress-a15
Date: Fri,  3 Feb 2012 18:30:21 +0000	[thread overview]
Message-ID: <1328293828-21921-1-git-send-email-peter.maydell@linaro.org> (raw)

This patchset adds support for the Versatile Express A15 daughterboard.
The resulting model is capable of booting a Linux kernel which has
been configured for Cortex-A15 with the Versatile Express "extended
memory map" and without support for LPAE.

Changes v3->v4:
 * fixed a minor spacing issue in the gpl-license header comment in one file
 * rebased on current master after the QOM.3 series landing

Changes v2->v3:
 * the target-arm patches are now in master
 * dropped spurious 'const' from 'factor out daughterboard' patch
 * rebased on current master and updated a15mpcore.c with QOM changes


Peter Maydell (7):
  hw/a15mpcore.c: Add Cortex-A15 private peripheral model
  hw/vexpress.c: Make motherboard peripheral memory map table-driven
  hw/vexpress.c: Move secondary CPU boot code to SRAM
  hw/vexpress.c: Factor out daughterboard-specific initialization
  hw/vexpress.c: Instantiate the motherboard CLCD
  arm_boot: Pass base address of GIC CPU interface, not whole GIC
  hw/vexpress.c: Add vexpress-a15 machine

 Makefile.target |    2 +-
 hw/a15mpcore.c  |  103 ++++++++++++++
 hw/arm-misc.h   |    2 +-
 hw/arm_boot.c   |    8 +-
 hw/realview.c   |   12 +-
 hw/vexpress.c   |  410 ++++++++++++++++++++++++++++++++++++++++++++-----------
 6 files changed, 445 insertions(+), 92 deletions(-)
 create mode 100644 hw/a15mpcore.c

             reply	other threads:[~2012-02-03 18:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-03 18:30 Peter Maydell [this message]
2012-02-03 18:30 ` [Qemu-devel] [PATCH v4 1/7] hw/a15mpcore.c: Add Cortex-A15 private peripheral model Peter Maydell
2012-02-03 18:30 ` [Qemu-devel] [PATCH v4 2/7] hw/vexpress.c: Make motherboard peripheral memory map table-driven Peter Maydell
2012-02-03 18:30 ` [Qemu-devel] [PATCH v4 3/7] hw/vexpress.c: Move secondary CPU boot code to SRAM Peter Maydell
2012-02-03 18:30 ` [Qemu-devel] [PATCH v4 4/7] hw/vexpress.c: Factor out daughterboard-specific initialization Peter Maydell
2012-02-03 18:30 ` [Qemu-devel] [PATCH v4 5/7] hw/vexpress.c: Instantiate the motherboard CLCD Peter Maydell
2012-02-03 18:30 ` [Qemu-devel] [PATCH v4 6/7] arm_boot: Pass base address of GIC CPU interface, not whole GIC Peter Maydell
2012-02-03 18:30 ` [Qemu-devel] [PATCH v4 7/7] hw/vexpress.c: Add vexpress-a15 machine Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1328293828-21921-1-git-send-email-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=afaerber@suse.de \
    --cc=patches@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).