From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 Aug 2013 10:07:42 -0700 Subject: [U-Boot] [PATCH 7/7 v11] powerpc: p1022ds: add TPL for p1022ds nand boot In-Reply-To: <1376637376-25563-7-git-send-email-ying.zhang@freescale.com> References: <1376637376-25563-1-git-send-email-ying.zhang@freescale.com> <1376637376-25563-7-git-send-email-ying.zhang@freescale.com> Message-ID: <5213A25E.4090908@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 08/16/2013 12:16 AM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > TPL is introduced in the patch "NAND: TPL : introduce the TPL > based on the SPL", here enable TPL for p1022ds nand boot. > > Signed-off-by: Ying Zhang > --- > Change from v10: > - No change. > Change from v9: > - Modify drivers/mtd/nand/Makefile. > - Modify drivers/mtd/nand/fsl_elbc_spl.c. > - Modify include/configs/P1022DS.h, fix checkpatch warnings. > Change from v8: > - Add new symbol CONFIG_SPL_ENV_IN_NAND. > Change from v7: > - No change. > Change from v6: > - Delete the file "board/freescale/p1022ds/tpl.c". > - Reuse the file "board/freescale/p1022ds/spl.c" in the TPL. > Change from v5: > - Change functionality nand_load_image to nand_load, it is called in TPL. > Change from v4: > - No change. > Change from v3: > - No change. > Change from v2: > - No change. > Change from v1: > - Split from "powerpc/p1022ds: nand: introduce the TPL based on the SPL". > > board/freescale/p1022ds/spl.c | 16 +++++++ > board/freescale/p1022ds/spl_minimal.c | 53 ++-------------------- > drivers/mtd/nand/Makefile | 1 + > drivers/mtd/nand/fsl_elbc_spl.c | 27 +++++++++--- > include/configs/P1022DS.h | 77 ++++++++++++++++++++++++++------- > 5 files changed, 103 insertions(+), 71 deletions(-) > Applied to u-boot-mpc85xx.git. York