public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 0/8] Add nand_spl support for TI OMAP Beagle
@ 2010-12-28  0:47 John Rigby
  2010-12-28  0:47 ` [U-Boot] [RFC PATCH 1/8] NAND: nand_spl/nand_boot.c: add 16-bit and readid support John Rigby
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: John Rigby @ 2010-12-28  0:47 UTC (permalink / raw)
  To: u-boot

This patch series adds the ability to boot a beagle board from
nand without x-loader.  A future addition will add mmc boot 
support. 

John Rigby (8):
  NAND: nand_spl/nand_boot.c: add 16-bit and readid support
  armv7: add nand_spl support
  OMAP3: and nand_spl support
  OMAP3: add dram timing constants from x-loader
  NAND: omap_gpmc.c: add nand_spl support
  omap3_beagle: add nand_spl support
  mkimage: Add OMAP boot image support
  OMAP3: Add ift target to top level Makefile

 Makefile                                 |    9 +
 arch/arm/cpu/armv7/omap3/board.c         |    4 +
 arch/arm/cpu/armv7/omap3/clock.c         |    3 +
 arch/arm/cpu/armv7/omap3/gpio.c          |    5 +
 arch/arm/cpu/armv7/omap3/lowlevel_init.S |    2 +-
 arch/arm/cpu/armv7/omap3/mem.c           |    2 +
 arch/arm/cpu/armv7/omap3/sys_info.c      |    6 +-
 arch/arm/cpu/armv7/start.S               |   45 ++++++-
 arch/arm/include/asm/arch-omap3/mem.h    |   45 ++++++
 board/ti/beagle/beagle_nand_spl.c        |  250 ++++++++++++++++++++++++++++++
 boards.cfg                               |    1 +
 common/image.c                           |    1 +
 drivers/mtd/nand/omap_gpmc.c             |   36 +++++
 include/configs/omap3_beagle.h           |   39 +++++
 include/image.h                          |    1 +
 include/nand.h                           |    3 +
 nand_spl/board/ti/beagle/Makefile        |  138 ++++++++++++++++
 nand_spl/board/ti/beagle/u-boot.lds      |   74 +++++++++
 nand_spl/nand_boot.c                     |  134 +++++++++++++---
 tools/Makefile                           |    2 +
 tools/mkimage.c                          |    2 +
 tools/omapimage.c                        |  226 +++++++++++++++++++++++++++
 tools/omapimage.h                        |   50 ++++++
 23 files changed, 1049 insertions(+), 29 deletions(-)
 create mode 100644 board/ti/beagle/beagle_nand_spl.c
 create mode 100644 nand_spl/board/ti/beagle/Makefile
 create mode 100644 nand_spl/board/ti/beagle/u-boot.lds
 create mode 100644 tools/omapimage.c
 create mode 100644 tools/omapimage.h

-- 
1.7.3.1.120.g38a18

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2011-01-08 17:43 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28  0:47 [U-Boot] [RFC PATCH 0/8] Add nand_spl support for TI OMAP Beagle John Rigby
2010-12-28  0:47 ` [U-Boot] [RFC PATCH 1/8] NAND: nand_spl/nand_boot.c: add 16-bit and readid support John Rigby
2011-01-04 22:08   ` Scott Wood
2011-01-04 22:19     ` Scott Wood
2010-12-28  0:47 ` [U-Boot] [RFC PATCH 2/8] armv7: add nand_spl support John Rigby
2010-12-28  0:47 ` [U-Boot] [RFC PATCH 3/8] OMAP3: and " John Rigby
2010-12-28  0:47 ` [U-Boot] [RFC PATCH 4/8] OMAP3: add dram timing constants from x-loader John Rigby
2010-12-28  0:47 ` [U-Boot] [RFC PATCH 5/8] NAND: omap_gpmc.c: add nand_spl support John Rigby
2011-01-04 22:24   ` Scott Wood
2010-12-28  0:47 ` [U-Boot] [RFC PATCH 6/8] omap3_beagle: " John Rigby
2010-12-28  6:50   ` Aneesh V
2010-12-28  7:49     ` Dirk Behme
2010-12-29  0:27       ` John Rigby
2010-12-29  0:26     ` John Rigby
2010-12-29  5:37       ` Aneesh V
2011-01-04 22:26         ` Scott Wood
2011-01-08  6:33   ` Aneesh V
2011-01-08  6:46     ` John Rigby
2011-01-08  8:33       ` Aneesh V
2011-01-08 17:43         ` John Rigby
2010-12-28  0:47 ` [U-Boot] [RFC PATCH 7/8] mkimage: Add OMAP boot image support John Rigby
2011-01-04 13:43   ` Bedia, Vaibhav
2011-01-04 15:37     ` John Rigby
2010-12-28  0:47 ` [U-Boot] [RFC PATCH 8/8] OMAP3: Add ift target to top level Makefile John Rigby
2010-12-28  9:37   ` Dirk Behme
2010-12-28  6:17 ` [U-Boot] [RFC PATCH 0/8] Add nand_spl support for TI OMAP Beagle Aneesh V
2010-12-29  0:29   ` John Rigby
2010-12-28 19:49 ` Paulraj, Sandeep

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox