qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH arm-devs v3 0/9]  Fix Support for ARM A9 CBAR
@ 2013-12-03  6:58 Peter Crosthwaite
  2013-12-03  6:59 ` [Qemu-devel] [PATCH arm-devs v3 1/9] qom/object: Make uintXX added properties writable Peter Crosthwaite
                   ` (8 more replies)
  0 siblings, 9 replies; 30+ messages in thread
From: Peter Crosthwaite @ 2013-12-03  6:58 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 v2:
Fixed comment in p8 (PMM review)
Enabled CBAR for a15 (PMM review)
Typo sweep
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 review)
Fix machine model namings or the MPCore PERIPHBASE


Peter Crosthwaite (9):
  qom/object: Make uintXX added properties writable
  target-arm/helper.c: Allow cp15.c15 dummy override
  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 initialisation
  arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()
  arm/xilinx_zynq: Implement CBAR initialisation
  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     | 26 +++++++++++++++++---------
 target-arm/cpu.h     |  1 +
 target-arm/helper.c  | 12 +++++++++++-
 6 files changed, 107 insertions(+), 30 deletions(-)

-- 
1.8.4.4

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

end of thread, other threads:[~2013-12-16  2:39 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03  6:58 [Qemu-devel] [PATCH arm-devs v3 0/9] Fix Support for ARM A9 CBAR Peter Crosthwaite
2013-12-03  6:59 ` [Qemu-devel] [PATCH arm-devs v3 1/9] qom/object: Make uintXX added properties writable Peter Crosthwaite
2013-12-03 13:19   ` Andreas Färber
2013-12-06 14:49     ` Peter Maydell
2013-12-15  5:59       ` Peter Crosthwaite
2013-12-15 17:56         ` Andreas Färber
2013-12-15 18:07           ` Michael S. Tsirkin
2013-12-16  2:39             ` Peter Crosthwaite
2013-12-16  2:37           ` Peter Crosthwaite
2013-12-15 10:23     ` Michael S. Tsirkin
2013-12-03 13:26   ` Andreas Färber
2013-12-03  7:00 ` [Qemu-devel] [PATCH arm-devs v3 2/9] target-arm/helper.c: Allow cp15.c15 dummy override Peter Crosthwaite
2013-12-06 14:36   ` Peter Maydell
2013-12-03  7:00 ` [Qemu-devel] [PATCH arm-devs v3 3/9] target-arm: Define and use ARM_FEATURE_CBAR Peter Crosthwaite
2013-12-06 14:12   ` Peter Maydell
2013-12-11  0:57     ` Peter Crosthwaite
2013-12-03  7:01 ` [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property Peter Crosthwaite
2013-12-06 14:41   ` Peter Maydell
2013-12-11  1:03     ` Peter Crosthwaite
2013-12-16  1:32     ` Peter Crosthwaite
2013-12-03  7:01 ` [Qemu-devel] [PATCH arm-devs v3 5/9] arm/highbank: Use object_new() rather than cpu_arm_init() Peter Crosthwaite
2013-12-06 14:42   ` Peter Maydell
2013-12-03  7:02 ` [Qemu-devel] [PATCH arm-devs v3 6/9] arm/highbank: Fix CBAR initialisation Peter Crosthwaite
2013-12-06 14:43   ` Peter Maydell
2013-12-03  7:02 ` [Qemu-devel] [PATCH arm-devs v3 7/9] arm/xilinx_zynq: Use object_new() rather than cpu_arm_init() Peter Crosthwaite
2013-12-06 14:43   ` Peter Maydell
2013-12-03  7:03 ` [Qemu-devel] [PATCH arm-devs v3 8/9] arm/xilinx_zynq: Implement CBAR initialisation Peter Crosthwaite
2013-12-06 14:44   ` Peter Maydell
2013-12-03  7:04 ` [Qemu-devel] [PATCH arm-devs v3 9/9] arm/highbank.c: Fix MPCore periphbase name Peter Crosthwaite
2013-12-06 14:47   ` 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).