Re: [U-Boot] [PATCH 4/5] tegra: Provide tegra_pre_console_panic() for early panics

2012-03-19 Thread Simon Glass
Hi Stephen, On Mon, Mar 19, 2012 at 2:16 PM, Stephen Warren wrote: > On 03/19/2012 02:27 PM, Simon Glass wrote: >> This function is made available to board which want to display a message >> when a panic() occurs before the console is set up. This would otherwise >> result in a silent hang or reb

Re: [U-Boot] [PATCH 4/5] tegra: Provide tegra_pre_console_panic() for early panics

2012-03-19 Thread Stephen Warren
On 03/19/2012 02:27 PM, Simon Glass wrote: > This function is made available to board which want to display a message > when a panic() occurs before the console is set up. This would otherwise > result in a silent hang or reboot. > > Boards should call tegra_pre_console_panic() and pass the UARTs

[U-Boot] [PATCH 4/5] tegra: Provide tegra_pre_console_panic() for early panics

2012-03-19 Thread Simon Glass
This function is made available to board which want to display a message when a panic() occurs before the console is set up. This would otherwise result in a silent hang or reboot. Boards should call tegra_pre_console_panic() and pass the UARTs which are available and safe for a message, as well a