From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH V2 4/4] xen/arm/docs: Document Broadcom 7445D0 early printk support Date: Fri, 03 Oct 2014 11:41:02 +0100 Message-ID: <542E7D3E.30200@linaro.org> References: <542C1D80.6070804@linaro.org> <1412288214-19224-1-git-send-email-jfraser@broadcom.com> <1412288214-19224-5-git-send-email-jfraser@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1412288214-19224-5-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 , xen-devel@lists.xen.org Cc: tim@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Hello Jon, On 02/10/2014 23:16, Jon Fraser wrote: > Use CONFIG_EARLY_PRINTK=brcm for Broadcom 7445D0 based boards. > > Signed-off-by: Jon Fraser You don't need to have a separate patch for the documentation. I would merge this patch with patch #1. With or without the merge: Reviewed-by: Julien Grall Regards, > --- > docs/misc/arm/early-printk.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/docs/misc/arm/early-printk.txt b/docs/misc/arm/early-printk.txt > index 1431751..3d5a8fd 100644 > --- a/docs/misc/arm/early-printk.txt > +++ b/docs/misc/arm/early-printk.txt > @@ -16,6 +16,7 @@ where mach is the name of the machine: > - omap5432: printk with UART3 on TI OMAP5432 processors > - sun6i: printk with 8250 on Allwinner A31 processors > - sun7i: printk with 8250 on Allwinner A20 processors > + - brcm: printk with 8250 on Broadcom 7445D0 boards with A15 processors. > > The base address and baud rate is hardcoded in xen/arch/arm/Rules.mk, > see there when adding support for new machines. > -- Julien Grall