Wolfgang, Please pull u-boot-ti/master
Thanks, Sandeep The following changes since commit e79f48393dd919079b34f37957c933f8e75c164d: Lei Wen (1): env_mmc: fix cannot save env issue are available in the git repository at: git://git.denx.de/u-boot-ti.git master Ben Gardiner (7): davinci_nand, trivial : use symbolic ECC start command da850evm : enable NAND even when not in NAND boot mode da850evm: setup the NAND flash timings da850evm: setup NAND support under CONFIG_USE_NAND da850evm: add mtdpart and ubi commands with NAND support da850evm: basic MII EMAC support da850evm: fix linux bootparam address Enric Balletbo i Serra (3): OMAP3: SDRC: Introduce Numonyx DDR type OMAP3: Add support for the IGEP v2 board. OMAP3: Add support for the OMAP3 IGEP module. Steve Sakoman (8): ARMV7: OMAP: Use default vendor/product ID for USB gadget ARMV7: OMAP4: Use generic mmc driver on Beagle ARMV7: OMAP4: Use generic mmc driver on Overo ARMV7: OMAP3: Implement relocation for Overo ARMV7: OMAP3: Enable cache support on Overo ARMV7: OMAP3: Fix bug in get_sdr_cs_offset() ARMV7: OMAP4: Implement relocation for Panda and OMAP4430SDP env_mmc: Fix crashing bug encountered after enabling ARM relocation Sukumar Ghorai (5): MMC: Fix for capacity calculation on eMMC ARMV7: OMAP: Add new mmc driver compatible with CONFIG_GENERIC_MMC ARMV7: OMAP4: Use generic mmc driver on Panda ARMV7: OMAP4: Use generic mmc driver on SDP4430 ARMV7: OMAP4: Enable saveenv to eMMC for SDP4430 MAINTAINERS | 5 + MAKEALL | 2 + arch/arm/cpu/armv7/omap3/sdrc.c | 2 +- arch/arm/cpu/armv7/omap4/board.c | 5 + arch/arm/include/asm/arch-omap3/mem.h | 43 +++ arch/arm/include/asm/arch-omap3/mmc_host_def.h | 10 + arch/arm/include/asm/arch-omap4/mmc_host_def.h | 10 + arch/arm/lib/board.c | 10 +- board/davinci/da8xxevm/da850evm.c | 89 +++++ board/isee/igep0020/Makefile | 49 +++ board/isee/igep0020/config.mk | 33 ++ board/isee/igep0020/igep0020.c | 129 ++++++++ board/isee/igep0020/igep0020.h | 156 +++++++++ board/isee/igep0030/Makefile | 49 +++ board/isee/igep0030/config.mk | 34 ++ board/isee/igep0030/igep0030.c | 71 ++++ board/isee/igep0030/igep0030.h | 147 +++++++++ board/overo/config.mk | 2 +- board/overo/overo.c | 9 + board/ti/beagle/beagle.c | 9 + board/ti/panda/config.mk | 4 +- board/ti/panda/panda.c | 9 + board/ti/sdp4430/config.mk | 3 +- board/ti/sdp4430/sdp.c | 10 + boards.cfg | 2 + common/env_mmc.c | 17 +- drivers/mmc/Makefile | 1 + drivers/mmc/mmc.c | 11 + drivers/mmc/omap_hsmmc.c | 415 ++++++++++++++++++++++++ drivers/mtd/nand/davinci_nand.c | 3 +- include/configs/da850evm.h | 54 +++- include/configs/igep0020.h | 228 +++++++++++++ include/configs/igep0030.h | 215 ++++++++++++ include/configs/omap3_beagle.h | 15 +- include/configs/omap3_overo.h | 14 +- include/configs/omap4_panda.h | 23 +- include/configs/omap4_sdp4430.h | 35 +-- 37 files changed, 1853 insertions(+), 70 deletions(-) create mode 100644 board/isee/igep0020/Makefile create mode 100644 board/isee/igep0020/config.mk create mode 100644 board/isee/igep0020/igep0020.c create mode 100644 board/isee/igep0020/igep0020.h create mode 100644 board/isee/igep0030/Makefile create mode 100644 board/isee/igep0030/config.mk create mode 100644 board/isee/igep0030/igep0030.c create mode 100644 board/isee/igep0030/igep0030.h create mode 100644 drivers/mmc/omap_hsmmc.c create mode 100644 include/configs/igep0020.h create mode 100644 include/configs/igep0030.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot