[U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL
Scott Wood
scottwood at freescale.com
Fri Jan 10 20:03:04 CET 2014
On Fri, 2014-01-10 at 10:10 +0800, Po Liu wrote:
> Using the TPL method for nand boot by sram was already
> supported. Here add some code for mpc85xx ifc nand boot.
>
> - For ifc, elbc, esdhc, espi, all need the SPL without
> section .resetvec.
> - Use a clear function name for nand spl boot.
> - Add CONFIG_SPL_DRIVERS_MISC_SUPPORT to compile the fsl_ifc.c
> in spl/Makefile;
>
> Signed-off-by: Po Liu <Po.Liu at freescale.com>
> ---
> changes for v2:
> - seperate public code and c29xpcie board code
> - add ifc support
> changes for v3:
> - remove the redundant plus
> - ifc support use CONFIG_SPL_DRIVERS_MISC_SUPPORT
> changes for v4:
> - modify the nand_load function
> - add comments in README.SPL
> changes for v5:
> -none
> changes for v6:
> - modify the readme file for the include lib file
>
> arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 15 ++++++++-------
> doc/README.SPL | 1 +
> drivers/mtd/nand/fsl_ifc_spl.c | 31 ++++++++++++++++++++++++-------
> spl/Makefile | 1 +
> 4 files changed, 34 insertions(+), 14 deletions(-)
Acked-by: Scott Wood <scottwood at freescale.com>
-Scott
More information about the U-Boot
mailing list