Hi Ian, On 11/18/2014 04:44 PM, Ian Campbell wrote: > Signed-off-by: Ian Campbell <ian.campb...@citrix.com> > --- > xen/arch/arm/Rules.mk | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk > index 572d854..ef887a5 100644 > --- a/xen/arch/arm/Rules.mk > +++ b/xen/arch/arm/Rules.mk > @@ -95,6 +95,12 @@ EARLY_PRINTK_BAUD := 115200 > EARLY_UART_BASE_ADDRESS := 0x1c020000 > EARLY_UART_REG_SHIFT := 2 > endif > +ifeq ($(CONFIG_EARLY_PRINTK), xgene-mcdivitt) > +EARLY_PRINTK_INC := 8250 > +EARLY_PRINTK_BAUD := 9600
EARLY_PRINTK_BAUD is not necessary as we don't use the initialization function (EARLY_PRINTK_INIT_UART is not set). With the EARLY_PRINTK_BAUD dropped, this could be merged with the xgene-storm early printk (I didn't really understand why the baud rate is different). But I don't think it's 4.5 material. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel