Re: [PATCH] arm64: add support for 8250/16550 earlyprintk

2013-03-01 Thread Anup Patel
On 1 March 2013 13:47, Marc Zyngier wrote: > > On Fri, 1 Mar 2013 11:30:26 +0530, Anup Patel > wrote: > > This patch adds support for using earlyprintk with 8250/16550 UART > ports. > > > > The 8250/16550 UART can either have 8-bit or 32-bit aligned registers > > which is HW vendor dependent. >

Re: [PATCH] arm64: add support for 8250/16550 earlyprintk

2013-03-01 Thread Marc Zyngier
On Fri, 1 Mar 2013 11:30:26 +0530, Anup Patel wrote: > This patch adds support for using earlyprintk with 8250/16550 UART ports. > > The 8250/16550 UART can either have 8-bit or 32-bit aligned registers > which is HW vendor dependent. > > Kernel args for 8-bit aligned regs: > earlyprintk=uart82

[PATCH] arm64: add support for 8250/16550 earlyprintk

2013-02-28 Thread Anup Patel
This patch adds support for using earlyprintk with 8250/16550 UART ports. The 8250/16550 UART can either have 8-bit or 32-bit aligned registers which is HW vendor dependent. Kernel args for 8-bit aligned regs: earlyprintk=uart8250-8bit, Kernel args for 32-bit aligned regs: earlyprintk=uart8250-