From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: peter.crosthwaite@xilinx.com, afaerber@suse.de,
mark.langsdorf@calxeda.com
Subject: [Qemu-devel] [PATCH arm-devs v2 0/8] Fix Support for ARM A9 CBAR
Date: Wed, 27 Nov 2013 19:26:28 -0800 [thread overview]
Message-ID: <cover.1385608859.git.peter.crosthwaite@xilinx.com> (raw)
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
next reply other threads:[~2013-11-28 3:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-28 3:26 Peter Crosthwaite [this message]
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
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=cover.1385608859.git.peter.crosthwaite@xilinx.com \
--to=peter.crosthwaite@xilinx.com \
--cc=afaerber@suse.de \
--cc=mark.langsdorf@calxeda.com \
--cc=peter.maydell@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).