[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

Stefan Roese sr at denx.de
Mon Jan 26 10:47:36 CET 2009


The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

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

Dirk Eibach (2):
      ppc4xx: Improve DDR autodetect
      ppc4xx: Add GDsys PowerPC 440 ETX board support.

Matthias Fuchs (1):
      ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files

Stefan Roese (1):
      ppc4xx: Remove compilation warning in gdppc440etc.c

 MAINTAINERS                           |    1 +
 MAKEALL                               |    1 +
 Makefile                              |    3 +
 board/gdsys/gdppc440etx/Makefile      |   51 +++++
 board/gdsys/gdppc440etx/config.mk     |   44 +++++
 board/gdsys/gdppc440etx/gdppc440etx.c |  323 +++++++++++++++++++++++++++++++++
 board/gdsys/gdppc440etx/init.S        |   75 ++++++++
 board/gdsys/gdppc440etx/u-boot.lds    |  144 +++++++++++++++
 cpu/ppc4xx/sdram.c                    |   55 +++++-
 include/configs/ASH405.h              |    1 -
 include/configs/CATcenter.h           |    1 -
 include/configs/CMS700.h              |    1 -
 include/configs/CPCI2DP.h             |    1 -
 include/configs/CPCI405.h             |    1 -
 include/configs/CPCI4052.h            |    1 -
 include/configs/CPCI405AB.h           |    1 -
 include/configs/CPCI405DT.h           |    1 -
 include/configs/DP405.h               |    1 -
 include/configs/G2000.h               |    1 -
 include/configs/HH405.h               |    1 -
 include/configs/HUB405.h              |    1 -
 include/configs/OCRTC.h               |    1 -
 include/configs/ORSG.h                |    1 -
 include/configs/PCI405.h              |    1 -
 include/configs/PLU405.h              |    1 -
 include/configs/PMC405.h              |    1 -
 include/configs/PPChameleonEVB.h      |    1 -
 include/configs/VOH405.h              |    1 -
 include/configs/VOM405.h              |    1 -
 include/configs/WUH405.h              |    1 -
 include/configs/csb272.h              |    1 -
 include/configs/csb472.h              |    1 -
 include/configs/gdppc440etx.h         |  194 ++++++++++++++++++++
 include/configs/sbc405.h              |    1 -
 34 files changed, 886 insertions(+), 29 deletions(-)
 create mode 100644 board/gdsys/gdppc440etx/Makefile
 create mode 100644 board/gdsys/gdppc440etx/config.mk
 create mode 100644 board/gdsys/gdppc440etx/gdppc440etx.c
 create mode 100644 board/gdsys/gdppc440etx/init.S
 create mode 100644 board/gdsys/gdppc440etx/u-boot.lds
 create mode 100644 include/configs/gdppc440etx.h


More information about the U-Boot mailing list