[U-Boot] [PATCH 5/8 V2 Part 2/3] add at91 SoC access with c structures

2010-01-17 Thread cyrus
* insert AT91 SoC access using c-stuctures Signed-off-by: Jens Scharsig js_at...@scharsoft.de --- diff --git a/cpu/arm926ejs/at91/at91sam9m10g45_devices.c b/cpu/arm926ejs/at91/at91sam9m10g45_devices.c index 98d90f2..274a135 100644 --- a/cpu/arm926ejs/at91/at91sam9m10g45_devices.c +++

[U-Boot] [Patch 2/8] add at91 SoC access with c structures

2009-12-19 Thread cyrus
* add at91 soc to arm920t, needs to join at91rm9200 into at91 arch Signed-off-by: Jens Scharsig js_at...@scharsoft.de --- cpu/arm920t/at91/Makefile| 47 ++ cpu/arm920t/at91/lowlevel_init.S | 177 ++ cpu/arm920t/at91/reset.c | 58