mbox

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

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

Pull-request

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

Message

Stefan Roese Feb. 7, 2011, 10:38 a.m. UTC
Hi Wolfgang

please pull the following patch (initial version posted before the merge-window closed):

The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:

  Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)

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

Dirk Eibach (1):
      ppc4xx: Add DLVision-10G board support

 MAINTAINERS                            |    1 +
 arch/powerpc/include/asm/global_data.h |    3 +
 board/gdsys/405ep/405ep.c              |   66 ++++++--
 board/gdsys/405ep/Makefile             |    1 +
 board/gdsys/405ep/dlvision-10g.c       |  239 ++++++++++++++++++++++++
 board/gdsys/405ep/io.c                 |   19 +--
 board/gdsys/405ep/iocon.c              |   24 +--
 board/gdsys/common/Makefile            |    1 +
 board/gdsys/common/fpga.h              |   37 ----
 board/gdsys/common/osd.c               |  309 +++++++++++++++++++++++--------
 board/gdsys/common/osd.h               |    2 +-
 boards.cfg                             |    1 +
 include/configs/dlvision-10g.h         |  316 ++++++++++++++++++++++++++++++++
 include/configs/io.h                   |    8 +-
 include/configs/iocon.h                |   25 ++-
 include/gdsys_fpga.h                   |  108 +++++++++++
 16 files changed, 994 insertions(+), 166 deletions(-)
 create mode 100644 board/gdsys/405ep/dlvision-10g.c
 delete mode 100644 board/gdsys/common/fpga.h
 create mode 100644 include/configs/dlvision-10g.h
 create mode 100644 include/gdsys_fpga.h

Comments

Wolfgang Denk Feb. 9, 2011, 7:54 p.m. UTC | #1
Dear Stefan Roese,

In message <201102071138.38372.sr@denx.de> you wrote:
> Hi Wolfgang
> 
> please pull the following patch (initial version posted before the merge-window closed):
> 
> The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:
> 
>   Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Dirk Eibach (1):
>       ppc4xx: Add DLVision-10G board support
> 
>  MAINTAINERS                            |    1 +
>  arch/powerpc/include/asm/global_data.h |    3 +
>  board/gdsys/405ep/405ep.c              |   66 ++++++--
>  board/gdsys/405ep/Makefile             |    1 +
>  board/gdsys/405ep/dlvision-10g.c       |  239 ++++++++++++++++++++++++
>  board/gdsys/405ep/io.c                 |   19 +--
>  board/gdsys/405ep/iocon.c              |   24 +--
>  board/gdsys/common/Makefile            |    1 +
>  board/gdsys/common/fpga.h              |   37 ----
>  board/gdsys/common/osd.c               |  309 +++++++++++++++++++++++--------
>  board/gdsys/common/osd.h               |    2 +-
>  boards.cfg                             |    1 +
>  include/configs/dlvision-10g.h         |  316 ++++++++++++++++++++++++++++++++
>  include/configs/io.h                   |    8 +-
>  include/configs/iocon.h                |   25 ++-
>  include/gdsys_fpga.h                   |  108 +++++++++++
>  16 files changed, 994 insertions(+), 166 deletions(-)
>  create mode 100644 board/gdsys/405ep/dlvision-10g.c
>  delete mode 100644 board/gdsys/common/fpga.h
>  create mode 100644 include/configs/dlvision-10g.h
>  create mode 100644 include/gdsys_fpga.h

Applied, thanks.

Best regards,

Wolfgang Denk