qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
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 v1 0/6]  Fix Support for ARM A9 CBAR
Date: Wed, 27 Nov 2013 01:00:31 -0800	[thread overview]
Message-ID: <cover.1385542228.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
hade broken CBAR.

Regards,
Peter


Peter Crosthwaite (6):
  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

 hw/arm/highbank.c    | 21 +++++++++++++++------
 hw/arm/xilinx_zynq.c | 20 ++++++++++++++++----
 target-arm/cpu.c     | 18 +++++++++---------
 target-arm/cpu.h     |  1 +
 target-arm/helper.c  |  9 +++++++++
 5 files changed, 50 insertions(+), 19 deletions(-)

-- 
1.8.4.4

             reply	other threads:[~2013-11-27  9:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-27  9:00 Peter Crosthwaite [this message]
2013-11-27  9:01 ` [Qemu-devel] [PATCH arm-devs v1 1/6] target-arm: Define and use ARM_FEATURE_CBAR Peter Crosthwaite
2013-11-27  9:01 ` [Qemu-devel] [PATCH arm-devs v1 2/6] target-arm/cpu: Convert reset CBAR to a property Peter Crosthwaite
2013-11-27  9:14   ` Peter Maydell
2013-11-27  9:42     ` Andreas Färber
2013-11-27 10:15       ` Peter Maydell
2013-11-27 10:27         ` Andreas Färber
2013-11-27 10:35           ` Peter Maydell
2013-11-27 11:39           ` Peter Crosthwaite
2013-11-27 11:47             ` Peter Maydell
2013-11-28  1:48               ` Peter Crosthwaite
2013-11-27 13:10             ` Andreas Färber
2013-11-27  9:02 ` [Qemu-devel] [PATCH arm-devs v1 3/6] arm/highbank: Use object_new() rather than cpu_arm_init() Peter Crosthwaite
2013-11-27  9:10   ` Peter Maydell
2013-11-27  9:52     ` Andreas Färber
2013-11-27  9:02 ` [Qemu-devel] [PATCH arm-devs v1 4/6] arm/highbank: Fix CBAR intialisation Peter Crosthwaite
2013-11-27  9:03 ` [Qemu-devel] [PATCH arm-devs v1 5/6] arm/xilinx_zynq: Use object_new() rather than cpu_arm_init() Peter Crosthwaite
2013-11-27  9:04 ` [Qemu-devel] [PATCH arm-devs v1 6/6] arm/xilinx_zynq: Implement CBAR intialisation Peter Crosthwaite

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