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

2014-03-11 Thread Yuantian Tang
> > > > Could you be more specific? What *path* should I give? > > If I do the below, I got error: > > > > $ make O=/home/tangyt/opensource/u-boot/ > > /home/tangyt/opensource/u-boot is not clean, please run 'make > mrproper' > > in the '/home/tangyt/opensource/u-boot' directory. > > make[1]: *

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

2014-03-11 Thread York Sun
On 03/10/2014 11:16 PM, Tang Yuantian-B29983 wrote: >> -Original Message- >> From: Sun York-R58495 >> Sent: Tuesday, March 11, 2014 1:45 AM >> To: Tang Yuantian-B29983 >> Cc: u-boot@lists.denx.de; Li Yang-Leo-R58472; Jin Zhengxiong-R64188; Wood >> Scott-B07421 >> Subject: Re: [PATCH 2/2 v2]

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

2014-03-10 Thread Prabhakar Kushwaha
On 3/11/2014 11:46 AM, Yuantian Tang wrote: -Original Message- From: Sun York-R58495 Sent: Tuesday, March 11, 2014 1:45 AM To: Tang Yuantian-B29983 Cc: u-boot@lists.denx.de; Li Yang-Leo-R58472; Jin Zhengxiong-R64188; Wood Scott-B07421 Subject: Re: [PATCH 2/2 v2] mpc85xx/t104x: Add deep s

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

2014-03-10 Thread Yuantian Tang
> -Original Message- > From: Sun York-R58495 > Sent: Tuesday, March 11, 2014 1:45 AM > To: Tang Yuantian-B29983 > Cc: u-boot@lists.denx.de; Li Yang-Leo-R58472; Jin Zhengxiong-R64188; Wood > Scott-B07421 > Subject: Re: [PATCH 2/2 v2] mpc85xx/t104x: Add deep sleep framework > support > > On

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

2014-03-10 Thread York Sun
On 02/28/2014 03:09 AM, yuantian.t...@freescale.com 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 res

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

2014-02-28 Thread Yuantian.Tang
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 --- v