Re: [U-Boot] [PATCH 0/3] rockchip: Use the standard debug UART on rockchip

2015-12-14 Thread Simon Glass
HI Lin, On 13 December 2015 at 23:26, hl wrote: > Hi Simon. > > Thank you for updating this series patch, i have verified it in > evb-rk3036 board, > it worked. > Great, thanks! > > > On 14/12/15 12:36, Simon Glass wrote: >> >> The RK3036 has only 8KB of RAM available for SPL. At present it

Re: [U-Boot] [PATCH 0/3] rockchip: Use the standard debug UART on rockchip

2015-12-13 Thread hl
Hi Simon. Thank you for updating this series patch, i have verified it in evb-rk3036 board, it worked. On 14/12/15 12:36, Simon Glass wrote: The RK3036 has only 8KB of RAM available for SPL. At present it uses its own debug UART code. By allowing the ns16550 driver to provide a debug UA

[U-Boot] [PATCH 0/3] rockchip: Use the standard debug UART on rockchip

2015-12-13 Thread Simon Glass
The RK3036 has only 8KB of RAM available for SPL. At present it uses its own debug UART code. By allowing the ns16550 driver to provide a debug UART without providing a full serial driver, we can enable a UART with a very small overhead. This requires addition Kconfig options. The debug UART suppo