qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH arm-devs v2 0/8]  Fix Support for ARM A9 CBAR
@ 2013-11-28  3:26 Peter Crosthwaite
  2013-11-28  3:27 ` [Qemu-devel] [PATCH arm-devs v2 1/8] qom/object: Make uintXX added properties writable Peter Crosthwaite
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Peter Crosthwaite @ 2013-11-28  3:26 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: peter.crosthwaite, afaerber, mark.langsdorf

Hi Peter,

This patch series fixed the Configuration base address init logic for
ARM CPUs, most notably for A9. Fixes both Zynq and Highbank which both
had broken CBAR.

Regards,
Peter

Changed since v1:
Fix QOM to support writeable dynamic properties
Use dynamic props instead (PMM/AF discussion)
Use error_report (AF reivew)
Use reset- prefix on propname (AF reivew)
Fix machine model namings or the MPCore PERIPHBASE


Peter Crosthwaite (8):
  qom/object: Make uintXX added properties writable
  target-arm: Define and use ARM_FEATURE_CBAR
  target-arm/cpu: Convert reset CBAR to a property
  arm/highbank: Use object_new() rather than cpu_arm_init()
  arm/highbank: Fix CBAR intialisation
  arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()
  arm/xilinx_zynq: Implement CBAR intialisation
  arm/highbank.c: Fix MPCore periphbase name

 hw/arm/highbank.c    | 33 +++++++++++++++++++++------------
 hw/arm/xilinx_zynq.c | 21 +++++++++++++++++----
 qom/object.c         | 44 ++++++++++++++++++++++++++++++++++++++++----
 target-arm/cpu.c     | 25 ++++++++++++++++---------
 target-arm/cpu.h     |  1 +
 target-arm/helper.c  |  9 +++++++++
 6 files changed, 104 insertions(+), 29 deletions(-)

-- 
1.8.4.4

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

end of thread, other threads:[~2013-12-03  6:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28  3:26 [Qemu-devel] [PATCH arm-devs v2 0/8] Fix Support for ARM A9 CBAR Peter Crosthwaite
2013-11-28  3:27 ` [Qemu-devel] [PATCH arm-devs v2 1/8] qom/object: Make uintXX added properties writable Peter Crosthwaite
2013-11-28  3:27 ` [Qemu-devel] [PATCH arm-devs v2 2/8] target-arm: Define and use ARM_FEATURE_CBAR Peter Crosthwaite
2013-11-28  3:28 ` [Qemu-devel] [PATCH arm-devs v2 3/8] target-arm/cpu: Convert reset CBAR to a property Peter Crosthwaite
2013-11-28  3:28 ` [Qemu-devel] [PATCH arm-devs v2 4/8] arm/highbank: Use object_new() rather than cpu_arm_init() Peter Crosthwaite
2013-11-28  3:29 ` [Qemu-devel] [PATCH arm-devs v2 5/8] arm/highbank: Fix CBAR intialisation Peter Crosthwaite
2013-11-28 19:34   ` Peter Maydell
2013-11-28 23:55     ` Peter Crosthwaite
2013-11-29  8:16       ` Peter Maydell
2013-11-28  3:29 ` [Qemu-devel] [PATCH arm-devs v2 6/8] arm/xilinx_zynq: Use object_new() rather than cpu_arm_init() Peter Crosthwaite
2013-11-28  3:30 ` [Qemu-devel] [PATCH arm-devs v2 7/8] arm/xilinx_zynq: Implement CBAR intialisation Peter Crosthwaite
2013-11-28 19:42   ` Peter Maydell
2013-11-28  3:31 ` [Qemu-devel] [PATCH arm-devs v2 8/8] arm/highbank.c: Fix MPCore periphbase name Peter Crosthwaite
2013-11-28 19:41   ` Peter Maydell
2013-11-29  0:09     ` Peter Crosthwaite
2013-12-03  6:31       ` Peter Crosthwaite
2013-11-29  7:52     ` Andre Przywara

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