]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
prepare joining at91rm9200 into at91
authorJens Scharsig <js_at_ng@scharsoft.de>
Wed, 3 Feb 2010 21:47:35 +0000 (22:47 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 12 Feb 2010 18:31:55 +0000 (12:31 -0600)
commit98250e8e17fc76b3981708c6e63d41f875bf0359
tree65125964ebf59637e493f173b64e06587d365eee
parent1b34f00c28a3023693d9b31e7bd1a9212af8352f
prepare joining at91rm9200 into at91

* prepare joining at91 and at91rm9200
 * add modified copy of soc files to cpu/arm920t/at91 to make
   possible to compile at91rm9200 boards in at91 tree instead
   of at91rm9200
 * add header files with c structure defs for AT91 MC, ST and TC
 * the new cpu files are using at91 c structure soc access
 * please read README.soc-at91 for details

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
12 files changed:
cpu/arm920t/at91/Makefile [new file with mode: 0644]
cpu/arm920t/at91/lowlevel_init.S [new file with mode: 0644]
cpu/arm920t/at91/reset.c [new file with mode: 0644]
cpu/arm920t/at91/timer.c [new file with mode: 0644]
cpu/arm920t/cpu.c
doc/README.at91-soc
include/asm-arm/arch-at91/at91_mc.h [new file with mode: 0644]
include/asm-arm/arch-at91/at91_pio.h
include/asm-arm/arch-at91/at91_st.h [new file with mode: 0644]
include/asm-arm/arch-at91/at91_tc.h [new file with mode: 0644]
include/asm-arm/arch-at91/at91rm9200.h [new file with mode: 0644]
include/asm-arm/arch-at91/hardware.h