
17 Jan
2010
17 Jan
'10
6:10 p.m.
Jens Scharsig wrote:
- add at91 soc to arm920t, needs to join at91rm9200 into at91 arch
Signed-off-by: Jens Scharsig js_at_ng@scharsoft.de
cpu/arm920t/at91/Makefile | 47 ++++++++++ cpu/arm920t/at91/lowlevel_init.S | 177 ++++++++++++++++++++++++++++++++++++++ cpu/arm920t/at91/reset.c | 58 ++++++++++++ cpu/arm920t/at91/timer.c | 166 +++++++++++++++++++++++++++++++++++ 4 files changed, 448 insertions(+), 0 deletions(-) create mode 100644 cpu/arm920t/at91/Makefile create mode 100644 cpu/arm920t/at91/lowlevel_init.S create mode 100644 cpu/arm920t/at91/reset.c create mode 100644 cpu/arm920t/at91/timer.c
It is unclear why arm920t/at91rm9200 -> arm920t/at91 I am not in favor of renaming dirs or making multiple copies of the same file.
Please make your case on the list and in the commit log of the patch
Tom