summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/at91/clock.c
Commit message (Collapse)AuthorAgeLines
* arm920t/at91: add clock.cAndreas Bießmann2011-07-04-34/+1
| | | | | | | This patch adds an copy of arm926ejs/at91/clock.c to arm920t/at91. The arm926ejs specialities are removed from arm920t version and vice versa. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
* AT91: change includes from asm/arch/io.h to asm/io.hReinhard Meyer2011-05-18-1/+1
| | | | | | and remove the now unused asm/arch-at91/io.h Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* AT91: fix related at91 system/driver filesReinhard Meyer2011-05-18-3/+3
| | | | Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* AT91 clock/timer: move static data to global_data structReinhard Meyer2010-10-19-28/+27
| | | | | | | | clock.c / timer.c used static data and are called before relocation. Move all static variables into global_data structure. Also cleanup timer.c from unused stubs and make it truly use 64 bit tick values. Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-0/+216
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>