Re: [U-Boot] [PATCH 09/14] tegra: Add warmboot implementation

2012-01-13 Thread Yen Lin
On Fri, 2012-01-13 at 15:08 -0800, Stephen Warren wrote: > On 01/13/2012 04:05 PM, Simon Glass wrote: > > On Fri, Jan 13, 2012 at 2:04 PM, Yen Lin wrote: > >> On Fri, 2012-01-13 at 11:34 -0800, Simon Glass wrote: > >>> On Tue, Jan 10, 2012 at 10:30 AM, Stephen Warren > >>> wrote: > On 12/26

Re: [U-Boot] [PATCH 09/14] tegra: Add warmboot implementation

2012-01-13 Thread Yen Lin
Hi Simon, On Fri, 2012-01-13 at 11:34 -0800, Simon Glass wrote: > Hi Stephen, > > [Yen please can you read this also?] > > On Tue, Jan 10, 2012 at 10:30 AM, Stephen Warren wrote: > > On 12/26/2011 12:33 PM, Simon Glass wrote: > >> From: Yen Lin > >> > >> Add code to set up the warm boot area i

Re: [U-Boot] [PATCH 09/14] tegra: Add warmboot implementation

2012-01-13 Thread Stephen Warren
On 01/13/2012 04:05 PM, Simon Glass wrote: > On Fri, Jan 13, 2012 at 2:04 PM, Yen Lin wrote: >> On Fri, 2012-01-13 at 11:34 -0800, Simon Glass wrote: >>> On Tue, Jan 10, 2012 at 10:30 AM, Stephen Warren wrote: On 12/26/2011 12:33 PM, Simon Glass wrote: ... >>> But there a few questions here.

Re: [U-Boot] [PATCH 09/14] tegra: Add warmboot implementation

2012-01-13 Thread Simon Glass
Hi Yen, On Fri, Jan 13, 2012 at 2:04 PM, Yen Lin wrote: > Hi Simon, > > On Fri, 2012-01-13 at 11:34 -0800, Simon Glass wrote: >> Hi Stephen, >> >> [Yen please can you read this also?] >> >> On Tue, Jan 10, 2012 at 10:30 AM, Stephen Warren wrote: >> > On 12/26/2011 12:33 PM, Simon Glass wrote: >>

Re: [U-Boot] [PATCH 09/14] tegra: Add warmboot implementation

2012-01-13 Thread Simon Glass
Hi Stephen, [Yen please can you read this also?] On Tue, Jan 10, 2012 at 10:30 AM, Stephen Warren wrote: > On 12/26/2011 12:33 PM, Simon Glass wrote: >> From: Yen Lin >> >> Add code to set up the warm boot area in the Tegra CPU ready for a >> resume after suspend. >> >> Signed-off-by: Simon Gla

Re: [U-Boot] [PATCH 09/14] tegra: Add warmboot implementation

2012-01-10 Thread Stephen Warren
On 12/26/2011 12:33 PM, Simon Glass wrote: > From: Yen Lin > > Add code to set up the warm boot area in the Tegra CPU ready for a > resume after suspend. > > Signed-off-by: Simon Glass How come Yen's S-o-b line is missing here? As a general comment on this patch, it contains a lot of structur

[U-Boot] [PATCH 09/14] tegra: Add warmboot implementation

2011-12-26 Thread Simon Glass
From: Yen Lin Add code to set up the warm boot area in the Tegra CPU ready for a resume after suspend. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/tegra2/Makefile |6 +- arch/arm/cpu/armv7/tegra2/warmboot.c| 444 +++ arch/arm/cpu/armv7/tegra2