Re: [U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-21 Thread York Sun
On 01/10/2014 11:03 AM, Scott Wood wrote: > 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 .reset

Re: [U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-13 Thread Prabhakar Kushwaha
On 1/14/2014 6:39 AM, Scott Wood wrote: On Mon, 2014-01-13 at 11:58 +0530, Prabhakar Kushwaha wrote: On 1/10/2014 7:40 AM, Po Liu wrote: diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c index 9de327b..6b43496 100644 --- a/drivers/mtd/nand/fsl_ifc_spl.c +++ b/drivers

Re: [U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-13 Thread Scott Wood
On Mon, 2014-01-13 at 11:58 +0530, Prabhakar Kushwaha wrote: > On 1/10/2014 7:40 AM, Po Liu wrote: > > diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c > > index 9de327b..6b43496 100644 > > --- a/drivers/mtd/nand/fsl_ifc_spl.c > > +++ b/drivers/mtd/nand/fsl_ifc_spl.c > >

Re: [U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-12 Thread Prabhakar Kushwaha
On 1/10/2014 7:40 AM, 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.

Re: [U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-10 Thread Scott Wood
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 n

[U-Boot] [PATCH v6 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL

2014-01-09 Thread Po Liu
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_SUP