From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 10 Mar 2014 10:44:45 -0700 Subject: [U-Boot] [PATCH 2/2 v2] mpc85xx/t104x: Add deep sleep framework support In-Reply-To: <1393585742-28162-2-git-send-email-Yuantian.Tang@freescale.com> References: <1393585742-28162-1-git-send-email-Yuantian.Tang@freescale.com> <1393585742-28162-2-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <531DFA0D.6070203@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/28/2014 03:09 AM, Yuantian.Tang at 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 restore environment it leaves before. > > Signed-off-by: Tang Yuantian > --- > v2: > - added explaination for CONFIG_DEEP_SLEEP > - fixed some issues > > README | 4 +++ > arch/powerpc/cpu/mpc85xx/asm-offsets.c | 24 ++++++++++++++ Please fix the out-of-tree compiling issue. You will see it if you run make with O= parameter. York