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

This series of patch provides minimal support for
OMAP3430 based SDP3430 platform

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

Rev 1 of this patch series was discussed in:
http://www.nabble.com/forum/Permalink.jtp?root=25518020&post=25518020&page=y

1 patch was removed from the series and 2 patches were reworked
but the entire series is being send out after being rebased to:
http://git.denx.de/?p=u-boot/u-boot-ti.git;a=summary
This is to ensure continuity of discussion.

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

Nishanth Menon (4):
  OMAP3: Fix SDRC init (v2)
  OMAP3: export enable_gpmc_cs_config to board files
  OMAP3: make gpmc_config as const
  OMAP3: fix warnings when NAND/ONENAND is not used

 MAINTAINERS                            |    1 +
 MAKEALL                                |    1 +
 Makefile                               |    3 +
 board/ti/sdp3430/Makefile              |   49 ++++
 board/ti/sdp3430/config.mk             |   33 +++
 board/ti/sdp3430/sdp.c                 |  204 ++++++++++++++++
 board/ti/sdp3430/sdp.h                 |  417 ++++++++++++++++++++++++++++++++
 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_sdp3430.h        |  366 ++++++++++++++++++++++++++++
 12 files changed, 1091 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 include/configs/omap3_sdp3430.h

 Regards,
 Nishanth Menon

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

end of thread, other threads:[~2009-10-20  2:19 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07  2:17 [U-Boot] [PATCH 0/5 v2] ARM:OMAP3:SDP3430 initial support Nishanth Menon
2009-10-07  2:17 ` [U-Boot] [PATCH 1/5 v2] OMAP3: Fix SDRC init Nishanth Menon
2009-10-07  2:17   ` [U-Boot] [PATCH 2/5] OMAP3: export enable_gpmc_cs_config to board files Nishanth Menon
2009-10-07  2:17     ` [U-Boot] [PATCH 3/5] OMAP3: make gpmc_config as const Nishanth Menon
2009-10-07  2:17       ` [U-Boot] [PATCH 4/5] OMAP3: fix warnings when NAND/ONENAND is not used Nishanth Menon
2009-10-07  2:17         ` [U-Boot] [PATCH 5/5 v2] ARM:OMAP3:SDP3430: initial support Nishanth Menon
2009-10-10 19:20         ` [U-Boot] [PATCH 4/5] OMAP3: fix warnings when NAND/ONENAND is not used Paulraj, Sandeep
2009-10-10 19:29       ` [U-Boot] [PATCH 3/5] OMAP3: make gpmc_config as const Paulraj, Sandeep
2009-10-11  7:54       ` Dirk Behme
2009-10-11 12:22         ` Paulraj, Sandeep
2009-10-11 14:35         ` Nishanth Menon
2009-10-11 14:48           ` Paulraj, Sandeep
2009-10-11 15:01             ` Nishanth Menon
2009-10-10 19:18     ` [U-Boot] [PATCH 2/5] OMAP3: export enable_gpmc_cs_config to board files Paulraj, Sandeep
2009-10-10 19:24   ` [U-Boot] [PATCH 1/5 v2] OMAP3: Fix SDRC init Paulraj, Sandeep
2009-10-19 14:53   ` Steve Sakoman
2009-10-19 14:55     ` Dirk Behme
2009-10-19 15:06       ` Steve Sakoman
2009-10-20  2:19         ` [U-Boot] OMAP3 DDR Fix patches (was Re: [PATCH 1/5 v2] OMAP3: Fix SDRC init) Nishanth Menon

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.