[U-Boot] [PATCH 0/7] feature additions and fixes for da850/omap-l138

Prabhakar Lad prabhakar.lad at ti.com
Fri Jun 1 16:30:42 CEST 2012


From: Lad, Prabhakar <prabhakar.lad at ti.com>

This series adds MMC/SD, NAND and NOR SPL support
for Logic PD's DA850/OMAP-L138 EVM. This series
also fixes some issues found on the EVM during
testing. The patches are sent in a series as these
patches need to be applied in the order they are sent.

Lad, Prabhakar (5):
  da850/omap-l138: Add MMC support for DA850/OMAP-L138
  da850/omap-l138: Add support to read u-boot image from MMC/SD
  da850/omap-l138: Fix NAND flash timings
  da850/omap-l138: Add support for NAND SPL
  da850/omap-l138: add support for direct NOR boot mode

Rajashekhara, Sudhakar (2):
  da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM
  da850/omap-l138: Make MMC and NOR support mutually exclusive

 arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c   |   13 ++++
 arch/arm/cpu/arm926ejs/davinci/spl.c            |   25 +++++--
 arch/arm/include/asm/arch-davinci/hardware.h    |    1 +
 arch/arm/include/asm/arch-davinci/pinmux_defs.h |    3 +
 board/davinci/da8xxevm/da850evm.c               |   50 ++++++++++++--
 drivers/mmc/Makefile                            |    4 +
 drivers/mmc/spl_mmc_load.c                      |   62 ++++++++++++++++
 include/configs/da850evm.h                      |   87 +++++++++++++++++++++--
 include/mmc.h                                   |    2 +
 9 files changed, 229 insertions(+), 18 deletions(-)
 create mode 100644 drivers/mmc/spl_mmc_load.c

-- 
1.7.4.1



More information about the U-Boot mailing list