]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: unify cpu and boot modes
authorMike Frysinger <vapier@gentoo.org>
Sun, 30 Mar 2008 19:46:13 +0000 (15:46 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 30 Mar 2008 19:50:19 +0000 (15:50 -0400)
commit9171fc81722c20fdb5a829a58b17c9eaadd5fb44
treed5b8741232955f2c01b0c36c46c867d15e8245a7
parent9ce7e53abd039decea1af67aec81bbd5df7a2593
Blackfin: unify cpu and boot modes

All of the duplicated code for Blackfin processors and boot modes have been
unified.  After all, the core is the same for all processors, just the
peripheral set differs (which gets handled in the drivers).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
96 files changed:
Makefile
blackfin_config.mk
board/bf533-ezkit/Makefile
board/bf533-ezkit/config.mk
board/bf533-ezkit/u-boot.lds.S
board/bf533-stamp/Makefile
board/bf533-stamp/config.mk
board/bf533-stamp/u-boot.lds.S
board/bf537-stamp/Makefile
board/bf537-stamp/bf537-stamp.c
board/bf537-stamp/config.mk
board/bf537-stamp/u-boot.lds.S
board/bf561-ezkit/Makefile
board/bf561-ezkit/config.mk
board/bf561-ezkit/u-boot.lds.S
cpu/bf533/Makefile [deleted file]
cpu/bf533/bf533_serial.h [deleted file]
cpu/bf533/cache.S [deleted file]
cpu/bf533/config.mk [deleted file]
cpu/bf533/cpu.c [deleted file]
cpu/bf533/cpu.h [deleted file]
cpu/bf533/flush.S [deleted file]
cpu/bf533/init_sdram.S [deleted file]
cpu/bf533/init_sdram_bootrom_initblock.S [deleted file]
cpu/bf533/interrupt.S [deleted file]
cpu/bf533/interrupts.c [deleted file]
cpu/bf533/ints.c [deleted file]
cpu/bf533/serial.c [deleted file]
cpu/bf533/start.S [deleted file]
cpu/bf533/start1.S [deleted file]
cpu/bf533/traps.c [deleted file]
cpu/bf533/video.c [deleted file]
cpu/bf533/video.h [deleted file]
cpu/bf537/Makefile [deleted file]
cpu/bf537/cache.S [deleted file]
cpu/bf537/config.mk [deleted file]
cpu/bf537/cpu.c [deleted file]
cpu/bf537/cpu.h [deleted file]
cpu/bf537/flush.S [deleted file]
cpu/bf537/init_sdram.S [deleted file]
cpu/bf537/init_sdram_bootrom_initblock.S [deleted file]
cpu/bf537/interrupt.S [deleted file]
cpu/bf537/interrupts.c [deleted file]
cpu/bf537/ints.c [deleted file]
cpu/bf537/serial.c [deleted file]
cpu/bf537/serial.h [deleted file]
cpu/bf537/start.S [deleted file]
cpu/bf537/start1.S [deleted file]
cpu/bf537/traps.c [deleted file]
cpu/bf537/video.c [deleted file]
cpu/bf537/video.h [deleted file]
cpu/bf561/Makefile [deleted file]
cpu/bf561/cache.S [deleted file]
cpu/bf561/config.mk [deleted file]
cpu/bf561/cpu.c [deleted file]
cpu/bf561/cpu.h [deleted file]
cpu/bf561/flush.S [deleted file]
cpu/bf561/init_sdram.S [deleted file]
cpu/bf561/init_sdram_bootrom_initblock.S [deleted file]
cpu/bf561/interrupt.S [deleted file]
cpu/bf561/ints.c [deleted file]
cpu/bf561/serial.c [deleted file]
cpu/bf561/serial.h [deleted file]
cpu/bf561/start.S [deleted file]
cpu/bf561/traps.c [deleted file]
cpu/bf561/video.c [deleted file]
cpu/bf561/video.h [deleted file]
cpu/blackfin/.gitignore [new file with mode: 0644]
cpu/blackfin/Makefile [new file with mode: 0644]
cpu/blackfin/bootrom-asm-offsets.awk [new file with mode: 0755]
cpu/blackfin/bootrom-asm-offsets.c.in [new file with mode: 0644]
cpu/blackfin/cache.S [new file with mode: 0644]
cpu/blackfin/cpu.c [new file with mode: 0644]
cpu/blackfin/cpu.h [moved from cpu/bf561/start1.S with 68% similarity]
cpu/blackfin/flush.S [new file with mode: 0644]
cpu/blackfin/i2c.c [moved from cpu/bf537/i2c.c with 75% similarity]
cpu/blackfin/initcode.c [new file with mode: 0644]
cpu/blackfin/interrupt.S [new file with mode: 0644]
cpu/blackfin/interrupts.c [moved from cpu/bf561/interrupts.c with 68% similarity]
cpu/blackfin/reset.c [new file with mode: 0644]
cpu/blackfin/serial.c [new file with mode: 0644]
cpu/blackfin/serial.h [new file with mode: 0644]
cpu/blackfin/start.S [new file with mode: 0644]
cpu/blackfin/system_map.S [new file with mode: 0644]
cpu/blackfin/traps.c [new file with mode: 0644]
cpu/blackfin/watchdog.c [new file with mode: 0644]
include/asm-blackfin/blackfin-config-post.h
include/configs/bf533-ezkit.h
include/configs/bf533-stamp.h
include/configs/bf537-stamp.h
include/configs/bf561-ezkit.h
lib_blackfin/Makefile
lib_blackfin/bf533_string.c [deleted file]
lib_blackfin/board.c
lib_blackfin/bootm.c
lib_blackfin/string.c [new file with mode: 0644]