mbox

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

Message ID 1329078374-32177-1-git-send-email-vapier@gentoo.org
State Accepted
Headers show

Pull-request

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

Message

Mike Frysinger Feb. 12, 2012, 8:26 p.m. UTC
The following changes since commit 9cbfee6dc200cc746394c7efc10253a24f3ce108:

  fw_env.h: fix comment (2012-02-11 22:18:38 +0100)

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

Dimitar Penev (2):
      Blackfin: pr1: new board port
      Blackfin: br4: new board port

Macpaul Lin (1):
      linkage.h: move from blackfin to common includes

Mike Frysinger (5):
      Blackfin: bf537-stamp: drop board reset workaround
      post: add blackfin to the post_time_ms list
      Blackfin: add in/out le32 variants
      Blackfin: bfin_nand: mark local func static
      Blackfin: pata_bfin: fix printf warning

 MAINTAINERS                                |    5 +
 arch/blackfin/cpu/cache.S                  |    2 +-
 arch/blackfin/include/asm/blackfin_local.h |    2 +-
 arch/blackfin/include/asm/cache.h          |    2 +-
 arch/blackfin/include/asm/io.h             |    2 +
 arch/blackfin/include/asm/linkage.h        |   50 +---------
 arch/blackfin/lib/__kgdb.S                 |    2 +-
 arch/blackfin/lib/outs.S                   |    2 +-
 board/bf537-stamp/bf537-stamp.c            |    7 --
 board/br4/Makefile                         |   50 +++++++++
 board/br4/br4.c                            |   30 ++++++
 board/br4/config.mk                        |   30 ++++++
 board/pr1/Makefile                         |   50 +++++++++
 board/pr1/config.mk                        |   30 ++++++
 board/pr1/pr1.c                            |   30 ++++++
 boards.cfg                                 |    2 +
 drivers/block/pata_bfin.c                  |    2 +-
 drivers/mtd/nand/bfin_nand.c               |    2 +-
 include/configs/br4.h                      |  157 ++++++++++++++++++++++++++++
 include/configs/pr1.h                      |  157 ++++++++++++++++++++++++++++
 include/linux/linkage.h                    |   76 +++++++++++++
 post/post.c                                |    3 +-
 22 files changed, 630 insertions(+), 63 deletions(-)
 create mode 100644 board/br4/Makefile
 create mode 100644 board/br4/br4.c
 create mode 100644 board/br4/config.mk
 create mode 100644 board/pr1/Makefile
 create mode 100644 board/pr1/config.mk
 create mode 100644 board/pr1/pr1.c
 create mode 100644 include/configs/br4.h
 create mode 100644 include/configs/pr1.h
 create mode 100644 include/linux/linkage.h

Comments

Wolfgang Denk Feb. 13, 2012, 10:14 p.m. UTC | #1
Dear Mike Frysinger,

In message <1329078374-32177-1-git-send-email-vapier@gentoo.org> you wrote:
> The following changes since commit 9cbfee6dc200cc746394c7efc10253a24f3ce108:
> 
>   fw_env.h: fix comment (2012-02-11 22:18:38 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-blackfin.git master
> 
> Dimitar Penev (2):
>       Blackfin: pr1: new board port
>       Blackfin: br4: new board port
> 
> Macpaul Lin (1):
>       linkage.h: move from blackfin to common includes
> 
> Mike Frysinger (5):
>       Blackfin: bf537-stamp: drop board reset workaround
>       post: add blackfin to the post_time_ms list
>       Blackfin: add in/out le32 variants
>       Blackfin: bfin_nand: mark local func static
>       Blackfin: pata_bfin: fix printf warning
> 
>  MAINTAINERS                                |    5 +
>  arch/blackfin/cpu/cache.S                  |    2 +-
>  arch/blackfin/include/asm/blackfin_local.h |    2 +-
>  arch/blackfin/include/asm/cache.h          |    2 +-
>  arch/blackfin/include/asm/io.h             |    2 +
>  arch/blackfin/include/asm/linkage.h        |   50 +---------
>  arch/blackfin/lib/__kgdb.S                 |    2 +-
>  arch/blackfin/lib/outs.S                   |    2 +-
>  board/bf537-stamp/bf537-stamp.c            |    7 --
>  board/br4/Makefile                         |   50 +++++++++
>  board/br4/br4.c                            |   30 ++++++
>  board/br4/config.mk                        |   30 ++++++
>  board/pr1/Makefile                         |   50 +++++++++
>  board/pr1/config.mk                        |   30 ++++++
>  board/pr1/pr1.c                            |   30 ++++++
>  boards.cfg                                 |    2 +
>  drivers/block/pata_bfin.c                  |    2 +-
>  drivers/mtd/nand/bfin_nand.c               |    2 +-
>  include/configs/br4.h                      |  157 ++++++++++++++++++++++++++++
>  include/configs/pr1.h                      |  157 ++++++++++++++++++++++++++++
>  include/linux/linkage.h                    |   76 +++++++++++++
>  post/post.c                                |    3 +-
>  22 files changed, 630 insertions(+), 63 deletions(-)
>  create mode 100644 board/br4/Makefile
>  create mode 100644 board/br4/br4.c
>  create mode 100644 board/br4/config.mk
>  create mode 100644 board/pr1/Makefile
>  create mode 100644 board/pr1/config.mk
>  create mode 100644 board/pr1/pr1.c
>  create mode 100644 include/configs/br4.h
>  create mode 100644 include/configs/pr1.h
>  create mode 100644 include/linux/linkage.h

Applied, thanks.

Best regards,

Wolfgang Denk