Re: [U-Boot] [PATCH v2 0/3] Add generic early debug UART feature

2015-02-18 Thread Tom Rini
On Tue, Feb 17, 2015 at 08:22:17PM -0700, Simon Glass wrote: +tom, and pruning the cc list a little Hi, On 26 January 2015 at 18:27, Simon Glass s...@chromium.org wrote: This series adds debug UART infrastructure which can in principle be used on any architecture. It works best with

Re: [U-Boot] [PATCH v2 0/3] Add generic early debug UART feature

2015-02-17 Thread Simon Glass
+tom, and pruning the cc list a little Hi, On 26 January 2015 at 18:27, Simon Glass s...@chromium.org wrote: This series adds debug UART infrastructure which can in principle be used on any architecture. It works best with those that don't need a stack to call functions (e.g. ARM, PowerPC).

[U-Boot] [PATCH v2 0/3] Add generic early debug UART feature

2015-01-26 Thread Simon Glass
This series adds debug UART infrastructure which can in principle be used on any architecture. It works best with those that don't need a stack to call functions (e.g. ARM, PowerPC). This came up in a discussion on the mailing list here: https://patchwork.ozlabs.org/patch/384613/ My