Re: [U-Boot] [PATCH v4 2/4] serial: ns16550: Support ns16550 compatible pci uart devices

2014-12-31 Thread Simon Glass
On 31 December 2014 at 01:05, Bin Meng wrote: > There are many pci uart devices which are ns16550 compatible. We can > describe them in the board dts file and use it as the U-Boot serial > console as specified in the chosen node 'stdout-path' property. > > Those pci uart devices can have their reg

[U-Boot] [PATCH v4 2/4] serial: ns16550: Support ns16550 compatible pci uart devices

2014-12-31 Thread Bin Meng
There are many pci uart devices which are ns16550 compatible. We can describe them in the board dts file and use it as the U-Boot serial console as specified in the chosen node 'stdout-path' property. Those pci uart devices can have their register be memory-mapped, or i/o-mapped. The driver will t