
The following changes since commit 53629f439cc9daba166812749d2cf3102aca7aac: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Anatolij Gustschin (1): ppc4xx: lwmon5: Update Lime initialization
Eugene OBrien (1): ppc4xx: Update AMCC Bamboo 440EP support
Grzegorz Bernacki (1): [ppc440SPe] Graceful recovery from machine check during PCIe configuration
Matthias Fuchs (1): new FPGA image for PLU405 board
Pavel Kolesnikov (1): POST: Add ECC POST for the lwmon5 board
Rafal Jaworowski (1): [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
Stefan Roese (13): ppc4xx: Change receive buffer handling in the 4xx emac driver ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup ppc4xx: Add new weak functions to support boardspecific DDR2 configuration ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup ppc4xx: Code cleanup Merge with git://www.denx.de/git/u-boot.git ppc4xx: Fix bug with default GPIO output value ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...) ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added ppc4xx: Only print ECC related info when the error bis are set ppc4xx: Update 440EPx lwmon5 board support ppc4xx: Code cleanup
CHANGELOG | 59 + MAKEALL | 12 +- Makefile | 10 +- board/amcc/bamboo/bamboo.c | 321 ++++-- board/amcc/bamboo/init.S | 3 +- board/amcc/bamboo/u-boot.lds | 2 - board/amcc/common/flash.c | 18 +- board/amcc/luan/luan.c | 7 + board/amcc/yucca/yucca.c | 34 + board/esd/plu405/fpgadata.c | 2339 +++++++++++++++++++------------------ board/lwmon5/lwmon5.c | 89 ++- board/lwmon5/sdram.c | 38 +- cpu/ppc4xx/440spe_pcie.c | 47 +- cpu/ppc4xx/440spe_pcie.h | 19 +- cpu/ppc4xx/44x_spd_ddr.c | 5 +- cpu/ppc4xx/44x_spd_ddr2.c | 58 +- cpu/ppc4xx/4xx_enet.c | 8 +- cpu/ppc4xx/gpio.c | 4 +- cpu/ppc4xx/tlb.c | 62 +- cpu/ppc4xx/traps.c | 49 +- include/asm-ppc/mmu.h | 3 + include/common.h | 8 +- include/configs/bamboo.h | 2 + include/configs/luan.h | 1 - include/configs/lwmon5.h | 33 +- include/post.h | 1 + include/ppc440.h | 13 + lib_ppc/extable.c | 2 +- post/board/lwmon5/Makefile | 29 + post/board/lwmon5/ecc.c | 267 +++++ post/cpu/ppc4xx/fpu.c | 2 +- post/post.c | 8 +- post/tests.c | 13 + 64 files changed, 3950 insertions(+), 1670 deletions(-) create mode 100644 post/board/lwmon5/Makefile create mode 100644 post/board/lwmon5/ecc.c