From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 20 Aug 2014 12:35:11 -0700 Subject: [U-Boot] [PATCH 2/2] powerpc/t104xrdb: support deep sleep in SPI/SD boot In-Reply-To: <1406107673-33257-2-git-send-email-Yuantian.Tang@freescale.com> References: <1406107673-33257-1-git-send-email-Yuantian.Tang@freescale.com> <1406107673-33257-2-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <53F4F86F.2010801@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 07/23/2014 02:27 AM, Yuantian.Tang at freescale.com wrote: > From: Tang Yuantian > > Add deep sleep support in SPI/SD boot. The destination address > second stage uboot image is loaded to is changed because > currently this address will be used by kernel which means > we can't reserve it for resume. > > Entry point to kernel is still placed in second stage uboot. > > Signed-off-by: Tang Yuantian > --- Applied to u-boot-mpc85xx master branch, awaiting for upstream. York