
*changes v1->v2* - Moved ti_armv7_common.h clean-up patch into independet series [1] - Dropped changes in board profile (boards.cfg) - Dropped changes in ENV configs - Updated NOR pin-muxing in [PATCH] board/ti/am335x: add support for beaglebone NOR Cape - Added new [PATCH] board/ti/dra7xx: add support for parallel NOR - Updated commit logs with board settings required for NAND boot This series is tested above separate independent series [1] [PATCH v1 0/3] ARM: omap: clean GPMC macros http://lists.denx.de/pipermail/u-boot/2014-July/183942.html
*Original v1* [PATCH v1 0/7] TI: armv7: add parallel NAND support http://lists.denx.de/pipermail/u-boot/2014-July/183126.html
This patch series adds support for parallel NAND devices support connected via GPMC chip-select on various boards belonging to AM33xx and OMAPx platforms. This series also moves some board specific CONFIG_NAND_xx from generic files to individual files.
Pekon Gupta (6): board/ti/am335x: update configs for parallel NAND board/ti/am335x: add support for beaglebone NAND cape board/ti/am335x: add support for beaglebone NOR Cape board/ti/am43xx: add support for parallel NAND board/ti/dra7xx: add support for parallel NAND board/ti/dra7xx: add support for parallel NOR
arch/arm/include/asm/arch-omap5/mem.h | 12 +-- board/ti/am335x/mux.c | 149 ++++++++++++++++------------------ board/ti/am43xx/board.c | 1 + board/ti/am43xx/mux.c | 43 +++++++++- board/ti/dra7xx/mux_data.h | 60 ++++++++++++++ doc/README.cfi | 13 +++ include/configs/am335x_evm.h | 55 +++++++------ include/configs/am43xx_evm.h | 64 +++++++++++++++ include/configs/dra7xx_evm.h | 88 ++++++++++++++++++++ 9 files changed, 376 insertions(+), 109 deletions(-)