From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 25 Nov 2008 09:18:49 +0100 Subject: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Message-ID: <200811250918.49961.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 Hi Wolfgang, here an updated pull request after some more fixup patches: The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1: Selvamuthukumar (1): Align end of bss by 4 bytes are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Dave Mitchell (2): ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization Matthias Fuchs (3): ppc4xx: Remove unused code from PCI405 code ppc4xx: Use correct io accessors for PCI405 ppc4xx: Remove unused features Michal Simek (1): ppc4xx: ml300 remove Xilinx BSP from ml300 folder Stefan Roese (2): ppc4xx: Clear all potentially pending exceptions in MCSR ppc4xx: ML2 shouldn't include the 4xx EMAC driver Steven A. Falco (1): ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h Yuri Tikhonov (1): ppc4xx: katmai: Change default config board/amcc/canyonlands/init.S | 2 +- board/amcc/luan/luan.c | 23 +- board/esd/pci405/cmd_pci405.c | 871 -------------------- board/esd/pci405/pci405.c | 51 +- board/ml2/u-boot.lds | 1 - .../ml300/sw_services/uboot_v1_00_a/data/Ltypes | 55 -- .../uboot_v1_00_a/data/uboot_v2_1_0.mld | 52 -- .../uboot_v1_00_a/data/uboot_v2_1_0.tcl | 325 -------- cpu/ppc4xx/start.S | 70 +- include/asm-ppc/ppc4xx-isram.h | 75 ++ include/configs/PCI405.h | 57 +-- include/configs/canyonlands.h | 2 +- include/configs/katmai.h | 8 + include/ppc440.h | 54 +-- 14 files changed, 167 insertions(+), 1479 deletions(-) delete mode 100644 board/xilinx/ml300/sw_services/uboot_v1_00_a/data/Ltypes delete mode 100644 board/xilinx/ml300/sw_services/uboot_v1_00_a/data/uboot_v2_1_0.mld delete mode 100644 board/xilinx/ml300/sw_services/uboot_v1_00_a/data/uboot_v2_1_0.tcl create mode 100644 include/asm-ppc/ppc4xx-isram.h