[U-Boot] Pull request u-boot-blackfin.git
Wolfgang Denk
wd at denx.de
Fri Sep 4 20:41:45 CEST 2009
Dear Mike Frysinger,
In message <1252022831-4272-1-git-send-email-vapier at gentoo.org> you wrote:
> 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
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
What is mind? No matter. What is matter? Never mind.
-- Thomas Hewitt Key, 1799-1875
More information about the U-Boot
mailing list