summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/at91cap9
Commit message (Collapse)AuthorAgeLines
* Move at91cap9 specific files to at91sam9 directoryStelian Pop2008-04-01-448/+0
| | | | | | | | | AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a common infrastructure can be used. Let this infrastructure be named after the AT91SAM9 family, and move the existing AT91CAP9 files to the new place. Signed-off-by: Stelian Pop <stelian@popies.net>
* Use timer_init() instead of board supplied interrupt_init()Stelian Pop2008-04-01-1/+1
| | | | | | | The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by the board, so use timer_init() instead of interrupt_init(). Signed-off-by: Stelian Pop <stelian@popies.net>
* AT91CAP9 support : cpu/ filesStelian Pop2008-02-14-0/+448
Signed-off-by: Stelian Pop <stelian <at> popies.net>