
Hi,
yet another update of ubispl support. Please note, that igep00x0 specific part depends on yet unapplied "[PATCHv2 0/5] igep00x0: Minor cleanup" series
--- README | 4 arch/arm/lib/Makefile | 2 arch/arm/lib/bootm.c | 32 - arch/arm/lib/zimage.c | 40 + board/isee/igep00x0/igep00x0.c | 12 common/spl/Makefile | 3 common/spl/spl.c | 27 + common/spl/spl_ubi.c | 68 ++ doc/README.ubispl | 141 +++++ drivers/Makefile | 5 drivers/mtd/nand/nand_spl_simple.c | 62 ++ drivers/mtd/ubispl/Makefile | 1 drivers/mtd/ubispl/ubi-wrapper.h | 106 ++++ drivers/mtd/ubispl/ubispl.c | 926 +++++++++++++++++++++++++++++++++++++ drivers/mtd/ubispl/ubispl.h | 136 +++++ include/configs/omap3_igep00x0.h | 80 +-- include/nand.h | 1 include/spl.h | 4 include/ubispl.h | 90 +++