qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Cc: Edgar Iglesias <edgar.iglesias@xilinx.com>,
	zach.pfeffer@xilinx.com, jues@xilinx.com,
	Ryota Ozaki <ozaki.ryota@gmail.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Alistair Francis <alistair.francis@xilinx.com>,
	michals@xilinx.com
Subject: Re: [Qemu-devel] [PATCH target-arm v7 00/15] Next Generation Xilinx Zynq SoC
Date: Thu, 7 May 2015 15:07:07 +0100	[thread overview]
Message-ID: <CAFEAcA8LG8_AZzVhciajbfq9ypcc4Q8so6WToTxhAXKt+P_noA@mail.gmail.com> (raw)
In-Reply-To: <cover.1430952182.git.peter.crosthwaite@xilinx.com>

On 6 May 2015 at 23:50, Peter Crosthwaite <peter.crosthwaite@xilinx.com> wrote:
> Hi Peter and all,
>
> Xilinx's next gen SoC has been announced. This series adds a SoC and
> board.
>
> Series start with addition of ARM cortex A53 support (P1 and P2). The
> Soc skeleton is then added with GIC, EMACs and UARTs added. The
> pre-existing models for GEM and UART are not SoC friendly (no visible
> state struct), so those are refactored for SoC.
>
> Create a model of the EP108 board. Currently this doesn't have any
> EP108 specific features but is a usable board exposing the user visible
> features of the raw SoC.
>
> See individual patches for detailed change logs.
>
> changed since v6 (Edgar review):
> Added GIC region size macro
> Added GIC alises

I've made some comments about these new GIC bits. Other than that
I don't have any problem with the rest of the series (though I haven't
actually reviewed all the patches, I'm happy not to :-))

thanks
-- PMM

      parent reply	other threads:[~2015-05-07 14:07 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06 22:50 [Qemu-devel] [PATCH target-arm v7 00/15] Next Generation Xilinx Zynq SoC Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 01/15] target-arm: cpu64: generalise name of A57 regs Peter Crosthwaite
2015-05-07 13:52   ` Peter Maydell
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 03/15] arm: Introduce Xilinx ZynqMP SoC Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 02/15] target-arm: cpu64: Add support for cortex-a53 Peter Crosthwaite
2015-05-07 13:53   ` Peter Maydell
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 04/15] intc: arm_gic: Macroify the MemoryRegion size Peter Crosthwaite
2015-05-07 13:59   ` Peter Maydell
2015-05-08  0:15     ` Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 05/15] arm: xlnx-zynqmp: Add GIC Peter Crosthwaite
2015-05-07 14:02   ` Peter Maydell
2015-05-08  0:16     ` Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 06/15] arm: xlnx-zynqmp: Connect CPU Timers to GIC Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 07/15] net: cadence_gem: Clean up variable names Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 10/15] char: cadence_uart: " Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 09/15] arm: xlnx-zynqmp: Add GEM support Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 08/15] net: cadence_gem: Split state struct and type into header Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 13/15] arm: Add xlnx-ep108 machine Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 11/15] char: cadence_uart: Split state struct and type into header Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 15/15] arm: xlnx-ep108: Add bootloading Peter Crosthwaite
2015-05-06 22:50 ` [Qemu-devel] [PATCH target-arm v7 14/15] arm: xlnx-ep108: Add external RAM Peter Crosthwaite
2015-05-07  0:16 ` [Qemu-devel] [PATCH target-arm v7 12/15] arm: xlnx-zynqmp: Add UART support Peter Crosthwaite
2015-05-07 14:07 ` Peter Maydell [this message]

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=CAFEAcA8LG8_AZzVhciajbfq9ypcc4Q8so6WToTxhAXKt+P_noA@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=alistair.francis@xilinx.com \
    --cc=edgar.iglesias@xilinx.com \
    --cc=jues@xilinx.com \
    --cc=michals@xilinx.com \
    --cc=ozaki.ryota@gmail.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=qemu-devel@nongnu.org \
    --cc=zach.pfeffer@xilinx.com \
    /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).