mbox

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

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

Pull-request

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

Message

Stefan Roese Jan. 10, 2012, 7:42 a.m. UTC
Hi Wolfgang,

please pull the following changes:

The following changes since commit 9a420986cccc9bd2c37affd931d627b3c3e72952:

  ARM: highbank: enable networking and pxe (2012-01-05 20:10:38 +0100)

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

David Müller (4):
      board/mpl/common: remove the old legacy flash
      board/mpl/pip405: use the CFI driver for the PIP405 board
      board/mpl/mip405: use the CFI driver for the MIP405/MIP405T board
      board/mpl/pati: use the CFI driver for the PATI board

Dirk Eibach (1):
      ppc4xx: Setup HICB on Io64

 board/gdsys/405ex/io64.c       |   16 +
 board/mpl/common/common_util.c |  202 ++++++++--
 board/mpl/common/common_util.h |    4 +
 board/mpl/common/flash.c       |  872 ----------------------------------------
 board/mpl/mip405/Makefile      |    6 +-
 board/mpl/mip405/mip405.c      |   22 +-
 board/mpl/pati/Makefile        |    4 +-
 board/mpl/pip405/Makefile      |   11 +-
 board/mpl/pip405/pip405.c      |   23 +-
 include/configs/MIP405.h       |   15 +-
 include/configs/PATI.h         |   13 +-
 include/configs/PIP405.h       |   16 +-
 include/gdsys_fpga.h           |    5 +-
 13 files changed, 287 insertions(+), 922 deletions(-)
 delete mode 100644 board/mpl/common/flash.c

Comments

Wolfgang Denk Jan. 13, 2012, 7:12 p.m. UTC | #1
Dear Stefan Roese,

In message <201201100842.58840.sr@denx.de> you wrote:
> Hi Wolfgang,
>
> please pull the following changes:
>
> The following changes since commit 9a420986cccc9bd2c37affd931d627b3c3e72952:
>
>   ARM: highbank: enable networking and pxe (2012-01-05 20:10:38 +0100)
>
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-ppc4xx.git master
>
> David Müller (4):
>       board/mpl/common: remove the old legacy flash
>       board/mpl/pip405: use the CFI driver for the PIP405 board
>       board/mpl/mip405: use the CFI driver for the MIP405/MIP405T board
>       board/mpl/pati: use the CFI driver for the PATI board
>
> Dirk Eibach (1):
>       ppc4xx: Setup HICB on Io64
>
>  board/gdsys/405ex/io64.c       |   16 +
>  board/mpl/common/common_util.c |  202 ++++++++--
>  board/mpl/common/common_util.h |    4 +
>  board/mpl/common/flash.c       |  872 ------------------------------------> ----
>  board/mpl/mip405/Makefile      |    6 +-
>  board/mpl/mip405/mip405.c      |   22 +-
>  board/mpl/pati/Makefile        |    4 +-
>  board/mpl/pip405/Makefile      |   11 +-
>  board/mpl/pip405/pip405.c      |   23 +-
>  include/configs/MIP405.h       |   15 +-
>  include/configs/PATI.h         |   13 +-
>  include/configs/PIP405.h       |   16 +-
>  include/gdsys_fpga.h           |    5 +-
>  13 files changed, 287 insertions(+), 922 deletions(-)
>  delete mode 100644 board/mpl/common/flash.c

Applied, thanks.

Best regards,

Wolfgang Denk