[U-Boot] [PATCH 0/3] Add Support for AM3517EVM with EMIF4
hvaibhav at ti.com
hvaibhav at ti.com
Sat Jan 30 11:16:48 CET 2010
From: Vaibhav Hiremath <hvaibhav at ti.com>
AM3517 device is high-performance, industrial applications processor designed
and developed keeping Software Compatible with OMAP3 Processors.
Differances :-
===========
- The SDRC controller has been replaced with EMIF4.
- Some new IP's got added like, CAN, VPFE, etc...
- Removed ISP completely
This patch series adds support for AM3517EVM along with EMIF4 configuration.
Tested :-
===========
- OMAP3 EVM (both NAND and MMC boot mode)
- OMAP3 BEAGLE (MMC boot mode)
- AM3517 EVM (both NAND and MMC boot mode)
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 (3):
OMAP3: Consolidate SDRC related operations
AM35x: Add support for AM3517EVM
AM35x: Add support for EMIF4
MAINTAINERS | 4 +
Makefile | 3 +
board/ti/am3517evm/Makefile | 47 ++++
board/ti/am3517evm/am3517evm.c | 76 ++++++
board/ti/am3517evm/am3517evm.h | 400 ++++++++++++++++++++++++++++++++
board/ti/am3517evm/config.mk | 29 +++
cpu/arm_cortexa8/omap3/Makefile | 6 +
cpu/arm_cortexa8/omap3/board.c | 34 +---
cpu/arm_cortexa8/omap3/emif4.c | 160 +++++++++++++
cpu/arm_cortexa8/omap3/mem.c | 90 -------
cpu/arm_cortexa8/omap3/sdrc.c | 186 +++++++++++++++
cpu/arm_cortexa8/omap3/sys_info.c | 42 +----
include/asm-arm/arch-omap3/cpu.h | 26 ++
include/asm-arm/arch-omap3/emif4.h | 77 ++++++
include/asm-arm/arch-omap3/mem.h | 24 ++
include/asm-arm/arch-omap3/mux.h | 35 +++
include/asm-arm/arch-omap3/sys_proto.h | 7 +-
include/configs/am3517_evm.h | 293 +++++++++++++++++++++++
include/configs/omap3_beagle.h | 2 +
include/configs/omap3_evm.h | 2 +
include/configs/omap3_overo.h | 2 +
include/configs/omap3_pandora.h | 2 +
include/configs/omap3_sdp3430.h | 2 +
include/configs/omap3_zoom1.h | 2 +
include/configs/omap3_zoom2.h | 2 +
25 files changed, 1387 insertions(+), 166 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 cpu/arm_cortexa8/omap3/emif4.c
create mode 100644 cpu/arm_cortexa8/omap3/sdrc.c
create mode 100644 include/asm-arm/arch-omap3/emif4.h
create mode 100644 include/configs/am3517_evm.h
More information about the U-Boot
mailing list