From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 27 Mar 2008 11:30:57 +0100 Subject: [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git In-Reply-To: <200803150800.56448.sr@denx.de> References: <20070423123237.295A13535D2@atlas.denx.de> <200803070923.05639.sr@denx.de> <200803150800.56448.sr@denx.de> Message-ID: <200803271130.57761.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Larry Johnson (1): ppc4xx: Updates to Korat-specific code Markus Brunner (1): ppc4xx: PPC405EP Set EMAC noise filter bits Mike Nuss (1): ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx Pieter Voorthuijsen (1): ppc4xx: Enable cache support on the ALPR board Stefan Roese (9): 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 MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 9 +- README | 21 +++ board/amcc/canyonlands/canyonlands.c | 27 +++-- board/amcc/canyonlands/u-boot.lds | 2 - 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/interrupts.c | 7 +- doc/README.korat | 51 ++++++++ include/configs/alpr.h | 14 ++- include/configs/canyonlands.h | 125 +++++++++++++++++-- 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 +++ 25 files changed, 877 insertions(+), 189 deletions(-) create mode 100644 board/korat/u-boot-F7FC.lds create mode 100644 doc/README.korat