[U-Boot] Pull request u-boot-blackfin.git

Mike Frysinger vapier at gentoo.org
Fri Sep 4 02:07:11 CEST 2009


The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
  Wolfgang Denk (1):
        Merge branch 'next' of ../next

are available in the git repository at:

  git://www.denx.de/git/u-boot-blackfin.git master

Harald Krapfenbauer (1):
      Blackfin: cm-bf537u: new board port

Michael Hennerich (1):
      Blackfin: bf537-stamp: comment CF-Flash Card Support better

Mike Frysinger (5):
      Blackfin: fix debug printf modifiers
      Blackfin: increase default console size
      Blackfin: use scratch pad for exception stack
      Blackfin: enable 64bit printf for nand
      Blackfin: cm-bf548: fix device->stdio_dev fallout

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        |   66 ++++++++++++++++
 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 +++
 board/cm-bf548/video.c             |    6 +-
 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  |   17 ++++-
 include/configs/cm-bf537u.h        |  150 ++++++++++++++++++++++++++++++++++++
 lib_blackfin/board.c               |   36 ++++----
 lib_blackfin/config.mk             |    2 +-
 21 files changed, 488 insertions(+), 41 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


More information about the U-Boot mailing list