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

Stefan Roese sr at denx.de
Mon Mar 31 12:28:55 CEST 2008


The following changes since commit 234ea73c660cfd0b1c98de00995c32d4152d202f:
  Wolfgang Denk (1):
        Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master

are available in the git repository at:

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


Wolgang, this is an update for the last pull-request with some addional patches
applied. Thanks.


Larry Johnson (2):
      ppc4xx: Updates to Korat-specific code
      ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup

Markus Brunner (1):
      ppc4xx: PPC405EP Set EMAC noise filter bits

Matthias Fuchs (3):
      ppc4xx: Minor updates for DU440 boards
      ppc4xx: Add ptm configuration variables for PMC440
      ppc4xx: Cleanup PMC440 board support

Mike Nuss (1):
      ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx

Pieter Voorthuijsen (1):
      ppc4xx: Enable cache support on the ALPR board

Stefan Roese (12):
      ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
      ppc4xx: Add AMCC Glacier 406GT eval board support
      ppc4xx: Fix compilation warning in 4xx_enet.c
      ppc4xx: Correctly pass phyiscal FLASH base address into dtb
      ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
      ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
      ppc4xx: Add fdt support to Prodrive alpr
      ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
      ppc4xx: Enable ECC on LWMON5
      ppc: Small change to CFG_MEM_TOP_HIDE description
      ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
      ppc4xx: Small whitespace fix of esd patches

 MAINTAINERS                          |    1 +
 MAKEALL                              |    1 +
 Makefile                             |    9 +-
 README                               |   21 +++
 board/amcc/canyonlands/canyonlands.c |   69 ++++++--
 board/amcc/canyonlands/u-boot.lds    |    2 -
 board/esd/du440/du440.c              |    5 +-
 board/esd/du440/du440.h              |    1 +
 board/esd/pmc440/cmd_pmc440.c        |   53 +++---
 board/esd/pmc440/pmc440.c            |  313 +++++++++++++++++-----------------
 board/korat/config.mk                |   16 ++-
 board/korat/init.S                   |   31 +++-
 board/korat/korat.c                  |  232 ++++++++++++++++++++-----
 board/korat/u-boot-F7FC.lds          |  143 ++++++++++++++++
 board/lwmon5/sdram.c                 |   90 +++--------
 board/prodrive/alpr/alpr.c           |   25 +++-
 board/prodrive/alpr/init.S           |    9 +
 cpu/ppc4xx/4xx_enet.c                |   56 ++++++-
 cpu/ppc4xx/cpu_init.c                |  102 +++++++++++-
 cpu/ppc4xx/denali_spd_ddr2.c         |   27 ++--
 cpu/ppc4xx/interrupts.c              |    7 +-
 doc/README.korat                     |   51 ++++++
 include/configs/DU440.h              |   16 +-
 include/configs/alpr.h               |   14 ++-
 include/configs/canyonlands.h        |  126 +++++++++++++--
 include/configs/korat.h              |   67 +++++---
 include/configs/lwmon5.h             |    8 +-
 include/configs/sequoia.h            |    4 +-
 include/ppc440.h                     |    4 +
 include/ppc4xx_enet.h                |    4 +
 lib_ppc/board.c                      |   17 ++
 31 files changed, 1127 insertions(+), 397 deletions(-)
 create mode 100644 board/korat/u-boot-F7FC.lds
 create mode 100644 doc/README.korat




More information about the U-Boot mailing list