]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPEAr : Adding basic SPEAr architecture support.
authorVipin KUMAR <vipin.kumar@st.com>
Fri, 15 Jan 2010 13:45:43 +0000 (19:15 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 23 Jan 2010 14:15:49 +0000 (08:15 -0600)
commit81c0ebf623ddbb6a4da8e051441c83e99a01b00b
tree88511791ad3eb77d078c1e2e5952df5949076c97
parent6fffcdf8c869a3d8436be8eff6428d8121aa76e6
SPEAr : Adding basic SPEAr architecture support.

SPEAr Architecture support added. It contains the support for
following SPEAr blocks
- Timer
- System controller
- Misc registers

Signed-off-by: Vipin <vipin.kumar@st.com>
cpu/arm926ejs/spear/Makefile [new file with mode: 0755]
cpu/arm926ejs/spear/reset.c [new file with mode: 0755]
cpu/arm926ejs/spear/timer.c [new file with mode: 0755]
include/asm-arm/arch-spear/hardware.h [new file with mode: 0644]
include/asm-arm/arch-spear/spr_gpt.h [new file with mode: 0755]
include/asm-arm/arch-spear/spr_misc.h [new file with mode: 0644]
include/asm-arm/arch-spear/spr_syscntl.h [new file with mode: 0644]