[U-Boot] [PATCH 0/5] Introducing TI's New SoC/board AM3517EVM
hvaibhav at ti.com
hvaibhav at ti.com
Mon Nov 23 12:08:15 CET 2009
From: Vaibhav Hiremath <hvaibhav at ti.com>
AM3517 device is high-performance, industrial applications processor designed
and developed keeping Software Compatible with OMAP3 Processors.
Below are some of the useful links -
AM3517 device is high-performance, industrial applications processor designed
and developed keeping Software Compatible with OMAP3 Processors.
Below are some of the useful links -
Migration from OMAP35x to AM35x :-
http://focus.ti.com/lit/an/sprab91/sprab91.pdf
Specs/TRM :-
http://focus.ti.com/docs/prod/folders/print/am3517.html
EVM Link -:
http://www.logicpd.com/products/development-kits/zoom-am3517-experimenter-kit
Vaibhav Hiremath (5):
Introducing AM3517EVM support
am3517_evm_config options added to Makfile
Added configuration file for AM3517EVM
Added AM3517EVM specific mux configuration to omap3/mux.h
AM3517: Add support for EMIF4
Makefile | 3 +
board/ti/am3517evm/Makefile | 46 ++++
board/ti/am3517evm/am3517evm.c | 76 +++++++
board/ti/am3517evm/am3517evm.h | 388 ++++++++++++++++++++++++++++++++
board/ti/am3517evm/config.mk | 29 +++
cpu/arm_cortexa8/omap3/board.c | 11 +-
cpu/arm_cortexa8/omap3/mem.c | 110 ++++++++--
cpu/arm_cortexa8/omap3/sys_info.c | 12 +-
include/asm-arm/arch-omap3/cpu.h | 26 +++
include/asm-arm/arch-omap3/mem.h | 66 ++++++-
include/asm-arm/arch-omap3/mux.h | 35 +++
include/asm-arm/arch-omap3/sys_proto.h | 4 +
include/configs/am3517_evm.h | 299 ++++++++++++++++++++++++
include/configs/devkit8000.h | 4 +
include/configs/omap3_beagle.h | 4 +
include/configs/omap3_evm.h | 4 +
include/configs/omap3_overo.h | 4 +
include/configs/omap3_pandora.h | 4 +
include/configs/omap3_sdp3430.h | 4 +
include/configs/omap3_zoom1.h | 4 +
include/configs/omap3_zoom2.h | 4 +
21 files changed, 1112 insertions(+), 25 deletions(-)
create mode 100644 board/ti/am3517evm/Makefile
create mode 100644 board/ti/am3517evm/am3517evm.c
create mode 100644 board/ti/am3517evm/am3517evm.h
create mode 100644 board/ti/am3517evm/config.mk
create mode 100644 include/configs/am3517_evm.h
More information about the U-Boot
mailing list