mbox

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

Message ID 51F20E34.4050405@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Stefan Roese July 26, 2013, 5:50 a.m. UTC
Hi Tom,

please pull the following patches:

The following changes since commit aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c:

  Merge branch 'master' of git://git.denx.de/u-boot-nds32 (2013-07-25 08:51:51 -0400)

are available in the git repository at:


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

for you to fetch changes up to 28437154649db9f4445b93f278199e34b0447a57:

  powerpc/ppc4xx: Remove CONFIG_SYS_FLASH_PROTECTION from gdsys boards (2013-07-25 19:35:42 +0200)

----------------------------------------------------------------
Dirk Eibach (6):
      powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA
      powerpc/ppc4xx: Add gdsys mclink interface
      powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers
      powerpc/ppc4xx: Support gdsys multichannel iocon hardware
      powerpc/ppc4xx: Consider gdsys FPGA OSD size
      powerpc/ppc4xx: Remove CONFIG_SYS_FLASH_PROTECTION from gdsys boards

 board/gdsys/405ep/405ep.c        |  22 +-
 board/gdsys/405ep/dlvision-10g.c |  18 +-
 board/gdsys/405ep/io.c           |  16 +-
 board/gdsys/405ep/iocon.c        | 486 +++++++++++++++++++++++++++++++++++----
 board/gdsys/405ep/neo.c          |  13 +-
 board/gdsys/405ex/405ex.c        |  22 +-
 board/gdsys/405ex/io64.c         |  34 +--
 board/gdsys/common/Makefile      |   4 +-
 board/gdsys/common/fpga.c        |  41 ++++
 board/gdsys/common/mclink.c      | 153 ++++++++++++
 board/gdsys/common/mclink.h      |  31 +++
 board/gdsys/common/osd.c         | 118 ++++++----
 common/Makefile                  |   1 +
 common/cmd_fpgad.c               | 100 ++++++++
 include/configs/dlvision-10g.h   |   9 +-
 include/configs/dlvision.h       |   3 +-
 include/configs/io.h             |   8 +-
 include/configs/io64.h           |   6 +
 include/configs/iocon.h          |  60 ++++-
 include/configs/neo.h            |   8 +-
 include/gdsys_fpga.h             |  58 ++++-
 21 files changed, 1040 insertions(+), 171 deletions(-)
 create mode 100644 board/gdsys/common/fpga.c
 create mode 100644 board/gdsys/common/mclink.c
 create mode 100644 board/gdsys/common/mclink.h
 create mode 100644 common/cmd_fpgad.c

Comments

Tom Rini July 26, 2013, 11:35 p.m. UTC | #1
On Fri, Jul 26, 2013 at 07:50:44AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following patches:
> 
> The following changes since commit aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-nds32 (2013-07-25 08:51:51 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> for you to fetch changes up to 28437154649db9f4445b93f278199e34b0447a57:
> 
>   powerpc/ppc4xx: Remove CONFIG_SYS_FLASH_PROTECTION from gdsys boards (2013-07-25 19:35:42 +0200)
> 
> ----------------------------------------------------------------
> Dirk Eibach (6):
>       powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA
>       powerpc/ppc4xx: Add gdsys mclink interface
>       powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers
>       powerpc/ppc4xx: Support gdsys multichannel iocon hardware
>       powerpc/ppc4xx: Consider gdsys FPGA OSD size
>       powerpc/ppc4xx: Remove CONFIG_SYS_FLASH_PROTECTION from gdsys boards
> 
>  board/gdsys/405ep/405ep.c        |  22 +-
>  board/gdsys/405ep/dlvision-10g.c |  18 +-
>  board/gdsys/405ep/io.c           |  16 +-
>  board/gdsys/405ep/iocon.c        | 486 +++++++++++++++++++++++++++++++++++----
>  board/gdsys/405ep/neo.c          |  13 +-
>  board/gdsys/405ex/405ex.c        |  22 +-
>  board/gdsys/405ex/io64.c         |  34 +--
>  board/gdsys/common/Makefile      |   4 +-
>  board/gdsys/common/fpga.c        |  41 ++++
>  board/gdsys/common/mclink.c      | 153 ++++++++++++
>  board/gdsys/common/mclink.h      |  31 +++
>  board/gdsys/common/osd.c         | 118 ++++++----
>  common/Makefile                  |   1 +
>  common/cmd_fpgad.c               | 100 ++++++++
>  include/configs/dlvision-10g.h   |   9 +-
>  include/configs/dlvision.h       |   3 +-
>  include/configs/io.h             |   8 +-
>  include/configs/io64.h           |   6 +
>  include/configs/iocon.h          |  60 ++++-
>  include/configs/neo.h            |   8 +-
>  include/gdsys_fpga.h             |  58 ++++-
>  21 files changed, 1040 insertions(+), 171 deletions(-)
>  create mode 100644 board/gdsys/common/fpga.c
>  create mode 100644 board/gdsys/common/mclink.c
>  create mode 100644 board/gdsys/common/mclink.h
>  create mode 100644 common/cmd_fpgad.c

Applied to u-boot/master, thanks!