From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v1 1/3] xen/arm: Add R-Car Gen2 support for early printk Date: Fri, 16 Jan 2015 13:05:08 +0000 Message-ID: <54B90C84.5030106@linaro.org> References: <1421412610-19313-1-git-send-email-oiurii.konovalenko@globallogic.com> <1421412610-19313-2-git-send-email-oiurii.konovalenko@globallogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1421412610-19313-2-git-send-email-oiurii.konovalenko@globallogic.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: Iurii Konovalenko , xen-devel@lists.xen.org Cc: oleksandr.tyshchenko@globallogic.com, tim@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Hello Iurii, Thanks for adding the support of a new board in Xen. On 16/01/15 12:50, Iurii Konovalenko wrote: > diff --git a/xen/include/asm-arm/rcar2-uart.h b/xen/include/asm-arm/rcar2-uart.h > new file mode 100644 > index 0000000..10a56fb > --- /dev/null > +++ b/xen/include/asm-arm/rcar2-uart.h [..] > +#ifndef __ASM_ARM_RCAR2_H > +#define __ASM_ARM_RCAR2_H According to the name of the guard should be called __ASM_ARM_RCAR2_UART_H [..] > +#endif /* __ASM_ARM_RCAR2_H */ Ditto. Regards, -- Julien Grall