From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqMSa-00006B-RD for qemu-devel@nongnu.org; Thu, 07 May 2015 10:07:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqMSW-0006uf-Ns for qemu-devel@nongnu.org; Thu, 07 May 2015 10:07:32 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:32869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqMSW-0006uY-Kk for qemu-devel@nongnu.org; Thu, 07 May 2015 10:07:28 -0400 Received: by iepj10 with SMTP id j10so36791051iep.0 for ; Thu, 07 May 2015 07:07:28 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Thu, 7 May 2015 15:07:07 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH target-arm v7 00/15] Next Generation Xilinx Zynq SoC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Edgar Iglesias , zach.pfeffer@xilinx.com, jues@xilinx.com, Ryota Ozaki , QEMU Developers , Alistair Francis , michals@xilinx.com On 6 May 2015 at 23:50, Peter Crosthwaite 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