A few bug fixes, smaller code, and a new board port. Harald Krapfenbauer (1): Blackfin: cm-bf537u: new board port
Michael Hennerich (1): Blackfin: bf537-stamp: comment CF-Flash Card Support better Mike Frysinger (3): Blackfin: fix debug printf modifiers Blackfin: increase default console size Blackfin: use scratch pad for exception stack Robin Getz (3): Blackfin: use +(filesize) to make sure we are only doing what is necessary Blackfin: enable more network commands for ADI dev boards Blackfin: change global data register from P5 to P3 MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 2 +- README | 4 +- board/cm-bf537u/Makefile | 54 +++++++++++++ board/cm-bf537u/cm-bf537u.c | 59 ++++++++++++++ board/cm-bf537u/config.mk | 34 ++++++++ board/cm-bf537u/flash.c | 34 ++++++++ board/cm-bf537u/gpio_cfi_flash.c | 60 ++++++++++++++ board/cm-bf537u/gpio_cfi_flash.h | 10 +++ cpu/blackfin/interrupt.S | 5 + doc/README.standalone | 2 +- examples/standalone/stubs.c | 4 +- include/asm-blackfin/config.h | 10 +- include/asm-blackfin/global_data.h | 2 +- include/configs/bf537-stamp.h | 29 ++++++- include/configs/bfin_adi_common.h | 14 +++- include/configs/cm-bf537u.h | 149 ++++++++++++++++++++++++++++++++++++ lib_blackfin/board.c | 36 +++++----- lib_blackfin/config.mk | 2 +- 20 files changed, 474 insertions(+), 38 deletions(-) create mode 100644 board/cm-bf537u/Makefile create mode 100644 board/cm-bf537u/cm-bf537u.c create mode 100644 board/cm-bf537u/config.mk create mode 100644 board/cm-bf537u/flash.c create mode 100644 board/cm-bf537u/gpio_cfi_flash.c create mode 100644 board/cm-bf537u/gpio_cfi_flash.h create mode 100644 include/configs/cm-bf537u.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot