From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 28 Jul 2009 07:29:23 +0200 Subject: [U-Boot] Please pull u-boot-ppc4xx/master Message-ID: <200907280729.23996.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 10c7604d021949464b1e4ba903df95e6b2f0d2ff: Wolfgang Denk (1): Prepare 2009.08-rc1 are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Dirk Eibach (1): ppc4xx: Add GDsys CompactCenter board support. Stefan Roese (4): ppc4xx: Fix Arches DDR2 initialization ppc4xx: Kilauea: Fix SDRAM init in NAND booting version ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup MAINTAINERS | 2 + MAKEALL | 2 + Makefile | 8 + board/amcc/canyonlands/canyonlands.c | 45 ++-- board/amcc/kilauea/chip_config.c | 24 ++- board/gdsys/compactcenter/Makefile | 53 ++++ board/gdsys/compactcenter/chip_config.c | 87 ++++++ board/gdsys/compactcenter/compactcenter.c | 297 ++++++++++++++++++++ board/gdsys/compactcenter/config.mk | 41 +++ board/gdsys/compactcenter/init.S | 97 +++++++ board/gdsys/compactcenter/u-boot.lds | 144 ++++++++++ include/configs/compactcenter.h | 437 +++++++++++++++++++++++++++++ include/configs/kilauea.h | 2 + 13 files changed, 1208 insertions(+), 31 deletions(-) create mode 100644 board/gdsys/compactcenter/Makefile create mode 100644 board/gdsys/compactcenter/chip_config.c create mode 100644 board/gdsys/compactcenter/compactcenter.c create mode 100644 board/gdsys/compactcenter/config.mk create mode 100644 board/gdsys/compactcenter/init.S create mode 100644 board/gdsys/compactcenter/u-boot.lds create mode 100644 include/configs/compactcenter.h