From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:08:28 -0800 Subject: [U-Boot] [PATCH] fsl/sleep: updated the deep sleep framework for QorIQ platforms In-Reply-To: <1416539836-46933-1-git-send-email-Yuantian.Tang@freescale.com> References: <1416539836-46933-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <5489EBAC.5030902@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 11/20/2014 07:17 PM, Yuantian.Tang at freescale.com wrote: > From: Tang Yuantian > > With the introducing of generic board and ARM-based cores, current > deep sleep framework doesn't work anymore. > This patch will convert the current framework to adapt this change. > Basically it does: > 1. Converts all the Freescale's DDR driver to support deep sleep. > 2. Added basic framework support for ARM-based and PPC-based > cores separately. > > Signed-off-by: Tang Yuantian > --- Applied to u-boot-fsl-qoriq master, awaiting upstream. York