Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006
Showing
- CHANGELOG 5 additions, 0 deletionsCHANGELOG
- Makefile 3 additions, 3 deletionsMakefile
- board/versatile/split_by_variant.sh 1 addition, 1 deletionboard/versatile/split_by_variant.sh
- cpu/arm926ejs/interrupts.c 3 additions, 145 deletionscpu/arm926ejs/interrupts.c
- cpu/arm926ejs/omap/Makefile 43 additions, 0 deletionscpu/arm926ejs/omap/Makefile
- cpu/arm926ejs/omap/reset.S 45 additions, 0 deletionscpu/arm926ejs/omap/reset.S
- cpu/arm926ejs/omap/timer.c 177 additions, 0 deletionscpu/arm926ejs/omap/timer.c
- cpu/arm926ejs/start.S 0 additions, 22 deletionscpu/arm926ejs/start.S
- cpu/arm926ejs/versatile/Makefile 43 additions, 0 deletionscpu/arm926ejs/versatile/Makefile
- cpu/arm926ejs/versatile/reset.S 45 additions, 0 deletionscpu/arm926ejs/versatile/reset.S
- cpu/arm926ejs/versatile/timer.c 175 additions, 0 deletionscpu/arm926ejs/versatile/timer.c
Loading
Please register or sign in to comment