All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] ARM:OMAP3:SDP3430 initial support
@ 2009-09-19  2:21 Nishanth Menon
  2009-09-19  2:21 ` [U-Boot] [PATCH 1/6] OMAP3: Fix SDRC init Nishanth Menon
  0 siblings, 1 reply; 18+ messages in thread
From: Nishanth Menon @ 2009-09-19  2:21 UTC (permalink / raw)
  To: u-boot

Hi,
This series of patch provides minimal support for
OMAP3430 based OMAP3 platform

Ref: http://focus.ti.com/general/docs/wtbu/wtbugencontent.tsp?templateId=6123&navigationId=12013&contentId=28741

David Brownell (1):
  ARM:OMAP3:SDP3430: initial support

Nishanth Menon (5):
  OMAP3: Fix SDRC init
  OMAP3: export enable_gpmc_cs_config to board files
  OMAP3: make gpmc_config as const
  OMAP3: fix warnings when NAND/ONENAND is not used
  DLMALLOC:!X86: add av_ initialization

 MAINTAINERS                            |    1 +
 MAKEALL                                |    1 +
 Makefile                               |    3 +
 board/ti/sdp3430/Makefile              |   49 ++++
 board/ti/sdp3430/config.mk             |   33 +++
 board/ti/sdp3430/sdp.c                 |  194 ++++++++++++++++
 board/ti/sdp3430/sdp.h                 |  376 ++++++++++++++++++++++++++++++++
 board/ti/sdp3430/u-boot.lds            |   63 ++++++
 common/dlmalloc.c                      |    5 +
 cpu/arm_cortexa8/omap3/mem.c           |   15 +-
 include/asm-arm/arch-omap3/cpu.h       |    1 +
 include/asm-arm/arch-omap3/mem.h       |    8 +-
 include/asm-arm/arch-omap3/sys_proto.h |    2 +
 include/configs/omap3_sdp.h            |  367 +++++++++++++++++++++++++++++++
 14 files changed, 1109 insertions(+), 9 deletions(-)
 create mode 100644 board/ti/sdp3430/Makefile
 create mode 100644 board/ti/sdp3430/config.mk
 create mode 100644 board/ti/sdp3430/sdp.c
 create mode 100644 board/ti/sdp3430/sdp.h
 create mode 100644 board/ti/sdp3430/u-boot.lds
 create mode 100644 include/configs/omap3_sdp.h

 Regards,
 Nishanth Menon

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

end of thread, other threads:[~2009-09-24  0:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-19  2:21 [U-Boot] [PATCH 0/6] ARM:OMAP3:SDP3430 initial support Nishanth Menon
2009-09-19  2:21 ` [U-Boot] [PATCH 1/6] OMAP3: Fix SDRC init Nishanth Menon
2009-09-19  2:21   ` [U-Boot] [PATCH 2/6] OMAP3: export enable_gpmc_cs_config to board files Nishanth Menon
2009-09-19  2:21     ` [U-Boot] [PATCH 3/6] OMAP3: make gpmc_config as const Nishanth Menon
2009-09-19  2:21       ` [U-Boot] [PATCH 4/6] OMAP3: fix warnings when NAND/ONENAND is not used Nishanth Menon
2009-09-19  2:21         ` [U-Boot] [PATCH 5/6] DLMALLOC:!X86: add av_ initialization Nishanth Menon
2009-09-19  2:21           ` [U-Boot] [PATCH 6/6] ARM:OMAP3:SDP3430: initial support Nishanth Menon
2009-09-19 14:34             ` Peter Tyser
2009-09-19 15:43               ` Nishanth Menon
2009-09-20  1:27               ` Paulraj, Sandeep
2009-09-23 19:51             ` Wolfgang Denk
2009-09-24  0:47               ` Nishanth Menon
2009-09-19 14:03           ` [U-Boot] [PATCH 5/6] DLMALLOC:!X86: add av_ initialization Peter Tyser
2009-09-19 15:37             ` Nishanth Menon
2009-09-19 17:30               ` Peter Tyser
2009-09-23 20:04               ` Wolfgang Denk
2009-09-24  0:50                 ` Nishanth Menon
2009-09-23 19:55   ` [U-Boot] [PATCH 1/6] OMAP3: Fix SDRC init Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.