[U-Boot] [PATCH 0/6] ARM:OMAP3:SDP3430 initial support
Nishanth Menon
nm at ti.com
Sat Sep 19 04:21:52 CEST 2009
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
More information about the U-Boot
mailing list