mbox

[U-Boot] Please pull u-boot-ppc4xx/next

Message ID 201012171115.56454.sr@denx.de
State Accepted
Headers show

Pull-request

git://www.denx.de/git/u-boot-ppc4xx.git next

Message

Stefan Roese Dec. 17, 2010, 10:15 a.m. UTC
Hi Wolfgang,

The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:

  powerpc/nand spl: link libgcc (2010-12-16 23:19:14 +0100)

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

Ricardo Ribalda Delgado (1):
      xilinx-ppc4xx-generic: Use common u-boot.lds

Stefan Roese (4):
      ppc4xx: t3corp: Add support for the Xilinx DS617 flash chip
      ppc4xx: Clarify comment about boot chip-select in start.S
      ppc4xx: Update lwmon5 board support
      ppc4xx/POST: Change ethernet test loop count to a default of 10

 arch/powerpc/cpu/ppc4xx/start.S            |   28 +++---
 arch/powerpc/cpu/ppc4xx/u-boot.lds         |    8 ++
 board/lwmon5/sdram.c                       |   22 ++++-
 board/t3corp/t3corp.c                      |   38 ++++++++
 board/xilinx/ppc405-generic/Makefile       |    4 +-
 board/xilinx/ppc405-generic/u-boot-ram.lds |  131 -------------------------
 board/xilinx/ppc405-generic/u-boot-rom.lds |  141 ---------------------------
 board/xilinx/ppc440-generic/Makefile       |    4 +-
 board/xilinx/ppc440-generic/u-boot-ram.lds |  132 --------------------------
 board/xilinx/ppc440-generic/u-boot-rom.lds |  142 ----------------------------
 boards.cfg                                 |   20 ++--
 include/configs/lwmon5.h                   |   22 +++--
 include/configs/t3corp.h                   |   18 +++-
 include/configs/xilinx-ppc.h               |    1 +
 post/cpu/ppc4xx/ether.c                    |   35 ++++---
 15 files changed, 142 insertions(+), 604 deletions(-)
 delete mode 100644 board/xilinx/ppc405-generic/u-boot-ram.lds
 delete mode 100644 board/xilinx/ppc405-generic/u-boot-rom.lds
 delete mode 100644 board/xilinx/ppc440-generic/u-boot-ram.lds
 delete mode 100644 board/xilinx/ppc440-generic/u-boot-rom.lds

Comments

Wolfgang Denk Dec. 17, 2010, 7:11 p.m. UTC | #1
Dear Stefan Roese,

In message <201012171115.56454.sr@denx.de> you wrote:
> Hi Wolfgang,
> 
> The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:
> 
>   powerpc/nand spl: link libgcc (2010-12-16 23:19:14 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-ppc4xx.git next
> 
> Ricardo Ribalda Delgado (1):
>       xilinx-ppc4xx-generic: Use common u-boot.lds
> 
> Stefan Roese (4):
>       ppc4xx: t3corp: Add support for the Xilinx DS617 flash chip
>       ppc4xx: Clarify comment about boot chip-select in start.S
>       ppc4xx: Update lwmon5 board support
>       ppc4xx/POST: Change ethernet test loop count to a default of 10
> 
>  arch/powerpc/cpu/ppc4xx/start.S            |   28 +++---
>  arch/powerpc/cpu/ppc4xx/u-boot.lds         |    8 ++
>  board/lwmon5/sdram.c                       |   22 ++++-
>  board/t3corp/t3corp.c                      |   38 ++++++++
>  board/xilinx/ppc405-generic/Makefile       |    4 +-
>  board/xilinx/ppc405-generic/u-boot-ram.lds |  131 -------------------------
>  board/xilinx/ppc405-generic/u-boot-rom.lds |  141 ---------------------------
>  board/xilinx/ppc440-generic/Makefile       |    4 +-
>  board/xilinx/ppc440-generic/u-boot-ram.lds |  132 --------------------------
>  board/xilinx/ppc440-generic/u-boot-rom.lds |  142 ----------------------------
>  boards.cfg                                 |   20 ++--
>  include/configs/lwmon5.h                   |   22 +++--
>  include/configs/t3corp.h                   |   18 +++-
>  include/configs/xilinx-ppc.h               |    1 +
>  post/cpu/ppc4xx/ether.c                    |   35 ++++---
>  15 files changed, 142 insertions(+), 604 deletions(-)
>  delete mode 100644 board/xilinx/ppc405-generic/u-boot-ram.lds
>  delete mode 100644 board/xilinx/ppc405-generic/u-boot-rom.lds
>  delete mode 100644 board/xilinx/ppc440-generic/u-boot-ram.lds
>  delete mode 100644 board/xilinx/ppc440-generic/u-boot-rom.lds

Applied to "next", thanks.

Best regards,

Wolfgang Denk