Re: [PATCH] icecube/lite5200b: wakeup from low-power support

2007-04-16 Thread Domen Puncer
On 15/04/07 22:45 -0600, Grant Likely wrote: On 4/3/07, Domen Puncer [EMAIL PROTECTED] wrote: U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. Looks good; almost there. Only one thing missing... you need

Re: [PATCH] icecube/lite5200b: wakeup from low-power support

2007-04-15 Thread Grant Likely
On 4/3/07, Domen Puncer [EMAIL PROTECTED] wrote: U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. Looks good; almost there. Only one thing missing... you need to add your Signed-off-by line. :-) See

Re: [PATCH] icecube/lite5200b: wakeup from low-power support

2007-04-03 Thread Domen Puncer
U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. --- On 26/03/07 10:08 -0600, Grant Likely wrote: On 3/15/07, Domen Puncer [EMAIL PROTECTED] wrote: U-Boot part of Lite5200b low power mode support. Puts

Re: [PATCH] icecube/lite5200b: wakeup from low-power support

2007-03-31 Thread Rafal Jaworowski
Domen Puncer wrote: U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. Hi Domen, As I understand while waking up from the low-power mode the machine is effectively powering on, similarly to the cold reset,

Re: [PATCH] icecube/lite5200b: wakeup from low-power support

2007-03-31 Thread Domen Puncer
On 31/03/07 19:20 +0200, Rafal Jaworowski wrote: Domen Puncer wrote: U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. Hi Domen, Hi! As I understand while waking up from the low-power mode the

[PATCH] icecube/lite5200b: wakeup from low-power support

2007-03-15 Thread Domen Puncer
U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. --- board/icecube/icecube.c | 50 1 file changed, 50 insertions(+) Index: