
These patches clean up blackfin architecture code and fix some bugs.
Bob Liu (2): blackfin: reduce size of u-boot.ldr in bf548-ezkit default config. blackfin: add baudrate to bdinfo
Mike Frysinger (1): Blackfin: adjust asm constraints with NMI workaround
Sonic Zhang (3): blackfin: Change the member's type in dma structures. blackfin: limit the max memory dma peripheral transfer size to 4 bytes. blackfin: run core1 from L1 code sram start address in uboot init code on core 0
arch/blackfin/cpu/cpu.c | 29 ++++++++++++++++++++++ arch/blackfin/cpu/initcode.c | 3 +- arch/blackfin/include/asm/dma.h | 24 +++++++++--------- arch/blackfin/include/asm/mach-bf561/BF561_def.h | 2 + arch/blackfin/include/asm/mach-bf609/BF609_def.h | 2 + arch/blackfin/lib/board.c | 2 + arch/blackfin/lib/string.c | 9 ++++-- include/configs/bf548-ezkit.h | 23 +++++++---------- include/configs/bf561-ezkit.h | 5 ++++ include/configs/bf609-ezkit.h | 5 ++++ 10 files changed, 74 insertions(+), 30 deletions(-)