
Dear Wolfgang,
The following changes since commit 25b0806fff1f1fd24f69f6d9ef04d8345667e60b: Wolfgang Denk (1): Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
are found in the git repository at:
http://www.denx.de/git/u-boot-blackfin.git
Aubrey Li (8): [Blackfin][PATCH]: fix flash unaligned copy issue [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it [Blackfin][PATCH] call real the system synchronize instruction [Blackfin][PATCH] Add BF537 EMAC driver initialization [Blackfin][PATCH] Fix copyright and update license [Blackfin][PATCH] minior cleanup [Blackfin][PATCH] Fix dynamic CPLB generation issue [Blackfin][PATCH] Kill off a bunch of common local prototypes
Best Regards, -Aubrey --------------------------------------------------------------------------------- board/bf533-ezkit/Makefile | 2 +- board/bf533-ezkit/bf533-ezkit.c | 6 +- board/bf533-ezkit/flash-defines.h | 8 +- board/bf533-ezkit/flash.c | 83 +++-- board/bf533-ezkit/psd4256.h | 6 +- board/bf533-stamp/Makefile | 2 +- board/bf533-stamp/bf533-stamp.c | 6 +- board/bf533-stamp/bf533-stamp.h | 6 +- board/bf537-stamp/bf537-stamp.c | 6 +- board/bf537-stamp/flash-defines.h | 6 +- board/bf537-stamp/flash.c | 6 +- board/bf561-ezkit/bf561-ezkit.c | 6 +- cpu/bf533/Makefile | 6 +- cpu/bf533/bf533_serial.h | 6 +- cpu/bf533/config.mk | 6 +- cpu/bf533/cpu.c | 10 +- cpu/bf533/cpu.h | 6 +- cpu/bf533/flush.S | 4 +- cpu/bf533/interrupt.S | 6 +- cpu/bf533/interrupts.c | 6 +- cpu/bf533/ints.c | 6 +- cpu/bf533/serial.c | 6 +- cpu/bf533/start.S | 6 +- cpu/bf533/start1.S | 6 +- cpu/bf533/traps.c | 7 +- cpu/bf537/Makefile | 6 +- cpu/bf537/config.mk | 6 +- cpu/bf537/cpu.c | 6 +- cpu/bf537/cpu.h | 6 +- cpu/bf537/flush.S | 4 +- cpu/bf537/interrupt.S | 6 +- cpu/bf537/interrupts.c | 6 +- cpu/bf537/ints.c | 6 +- cpu/bf537/serial.c | 6 +- cpu/bf537/serial.h | 6 +- cpu/bf537/start.S | 6 +- cpu/bf537/start1.S | 6 +- cpu/bf537/traps.c | 7 +- cpu/bf561/Makefile | 6 +- cpu/bf561/config.mk | 6 +- cpu/bf561/cpu.c | 6 +- cpu/bf561/cpu.h | 6 +- cpu/bf561/flush.S | 4 +- cpu/bf561/interrupt.S | 6 +- cpu/bf561/interrupts.c | 6 +- cpu/bf561/ints.c | 6 +- cpu/bf561/serial.c | 6 +- cpu/bf561/serial.h | 6 +- cpu/bf561/start.S | 6 +- cpu/bf561/start1.S | 6 +- cpu/bf561/traps.c | 6 +- include/asm-blackfin/arch-bf533/bf533_serial.h | 6 +- include/asm-blackfin/arch-bf533/bf5xx_rtc.h | 6 +- include/asm-blackfin/arch-bf533/cplbtab.h | 482 ------------------------ include/asm-blackfin/arch-bf533/irq.h | 6 +- include/asm-blackfin/arch-bf537/bf537_serial.h | 6 +- include/asm-blackfin/arch-bf537/bf5xx_rtc.h | 6 +- include/asm-blackfin/arch-bf537/cplbtab.h | 408 -------------------- include/asm-blackfin/arch-bf537/irq.h | 6 +- include/asm-blackfin/arch-bf561/bf561_serial.h | 6 +- include/asm-blackfin/arch-common/bf53x_rtc.h | 6 +- include/asm-blackfin/bitops.h | 6 +- include/asm-blackfin/blackfin.h | 6 +- include/asm-blackfin/blackfin_defs.h | 6 +- include/asm-blackfin/byteorder.h | 6 +- include/asm-blackfin/cplb.h | 10 +- include/asm-blackfin/current.h | 6 +- include/asm-blackfin/delay.h | 6 +- include/asm-blackfin/entry.h | 7 +- include/asm-blackfin/errno.h | 6 +- include/asm-blackfin/global_data.h | 6 +- include/asm-blackfin/hw_irq.h | 6 +- include/asm-blackfin/io-kernel.h | 6 +- include/asm-blackfin/io.h | 7 +- include/asm-blackfin/irq.h | 6 +- include/asm-blackfin/linkage.h | 6 +- include/asm-blackfin/machdep.h | 6 +- include/asm-blackfin/mem_init.h | 6 +- include/asm-blackfin/page.h | 123 ------ include/asm-blackfin/page_offset.h | 6 +- include/asm-blackfin/posix_types.h | 6 +- include/asm-blackfin/processor.h | 6 +- include/asm-blackfin/ptrace.h | 6 +- include/asm-blackfin/segment.h | 6 +- include/asm-blackfin/setup.h | 6 +- include/asm-blackfin/shared_resources.h | 6 +- include/asm-blackfin/string.h | 7 +- include/asm-blackfin/system.h | 6 +- include/asm-blackfin/traps.h | 6 +- include/asm-blackfin/types.h | 6 +- include/asm-blackfin/u-boot.h | 8 +- include/asm-blackfin/uaccess.h | 6 +- include/asm-blackfin/virtconvert.h | 7 +- lib_blackfin/Makefile | 6 +- lib_blackfin/bf533_linux.c | 6 +- lib_blackfin/bf533_string.c | 90 ++--- lib_blackfin/blackfin_board.h | 6 +- lib_blackfin/board.c | 31 +- lib_blackfin/cache.c | 14 +- lib_blackfin/cache.h | 35 ++ lib_blackfin/memcmp.S | 15 +- lib_blackfin/memcpy.S | 21 +- lib_blackfin/memmove.S | 15 +- lib_blackfin/memset.S | 16 +- lib_blackfin/muldi3.c | 6 +- net/eth.c | 4 + 106 files changed, 441 insertions(+), 1458 deletions(-) delete mode 100644 include/asm-blackfin/arch-bf533/cplbtab.h delete mode 100644 include/asm-blackfin/arch-bf537/cplbtab.h delete mode 100644 include/asm-blackfin/page.h create mode 100644 lib_blackfin/cache.h