]> git.sur5r.net Git - u-boot/commit
Patch by Steven Scholz, 06 Apr 2005:
authorwdenk <wdenk>
Wed, 6 Apr 2005 13:52:31 +0000 (13:52 +0000)
committerwdenk <wdenk>
Wed, 6 Apr 2005 13:52:31 +0000 (13:52 +0000)
commita85f9f21aab7ee586cabe1773a02e9d04caa65fa
treeb7af0d5289bc6c1bc3b8cb3662071efa5b57024f
parent20787e23b8501f11c83599d1a2e38bb1204ac961
Patch by Steven Scholz, 06 Apr 2005:
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
- moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
27 files changed:
CHANGELOG
Makefile
README
board/adsvix/Makefile
board/adsvix/lowlevel_init.S [new file with mode: 0644]
board/adsvix/memsetup.S [deleted file]
board/adsvix/pxavoltage.S
board/at91rm9200dk/u-boot.lds
board/cmc_pu2/u-boot.lds
cpu/arm920t/at91rm9200/Makefile [new file with mode: 0644]
cpu/arm920t/at91rm9200/ether.c [new file with mode: 0644]
cpu/arm920t/at91rm9200/i2c.c [new file with mode: 0644]
cpu/arm920t/at91rm9200/interrupts.c [new file with mode: 0644]
cpu/arm920t/at91rm9200/lowlevel_init.S [new file with mode: 0644]
cpu/arm920t/at91rm9200/serial.c [new file with mode: 0644]
cpu/at91rm9200/Makefile [deleted file]
cpu/at91rm9200/at91rm9200_ether.c [deleted file]
cpu/at91rm9200/config.mk [deleted file]
cpu/at91rm9200/cpu.c [deleted file]
cpu/at91rm9200/i2c.c [deleted file]
cpu/at91rm9200/interrupts.c [deleted file]
cpu/at91rm9200/lowlevel.S [deleted file]
cpu/at91rm9200/serial.c [deleted file]
cpu/at91rm9200/start.S [deleted file]
include/configs/adsvix.h
include/configs/at91rm9200dk.h
include/configs/cmc_pu2.h