]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
authorWolfgang Denk <wd@pollux.denx.de>
Mon, 13 Mar 2006 11:37:35 +0000 (12:37 +0100)
committerWolfgang Denk <wd@pollux.denx.de>
Mon, 13 Mar 2006 11:37:35 +0000 (12:37 +0100)
commitff7fefe6797246b2748530f965f2e41de34a982a
tree11a2822c35a388ac1d00a43875e8c76508b97955
parent86f5f0342d1d2c787d984ecb9135db993e3a9f6a
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
CHANGELOG
Makefile
board/versatile/split_by_variant.sh
cpu/arm926ejs/interrupts.c
cpu/arm926ejs/omap/Makefile [new file with mode: 0644]
cpu/arm926ejs/omap/reset.S [new file with mode: 0644]
cpu/arm926ejs/omap/timer.c [new file with mode: 0644]
cpu/arm926ejs/start.S
cpu/arm926ejs/versatile/Makefile [new file with mode: 0644]
cpu/arm926ejs/versatile/reset.S [new file with mode: 0644]
cpu/arm926ejs/versatile/timer.c [new file with mode: 0644]