From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 4 Jan 2008 12:08:25 +0100 Subject: [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git In-Reply-To: <200712310813.55920.sr@denx.de> References: <20070423123237.295A13535D2@atlas.denx.de> <200712310736.09082.sr@denx.de> <200712310813.55920.sr@denx.de> Message-ID: <200801041208.25558.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 (4): 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 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 (1): ppc4xx: Fix Sequoia NAND booting target 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/gpio.c | 63 +++-- include/asm-ppc/gpio.h | 1 + include/configs/korat.h | 153 ++++++++++- include/configs/sequoia.h | 77 +++++ nand_spl/board/amcc/sequoia/Makefile | 6 +- 14 files changed, 333 insertions(+), 2711 deletions(-) delete mode 100644 board/amcc/sequoia/sdram.h delete mode 100644 board/esd/pmc440/sdram.h delete mode 100644 board/lwmon5/sdram.h