mbox

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

Message ID 1317335329-24870-1-git-send-email-vapier@gentoo.org
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Mike Frysinger Sept. 29, 2011, 10:28 p.m. UTC
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

Comments

Wolfgang Denk Oct. 1, 2011, 7:43 p.m. UTC | #1
Dear Mike Frysinger,

In message <1317335329-24870-1-git-send-email-vapier@gentoo.org> you wrote:
> 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

Applied, thanks.

Best regards,

Wolfgang Denk