-
- Downloads
nand: Freescale Integrated Flash Controller NAND support
Add NAND support (including spl) on IFC, such as is found on the p1010. Note that using hardware ECC on IFC with small-page NAND (which is what comes on the p1010rdb reference board) means there will be insufficient OOB space for JFFS2, since IFC does not support 1-bit ECC. UBI should work, as it does not use OOB for anything but ECC. When hardware ECC is not enabled in CSOR, software ECC is now used. Signed-off-by:Dipen Dudhat <Dipen.Dudhat@freescale.com> [scottwood@freescale.com: ECC rework and misc fixes] Signed-off-by:
Scott Wood <scottwood@freescale.com>
Showing
- arch/powerpc/cpu/mpc85xx/cpu_init_nand.c 10 additions, 0 deletionsarch/powerpc/cpu/mpc85xx/cpu_init_nand.c
- arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds 15 additions, 3 deletionsarch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds
- arch/powerpc/include/asm/fsl_ifc.h 2 additions, 4 deletionsarch/powerpc/include/asm/fsl_ifc.h
- drivers/mtd/nand/Makefile 1 addition, 0 deletionsdrivers/mtd/nand/Makefile
- drivers/mtd/nand/fsl_ifc_nand.c 850 additions, 0 deletionsdrivers/mtd/nand/fsl_ifc_nand.c
- nand_spl/nand_boot_fsl_ifc.c 271 additions, 0 deletionsnand_spl/nand_boot_fsl_ifc.c
Loading
Please register or sign in to comment