qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/7] Add support for vexpress-a15
@ 2012-02-15 14:36 Peter Maydell
  2012-02-15 14:36 ` [Qemu-devel] [PATCH v5 1/7] hw/a15mpcore.c: Add Cortex-A15 private peripheral model Peter Maydell
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Peter Maydell @ 2012-02-15 14:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches, Andreas Färber, Paul Brook

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.

Since there were no major changes between v4 and v5 and no further
review comments on v3 I'm planning to stick this into my next
arm-devs pullreq (end of this week or start of next).

Changes v4->v5:
 * trivial rebase following commit 7a65c8cc3

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

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

end of thread, other threads:[~2012-02-16 10:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 14:36 [Qemu-devel] [PATCH v5 0/7] Add support for vexpress-a15 Peter Maydell
2012-02-15 14:36 ` [Qemu-devel] [PATCH v5 1/7] hw/a15mpcore.c: Add Cortex-A15 private peripheral model Peter Maydell
2012-02-15 14:36 ` [Qemu-devel] [PATCH v5 2/7] hw/vexpress.c: Make motherboard peripheral memory map table-driven Peter Maydell
2012-02-15 14:36 ` [Qemu-devel] [PATCH v5 3/7] hw/vexpress.c: Move secondary CPU boot code to SRAM Peter Maydell
2012-02-15 14:36 ` [Qemu-devel] [PATCH v5 4/7] hw/vexpress.c: Factor out daughterboard-specific initialization Peter Maydell
2012-02-15 14:36 ` [Qemu-devel] [PATCH v5 5/7] hw/vexpress.c: Instantiate the motherboard CLCD Peter Maydell
2012-02-15 14:36 ` [Qemu-devel] [PATCH v5 6/7] arm_boot: Pass base address of GIC CPU interface, not whole GIC Peter Maydell
2012-02-15 15:13   ` Peter Maydell
2012-02-15 14:36 ` [Qemu-devel] [PATCH v5 7/7] hw/vexpress.c: Add vexpress-a15 machine Peter Maydell
2012-02-16 10:10 ` [Qemu-devel] [PATCH v5 0/7] Add support for vexpress-a15 Peter Maydell

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).