Re: [U-Boot] [PATCH v3 15/23] tegra: Add warmboot implementation

2012-04-10 Thread Simon Glass
Hi Stephen, On Mon, Apr 9, 2012 at 2:36 PM, Stephen Warren wrote: > On 04/02/2012 05:18 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 >> Acked-by: Stephen Warren > >> +s

Re: [U-Boot] [PATCH v3 15/23] tegra: Add warmboot implementation

2012-04-09 Thread Stephen Warren
On 04/02/2012 05:18 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 > Acked-by: Stephen Warren > +static enum fuse_operating_mode fuse_get_operation_mode(void) > +{ > + u32

Re: [U-Boot] [PATCH v3 15/23] tegra: Add warmboot implementation

2012-04-03 Thread Yen Lin
On Mon, 2012-04-02 at 16:18 -0700, 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: Yen Lin > Signed-off-by: Simon Glass > Acked-by: Stephen Warren > --- > Changes in v2: > - Move structs share