
This series adds opportunity to write U-boot image on AEMIF NAND device using standard nand u-boot commands. Also added script to automate this process.
This series is logical continue of "[U-boot] [Patch v3 0/3] keystone: nand: add additional nand ecclayout" series (http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/189378).
For more informations see: http://www.ti.com/lit/ug/spruhj3/spruhj3.pdf
Based on u-boot-ti.git master
Ivan Khoronzhuk (3): mtd: nand: davinci: add opportunity to write keystone U-boot image keystone: add support for NAND gpheader image k2hk_evm: add script to automate NAND flash process
Makefile | 6 ++ board/ti/k2hk_evm/README | 27 +++++- drivers/mtd/nand/davinci_nand.c | 196 ++++++++++++++++++++++++++++++++++++++++ include/configs/k2hk_evm.h | 8 +- 4 files changed, 234 insertions(+), 3 deletions(-)