summaryrefslogtreecommitdiffstats
path: root/nand_spl/nand_boot_fsl_ifc.c
Commit message (Collapse)AuthorAgeFilesLines
* board/p1010rdb:Add NAND boot support using new SPL formatPrabhakar Kushwaha2013-06-201-271/+0
| | | | | | | | | | - defines constants - Add spl_minimal.c to initialise DDR - update TLB entries as per NAND boot - remove nand_spl support for P1010RDB Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
* nand: Freescale Integrated Flash Controller NAND supportDipen Dudhat2011-09-291-0/+271
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>
OpenPOWER on IntegriCloud