From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V2 0/4] Add Broadcom 7445D0 A15 board support Date: Fri, 3 Oct 2014 11:29:55 +0100 Message-ID: <1412332195.12695.1.camel@citrix.com> References: <542C1D80.6070804@linaro.org> <1412288214-19224-1-git-send-email-jfraser@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1412288214-19224-1-git-send-email-jfraser@broadcom.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jon Fraser Cc: julien.grall@linaro.org, tim@xen.org, stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-10-02 at 18:16 -0400, Jon Fraser wrote: > Version 2 > > This patch series adds support for the Broadcom A15 boards based on the > 7445D0 SoC. These changes only affect this single platform. > > The existing code for .init.proc.info and early UART support have been updated > from chip version C0 to D0. Versions before D0 are not supported. > > I believe I've addressed all of Julien's comments on brcm.c in the previous > version. > > Jon Fraser (4): > xen/arm: Broadcom 7445D0 ARM cpu support. > xen/arm: Update early print console UART address for Broadcom 7445D0. > xen/arm: Add support for Broadcom 7445D0 A15 platform. > xen/arm/docs: Document Broadcom 7445D0 early printk support All acked + applied. When reposting please could you collect any acked-/reviewed-by which were given from the previous round (assuming you haven't made major changes) into the commit log. Also FWIW we would normally update the docs in the same patch as updating the feature. > > docs/misc/arm/early-printk.txt | 1 + > xen/arch/arm/Rules.mk | 2 +- > xen/arch/arm/arm32/proc-v7.S | 4 +- > xen/arch/arm/platforms/Makefile | 1 + > xen/arch/arm/platforms/brcm.c | 294 ++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 299 insertions(+), 3 deletions(-) > create mode 100644 xen/arch/arm/platforms/brcm.c >