]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/cpu/arm926ejs/kirkwood/dram.c
arm: Kirkwood: Basic SOCs support
authorPrafulla Wadaskar <prafulla@marvell.com>
Sat, 20 Jun 2009 09:01:53 +0000 (11:01 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 6 Jul 2009 19:52:17 +0000 (21:52 +0200)
commit4efb77d41f9c5d93f0f92dda60e742023fa03c72
tree5adb901702b9b0c7fb336c5b4d99d1f7625f2cad
parent5c3d5817e5e68b828c165c501c215e793dc63aac
arm: Kirkwood: Basic SOCs support

Kirkwood family controllers are highly integrated SOCs
based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.

SOC versions supported:-
1) 88F6281-A0       define CONFIG_KW88F6281_A0
2) 88F6192-A0       define CONFIG_KW88F6192_A0

Other supported features:-
1) get_random_hex() fucntion
2) PCI Express port initialization
3) NS16550 driver support

Contributors:
Yotam Admon <yotam@marvell.com>
Michael Blostein <michaelbl@marvell.com

Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
Acked-by: Stefan Rose <sr@denx.de>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
cpu/arm926ejs/kirkwood/Makefile [new file with mode: 0644]
cpu/arm926ejs/kirkwood/cpu.c [new file with mode: 0644]
cpu/arm926ejs/kirkwood/dram.c [new file with mode: 0644]
cpu/arm926ejs/kirkwood/mpp.c [new file with mode: 0644]
cpu/arm926ejs/kirkwood/timer.c [new file with mode: 0644]
drivers/serial/serial.c
include/asm-arm/arch-kirkwood/cpu.h [new file with mode: 0644]
include/asm-arm/arch-kirkwood/kirkwood.h [new file with mode: 0644]
include/asm-arm/arch-kirkwood/kw88f6192.h [new file with mode: 0644]
include/asm-arm/arch-kirkwood/kw88f6281.h [new file with mode: 0644]
include/asm-arm/arch-kirkwood/mpp.h [new file with mode: 0644]