From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 5 Jan 2008 10:21:58 +0100 Subject: [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git In-Reply-To: <200801041208.25558.sr@denx.de> References: <20070423123237.295A13535D2@atlas.denx.de> <200712310813.55920.sr@denx.de> <200801041208.25558.sr@denx.de> Message-ID: <200801051021.58236.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 5c740711f0ea5b51414b341b71597c4a0751be74: Jon Loeliger (1): 8610: Move include of config.h earlier. are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Larry Johnson (5): PPC4xx: Use common code for Sequoia board SDRAM support PPC4xx: Remove sdram.h from board/amcc/sequoia PPC4xx: Use common code for LWMON5 board SDRAM support PPC4xx: Remove sdram.h from board/lwmon5 ppc4xx: Remove weak binding from common Denali data-eye search code Lawrence R. Johnson (3): ppc4xx: Add functionality to GPIO support ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board Matthias Fuchs (3): ppc4xx: More cleanup for esd's LCD code ppc4xx: use common denali core defines and data eye search code for PMC440 ppc4xx: Remove sdram.h from PMC440 board Stefan Roese (4): ppc4xx: Fix Sequoia NAND booting target ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c Merge branch 'katmai-ddr-gda' board/amcc/katmai/katmai.c | 14 +- board/amcc/sequoia/sdram.c | 344 +----------------------- board/amcc/sequoia/sdram.h | 505 ---------------------------------- board/amcc/sequoia/sequoia.c | 31 +-- board/esd/common/lcd.c | 38 ++-- board/esd/pmc440/sdram.c | 342 +----------------------- board/esd/pmc440/sdram.h | 505 ---------------------------------- board/korat/korat.c | 117 +-------- board/lwmon5/sdram.c | 357 ++----------------------- board/lwmon5/sdram.h | 505 ---------------------------------- cpu/ppc4xx/44x_spd_ddr2.c | 96 +++---- cpu/ppc4xx/denali_data_eye.c | 7 - cpu/ppc4xx/gpio.c | 63 +++-- include/asm-ppc/gpio.h | 1 + include/configs/katmai.h | 1 + include/configs/korat.h | 153 ++++++++++- include/configs/sequoia.h | 77 +++++ include/ppc440.h | 12 +- nand_spl/board/amcc/sequoia/Makefile | 6 +- 19 files changed, 394 insertions(+), 2780 deletions(-) delete mode 100644 board/amcc/sequoia/sdram.h delete mode 100644 board/esd/pmc440/sdram.h delete mode 100644 board/lwmon5/sdram.h