[U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support
Scott Wood
scottwood at freescale.com
Fri Apr 15 23:26:34 CEST 2011
On Sat, Apr 09, 2011 at 12:59:04PM -0500, Kumar Gala wrote:
> From: Dipen Dudhat <Dipen.Dudhat at freescale.com>
>
> Add nand_spl and 8-bit NAND support on IFC controller.
>
> Signed-off-by: Dipen Dudhat <Dipen.Dudhat at freescale.com>
> CC: Scott Wood <scottwood at freescale.com>
> ---
> arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 10 +
> arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 18 +-
> drivers/mtd/nand/Makefile | 1 +
> drivers/mtd/nand/fsl_ifc_nand.c | 635 ++++++++++++++++++++++++++
> nand_spl/nand_boot_fsl_ifc.c | 222 +++++++++
> 5 files changed, 883 insertions(+), 3 deletions(-)
> create mode 100644 drivers/mtd/nand/fsl_ifc_nand.c
> create mode 100644 nand_spl/nand_boot_fsl_ifc.c
Is there a patch to add a board that selects this driver?
Wolfgang tends to not like code that gets added without something
in boards.cfg using it -- and I can't easily check that it builds.
Also please check line length.
-Scott
More information about the U-Boot
mailing list