[U-Boot] [PATCH 00/10] Blackfin updates for 2010.06

Mike Frysinger vapier at gentoo.org
Wed Apr 7 07:15:52 CEST 2010


New board port and a few random updates.  Nothing crazy here.

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



More information about the U-Boot mailing list