Re: [U-Boot] [PATCH v4] mpc85xx/t104x: Add deep sleep framework support

2014-04-23 Thread York Sun
On 04/17/2014 12:33 AM, Tang Yuantian wrote: > From: Tang Yuantian > > When T104x soc wakes up from deep sleep, control is passed to the > primary core that starts executing uboot. After re-initialized some > IP blocks, like DDRC, kernel will take responsibility to continue > to restore environme

[U-Boot] [PATCH v4] mpc85xx/t104x: Add deep sleep framework support

2014-04-17 Thread Tang Yuantian
From: Tang Yuantian When T104x soc wakes up from deep sleep, control is passed to the primary core that starts executing uboot. After re-initialized some IP blocks, like DDRC, kernel will take responsibility to continue to restore environment it leaves before. Signed-off-by: Tang Yuantian --- b