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

Tom Tom.Rix at windriver.com
Sun Jan 17 18:10:42 CET 2010


Jens Scharsig wrote:
> * add at91 soc to arm920t, needs to join at91rm9200 into at91 arch
> 
> 
> Signed-off-by: Jens Scharsig <js_at_ng at 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


More information about the U-Boot mailing list