[U-Boot] [PATCH V2 0/5] OMAP3 and devkit8000 SPL support

Simon Schwarz simonschwarzcor at googlemail.com
Mon Jul 25 20:05:33 CEST 2011


This patch series adds a NAND SPL to OMAP3 and the devkit8000 board.

I tried to clean-up the mess of the former patches as good as possible.

Note that rebasing this patch on the patches mentioned below renders Patch 1/5   
of the old series obsolete. Most other patches have heavy changes.

I noted in the commit messages to which V1-patches the new ones are close.

I was not able to send these patches in reply-to because there is no anccesstor  
in V2 for every patch in V1 - I hope the solution I used is ok.

This is based on the following patches:
- New SPL framework
- OMAP4 SPL
Both are already in u-boot-ti repo.

Simon Schwarz (5):
  omap3: Configure RAM bank 0 if in SPL
  omap-common: add nand spl support
  nand spl: add NAND Library to new SPL
  omap3: new SPL structure support
  devkit8000: Add nand-spl support for new SPL

 arch/arm/cpu/armv7/omap-common/spl.c        |   43 +++++++++++++++++
 arch/arm/cpu/armv7/omap3/board.c            |   36 +++++++++++++-
 arch/arm/cpu/armv7/omap3/lowlevel_init.S    |    5 ++
 arch/arm/cpu/armv7/omap3/sdrc.c             |   30 +++++++++++-
 arch/arm/include/asm/arch-omap3/mem.h       |   36 ++++++++++++++
 arch/arm/include/asm/arch-omap3/sys_proto.h |    1 +
 arch/arm/include/asm/omap_common.h          |    1 +
 board/timll/devkit8000/devkit8000.c         |    2 +-
 doc/README.SPL                              |    2 +
 drivers/mtd/nand/Makefile                   |    6 ++-
 drivers/mtd/nand/omap_gpmc.c                |   69 +++++++++++++++++++++++++++
 include/configs/devkit8000.h                |   46 ++++++++++++++++++
 include/nand.h                              |    3 +
 spl/Makefile                                |    2 +
 14 files changed, 277 insertions(+), 5 deletions(-)

-- 
1.7.4.1



More information about the U-Boot mailing list