[U-Boot-Users] [GIT-PULL][Blackfin] Please pull http://www.denx.de/git/u-boot-blackfin.git
Aubrey Li
aubrey.adi at gmail.com
Sun Mar 18 18:37:00 CET 2007
Dear Wolfgang,
The following changes since commit 26bf7deca364a5b33f39e8f14ddd3f4081345015:
Aubrey Li (1):
[Blackfin]Add BF537 stamp board support
are found in the git repository at:
http://www.denx.de/git/u-boot-blackfin.git
MAKEALL | 2
Makefile | 8
board/bf537-stamp/Makefile | 58
board/bf537-stamp/bf537-stamp.c | 437 +++
board/bf537-stamp/cmd_bf537led.c | 201 +
board/bf537-stamp/config.mk | 25
board/bf537-stamp/ether_bf537.c | 545 ++++
board/bf537-stamp/ether_bf537.h | 110 +
board/bf537-stamp/flash-defines.h | 123 +
board/bf537-stamp/flash.c | 403 +++
board/bf537-stamp/nand.c | 106
board/bf537-stamp/post-memory.c | 322 ++
board/bf537-stamp/stm_m25p64.c | 515 ++++
board/bf537-stamp/u-boot.lds.S | 190 +
cpu/bf537/Makefile | 52
cpu/bf537/cache.S | 128 +
cpu/bf537/config.mk | 27
cpu/bf537/cpu.c | 227 ++
cpu/bf537/cpu.h | 66
cpu/bf537/flush.S | 403 +++
cpu/bf537/i2c.c | 460 ++++
cpu/bf537/init_sdram.S | 174 +
cpu/bf537/init_sdram_bootrom_initblock.S | 199 +
cpu/bf537/interrupt.S | 246 ++
cpu/bf537/interrupts.c | 174 +
cpu/bf537/ints.c | 117 +
cpu/bf537/serial.c | 194 +
cpu/bf537/serial.h | 77
cpu/bf537/start.S | 579 +++++
cpu/bf537/start1.S | 38
cpu/bf537/traps.c | 241 ++
cpu/bf537/video.c | 194 +
cpu/bf537/video.h | 25
examples/Makefile | 4
include/asm-blackfin/arch-bf537/anomaly.h | 116 +
include/asm-blackfin/arch-bf537/bf537_serial.h | 78
include/asm-blackfin/arch-bf537/bf5xx_rtc.h | 46
include/asm-blackfin/arch-bf537/cdefBF534.h | 1009 +++++++++
include/asm-blackfin/arch-bf537/cdefBF537.h | 186 +
include/asm-blackfin/arch-bf537/cplbtab.h | 408 +++
include/asm-blackfin/arch-bf537/defBF534.h | 2627 ++++++++++++++++++++++++
include/asm-blackfin/arch-bf537/defBF537.h | 488 ++++
include/asm-blackfin/arch-bf537/defBF537_extn.h | 76
include/asm-blackfin/arch-bf537/irq.h | 94
include/configs/bf537-stamp.h | 502 ++++
45 files changed, 12299 insertions(+), 1 deletion(-)
----------------------------------------------------------------------------------
Aubrey Li (1):
Add flash chip M29W320ET/B support
include/flash.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
I'll try my best not to bother you about coding style issue, :)
Please me know if any problems, thanks,
Best Regards,
-Aubrey
More information about the U-Boot
mailing list