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>
Showing
- cpu/arm926ejs/kirkwood/Makefile 49 additions, 0 deletionscpu/arm926ejs/kirkwood/Makefile
- cpu/arm926ejs/kirkwood/cpu.c 315 additions, 0 deletionscpu/arm926ejs/kirkwood/cpu.c
- cpu/arm926ejs/kirkwood/dram.c 58 additions, 0 deletionscpu/arm926ejs/kirkwood/dram.c
- cpu/arm926ejs/kirkwood/mpp.c 80 additions, 0 deletionscpu/arm926ejs/kirkwood/mpp.c
- cpu/arm926ejs/kirkwood/timer.c 168 additions, 0 deletionscpu/arm926ejs/kirkwood/timer.c
- drivers/serial/serial.c 3 additions, 0 deletionsdrivers/serial/serial.c
- include/asm-arm/arch-kirkwood/cpu.h 159 additions, 0 deletionsinclude/asm-arm/arch-kirkwood/cpu.h
- include/asm-arm/arch-kirkwood/kirkwood.h 69 additions, 0 deletionsinclude/asm-arm/arch-kirkwood/kirkwood.h
- include/asm-arm/arch-kirkwood/kw88f6192.h 37 additions, 0 deletionsinclude/asm-arm/arch-kirkwood/kw88f6192.h
- include/asm-arm/arch-kirkwood/kw88f6281.h 37 additions, 0 deletionsinclude/asm-arm/arch-kirkwood/kw88f6281.h
- include/asm-arm/arch-kirkwood/mpp.h 303 additions, 0 deletionsinclude/asm-arm/arch-kirkwood/mpp.h
Loading
Please register or sign in to comment