mbox

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

Message ID 201204301511.39045.sr@denx.de
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Stefan Roese April 30, 2012, 1:11 p.m. UTC
Hi Wolfgang,

please pull the following updates from Dirk:

The following changes since commit 415d386877df49eb051b85ef74fa59a16dc17c7d:

  Prepare v2012.04.01 (2012-04-25 15:22:50 +0200)

are available in the git repository at:

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

for you to fetch changes up to 0e60aa85c82863f34cb13145caa1d0c5255b977b:

  powerpc/ppc4xx: Remove typedefs for gdsys FPGA (2012-04-30 15:01:29 +0200)

----------------------------------------------------------------
Dirk Eibach (7):
      powerpc/ppc4xx: Adjust environment size on neo
      powerpc/ppc4xx: Make gdsys 405ep boards reset more generic
      powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes
      powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20
      powerpc/ppc4xx: Update gdsys board configurations
      powerpc/ppc4xx: Fix typo in gdsys_fpga.h
      powerpc/ppc4xx: Remove typedefs for gdsys FPGA

 board/gdsys/405ep/405ep.c        |   45 +++++------
 board/gdsys/405ep/405ep.h        |   10 +++
 board/gdsys/405ep/Makefile       |    1 +
 board/gdsys/405ep/dlvision-10g.c |   80 +++++++++++++++----
 board/gdsys/405ep/io.c           |   79 +++++++++++++++----
 board/gdsys/405ep/iocon.c        |   70 +++++++++++++----
 board/gdsys/405ep/neo.c          |  161 ++++++++++++++++++++++++++++++++++++++
 board/gdsys/405ex/405ex.c        |    3 +-
 board/gdsys/405ex/io64.c         |    6 +-
 board/gdsys/common/osd.c         |   18 ++---
 board/gdsys/neo/Makefile         |   45 -----------
 board/gdsys/neo/neo.c            |  102 ------------------------
 boards.cfg                       |    2 +-
 include/configs/dlvision-10g.h   |    9 ++-
 include/configs/gdppc440etx.h    |    4 +
 include/configs/intip.h          |    4 +-
 include/configs/io.h             |   13 ++-
 include/configs/io64.h           |    2 +-
 include/configs/iocon.h          |    9 ++-
 include/configs/neo.h            |   96 +++++++++++++----------
 include/gdsys_fpga.h             |   49 +++++++-----
 21 files changed, 507 insertions(+), 301 deletions(-)
 create mode 100644 board/gdsys/405ep/405ep.h
 create mode 100644 board/gdsys/405ep/neo.c
 delete mode 100644 board/gdsys/neo/Makefile
 delete mode 100644 board/gdsys/neo/neo.c

Comments

Wolfgang Denk April 30, 2012, 2:57 p.m. UTC | #1
Dear Stefan Roese,

In message <201204301511.39045.sr@denx.de> you wrote:
> Hi Wolfgang,
> 
> please pull the following updates from Dirk:
> 
> The following changes since commit 415d386877df49eb051b85ef74fa59a16dc17c7d:
> 
>   Prepare v2012.04.01 (2012-04-25 15:22:50 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> for you to fetch changes up to 0e60aa85c82863f34cb13145caa1d0c5255b977b:
> 
>   powerpc/ppc4xx: Remove typedefs for gdsys FPGA (2012-04-30 15:01:29 +0200)
> 
> ----------------------------------------------------------------
> Dirk Eibach (7):
>       powerpc/ppc4xx: Adjust environment size on neo
>       powerpc/ppc4xx: Make gdsys 405ep boards reset more generic
>       powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes
>       powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20
>       powerpc/ppc4xx: Update gdsys board configurations
>       powerpc/ppc4xx: Fix typo in gdsys_fpga.h
>       powerpc/ppc4xx: Remove typedefs for gdsys FPGA
> 
>  board/gdsys/405ep/405ep.c        |   45 +++++------
>  board/gdsys/405ep/405ep.h        |   10 +++
>  board/gdsys/405ep/Makefile       |    1 +
>  board/gdsys/405ep/dlvision-10g.c |   80 +++++++++++++++----
>  board/gdsys/405ep/io.c           |   79 +++++++++++++++----
>  board/gdsys/405ep/iocon.c        |   70 +++++++++++++----
>  board/gdsys/405ep/neo.c          |  161 ++++++++++++++++++++++++++++++++++++++
>  board/gdsys/405ex/405ex.c        |    3 +-
>  board/gdsys/405ex/io64.c         |    6 +-
>  board/gdsys/common/osd.c         |   18 ++---
>  board/gdsys/neo/Makefile         |   45 -----------
>  board/gdsys/neo/neo.c            |  102 ------------------------
>  boards.cfg                       |    2 +-
>  include/configs/dlvision-10g.h   |    9 ++-
>  include/configs/gdppc440etx.h    |    4 +
>  include/configs/intip.h          |    4 +-
>  include/configs/io.h             |   13 ++-
>  include/configs/io64.h           |    2 +-
>  include/configs/iocon.h          |    9 ++-
>  include/configs/neo.h            |   96 +++++++++++++----------
>  include/gdsys_fpga.h             |   49 +++++++-----
>  21 files changed, 507 insertions(+), 301 deletions(-)
>  create mode 100644 board/gdsys/405ep/405ep.h
>  create mode 100644 board/gdsys/405ep/neo.c
>  delete mode 100644 board/gdsys/neo/Makefile
>  delete mode 100644 board/gdsys/neo/neo.c

Applied, thanks.

Best regards,

Wolfgang Denk