
From: Enric Balletbo i Serra eballetbo@iseebcn.com
Hi all,
This is the second version to add ONENAND support to the SPL.
Changes since v1: * Replace ONE_NAND defines for ONENAND (Tom and Kyungmin) * Remove unnused variables (Kyungmin) * Split patch 2 in two, things related to SPL and things related to OMAP3 (Kyungmin)
Cheers,
Enric Balletbo i Serra (4): SPL: ONENAND: Fix some ONENAND related defines. SPL: ONENAND: Fix onenand_spl_load_image implementation. SPL: ONENAND: Support SPL to boot u-boot from OneNAND. OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.
arch/arm/cpu/arm1136/mx35/generic.c | 2 +- arch/arm/cpu/armv7/omap3/board.c | 2 +- arch/arm/include/asm/arch-mx35/spl.h | 2 +- arch/arm/include/asm/arch-omap3/spl.h | 2 +- arch/arm/include/asm/arch-omap4/spl.h | 2 +- arch/arm/include/asm/arch-omap5/spl.h | 2 +- common/spl/Makefile | 1 + common/spl/spl.c | 5 ++++ common/spl/spl_onenand.c | 47 +++++++++++++++++++++++++++++++++ drivers/mtd/onenand/onenand_spl.c | 14 +++++----- 10 files changed, 65 insertions(+), 14 deletions(-) create mode 100644 common/spl/spl_onenand.c