The following changes since commit a233631095eba3e853049f6656642e3a7ef1d73c: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Brent Kandetzki (1): Blackfin: IP04: new board port Harald Krapfenbauer (1): Blackfin: cm-bf561: update network/env settings Mike Frysinger (8): Blackfin: disable NetBSD bootm support by default Blackfin: drop reference to gd->reloc_off Blackfin: relax .data alignment Blackfin: bf537-stamp: add board test defines Blackfin: sync ptrace headers with linux Blackfin: link with normal ABI target Blackfin: call watchdog_init() for external watchdogs Blackfin: drop bfin #undef in linker script MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 2 +- board/cm-bf561/cm-bf561.c | 4 +- board/ip04/Makefile | 54 +++++++ board/ip04/config.mk | 35 +++++ board/ip04/ip04.c | 42 +++++ include/asm-blackfin/config-pre.h | 3 + include/asm-blackfin/ptrace.h | 297 ++++++++++++++----------------------- include/asm-blackfin/traps.h | 62 ++------ include/configs/bf537-stamp.h | 9 + include/configs/cm-bf561.h | 11 +- include/configs/ip04.h | 157 +++++++++++++++++++ lib_blackfin/board.c | 14 ++- lib_blackfin/config.mk | 4 +- lib_blackfin/u-boot.lds.S | 5 +- 16 files changed, 453 insertions(+), 251 deletions(-) create mode 100644 board/ip04/Makefile create mode 100644 board/ip04/config.mk create mode 100644 board/ip04/ip04.c create mode 100644 include/configs/ip04.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot