
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