Re: [U-Boot] [PATCH 47/60] ARM: tegra: provide API for SPL code to init UART

2016-05-07 Thread Simon Glass
Hi Stephen, On 19 April 2016 at 14:59, Stephen Warren wrote: > From: Stephen Warren > > Currently, SPL console initialization on Tegra suffers from two problems: > > 1) It's a monolithic function that knows about all possibilities using > tables and

[U-Boot] [PATCH 47/60] ARM: tegra: provide API for SPL code to init UART

2016-04-19 Thread Stephen Warren
From: Stephen Warren Currently, SPL console initialization on Tegra suffers from two problems: 1) It's a monolithic function that knows about all possibilities using tables and ifdefs set by board config.h, and contained in core files that are always built into U-Boot. Some