[U-Boot] Pull request u-boot-blackfin.git (post branch)

Mike Frysinger vapier at gentoo.org
Fri Sep 30 00:28:49 CEST 2011


The following changes since commit 1d5e7fb403257d62f0f2419cb83fdf6b0f02f215:

  Prepare v2011.09 (2011-09-29 21:11:15 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git post

All have been posted to the list already.

Mike Frysinger (6):
      Blackfin: bf537-stamp: convert to gpio post hotkey
      Blackfin: post: drop custom test list
      Blackfin: bf537-stamp: drop uart/flash post tests
      Blackfin: post: generalize led/button tests with GPIOs
      Blackfin: bf537-stamp/bf548-ezkit: update POST flash block range
      Blackfin: uart: implement loop callback for post

 arch/blackfin/cpu/serial.c         |   40 ++++++
 arch/blackfin/include/asm/config.h |   18 +++
 arch/blackfin/lib/Makefile         |    2 +-
 arch/blackfin/lib/post.c           |   85 ++++++++++++
 arch/blackfin/lib/tests.c          |  250 ------------------------------------
 board/bf537-stamp/Makefile         |    2 +-
 board/bf537-stamp/post-memory.c    |   63 +---------
 board/bf537-stamp/post.c           |  174 -------------------------
 include/configs/bf537-stamp.h      |   11 ++-
 include/configs/bf548-ezkit.h      |   10 +-
 include/configs/bfin_adi_common.h  |    1 -
 post/tests.c                       |    2 +
 12 files changed, 165 insertions(+), 493 deletions(-)
 create mode 100644 arch/blackfin/lib/post.c
 delete mode 100644 arch/blackfin/lib/tests.c
 delete mode 100644 board/bf537-stamp/post.c


More information about the U-Boot mailing list