]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Move at91cap9 specific files to at91sam9 directory
authorStelian Pop <stelian@popies.net>
Wed, 26 Mar 2008 19:52:28 +0000 (20:52 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 31 Mar 2008 23:44:18 +0000 (01:44 +0200)
commita8a78f2d99dc1bd30dc3595da118539b506c6118
tree469e2c9f740aa0b00ad6358ed74c110ab17478e4
parent61106a565870ff503f92b251b94bd7afef889a04
Move at91cap9 specific files to at91sam9 directory

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>
13 files changed:
Makefile
cpu/arm926ejs/at91sam9/Makefile [moved from cpu/arm926ejs/at91cap9/Makefile with 100% similarity]
cpu/arm926ejs/at91sam9/config.mk [moved from cpu/arm926ejs/at91cap9/config.mk with 100% similarity]
cpu/arm926ejs/at91sam9/ether.c [moved from cpu/arm926ejs/at91cap9/ether.c with 94% similarity]
cpu/arm926ejs/at91sam9/lowlevel_init.S [moved from cpu/arm926ejs/at91cap9/lowlevel_init.S with 97% similarity]
cpu/arm926ejs/at91sam9/spi.c [moved from cpu/arm926ejs/at91cap9/spi.c with 100% similarity]
cpu/arm926ejs/at91sam9/timer.c [moved from cpu/arm926ejs/at91cap9/timer.c with 97% similarity]
cpu/arm926ejs/at91sam9/usb.c [moved from cpu/arm926ejs/at91cap9/usb.c with 96% similarity]
include/asm-arm/arch-at91sam9/AT91CAP9.h [moved from include/asm-arm/arch-at91cap9/AT91CAP9.h with 100% similarity]
include/asm-arm/arch-at91sam9/clk.h [moved from include/asm-arm/arch-at91cap9/clk.h with 100% similarity]
include/asm-arm/arch-at91sam9/hardware.h [moved from include/asm-arm/arch-at91cap9/hardware.h with 100% similarity]
include/asm-arm/arch-at91sam9/memory-map.h [moved from include/asm-arm/arch-at91cap9/memory-map.h with 100% similarity]
net/eth.c