Re: [U-Boot] [PATCH v3 0/23] tegra: warmboot (suspend / resume) support

2012-04-09 Thread Stephen Warren
On 04/09/2012 04:05 PM, Tom Warren wrote: > From: Stephen Warren wrote at Monday, April 09, 2012 2:54 PM: ... >> Note: >> >> Neither board appears to be able to actually boot a kernel any more, failing >> with the following error: >> >> = >> Starting kernel ... >> >> Uncompressing Linux

Re: [U-Boot] [PATCH v3 0/23] tegra: warmboot (suspend / resume) support

2012-04-09 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, April 09, 2012 2:54 PM > To: Simon Glass; Tom Warren > Cc: U-Boot Mailing List > Subject: Re: [PATCH v3 0/23] tegra: warmboot (suspend / resume) support > > On 04/02/2012 05:18 PM, Simon Gl

Re: [U-Boot] [PATCH v3 0/23] tegra: warmboot (suspend / resume) support

2012-04-09 Thread Stephen Warren
On 04/02/2012 05:18 PM, Simon Glass wrote: > This series adds support for warm boot, allowing the device to suspend > and resume. U-Boot sets up some 'warm boot' code in a special area such > that the SOC can find it on a resume. This code is responsible for > setting up memory and clocked and then

[U-Boot] [PATCH v3 0/23] tegra: warmboot (suspend / resume) support

2012-04-02 Thread Simon Glass
This series adds support for warm boot, allowing the device to suspend and resume. U-Boot sets up some 'warm boot' code in a special area such that the SOC can find it on a resume. This code is responsible for setting up memory and clocked and then allowing the OS to continue where it left off. Al