]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
at91: regroup IP hw init in one file per soc
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wed, 13 May 2009 19:01:13 +0000 (21:01 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:51 +0000 (20:39 +0200)
commit1699da6297b8c22da16cf85b3c79192f1a6d70ca
tree2efde5c98ce2f3b82d1020f1fb7c5e1d66fba75a
parent28b00324becf3552134ae1e086509dc9c3d6e932
at91: regroup IP hw init in one file per soc

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15 files changed:
cpu/arm926ejs/at91/Makefile
cpu/arm926ejs/at91/at91cap9_devices.c [moved from cpu/arm926ejs/at91/at91cap9_spi.c with 57% similarity]
cpu/arm926ejs/at91/at91cap9_macb.c [deleted file]
cpu/arm926ejs/at91/at91cap9_serial.c [deleted file]
cpu/arm926ejs/at91/at91sam9260_devices.c [moved from cpu/arm926ejs/at91/at91sam9260_spi.c with 54% similarity]
cpu/arm926ejs/at91/at91sam9260_macb.c [deleted file]
cpu/arm926ejs/at91/at91sam9260_serial.c [deleted file]
cpu/arm926ejs/at91/at91sam9261_devices.c [moved from cpu/arm926ejs/at91/at91sam9261_spi.c with 72% similarity]
cpu/arm926ejs/at91/at91sam9261_serial.c [deleted file]
cpu/arm926ejs/at91/at91sam9263_devices.c [moved from cpu/arm926ejs/at91/at91sam9263_spi.c with 55% similarity]
cpu/arm926ejs/at91/at91sam9263_macb.c [deleted file]
cpu/arm926ejs/at91/at91sam9263_serial.c [deleted file]
cpu/arm926ejs/at91/at91sam9263_usb.c [deleted file]
cpu/arm926ejs/at91/at91sam9rl_devices.c [moved from cpu/arm926ejs/at91/at91sam9rl_serial.c with 70% similarity]
cpu/arm926ejs/at91/at91sam9rl_spi.c [deleted file]