
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
John Otken (1): ppc4xx: Add support for AMCC 405EP Taihu board
Matthias Fuchs (1): new FPGA image for PLU405 board
Niklaus Giger (8): Add PPC4xx-HCU4 and HCU5 boards: Infrastructure Add PPC4xx-HCU4 and HCU5 boards: READMEs Add PPC4xx-HCU4 and HCU5 boards: HCU4 config Add PPC4xx-HCU4 and HCU5 boards: HCU5 config Add PPC4xx-HCU4 and HCU5 boards: make related Add PPC4xx-HCU4 and HCU5 boards: common files Add PPC4xx-HCU4 and HCU5 boards: HCU4 files Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
Pavel Kolesnikov (1): POST: Add ECC POST for the lwmon5 board
Rafal Jaworowski (2): [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
Stefan Roese (24): 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 Merge with git://www.denx.de/git/u-boot.git ppc4xx: Update AMCC Bamboo README doc/README.bamboo ppc4xx: Update lwmon5 POST configuration Coding style cleanup ppc4xx: Fix problem in PLL clock calculation POST: Add ppc405 support to cache and UART POST POST: Add option for external ethernet loopback test ppc4xx: Add initial Zeus (PPC405EP) board support Merge with /home/stefan/git/u-boot/zeus Coding style cleanup POST: Fix merge problem
Yuri Tikhonov (1): POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
CHANGELOG | 59 + CREDITS | 5 + MAINTAINERS | 7 + MAKEALL | 33 +- Makefile | 26 +- board/amcc/bamboo/bamboo.c | 321 ++++-- board/amcc/bamboo/init.S | 3 +- board/amcc/bamboo/u-boot.lds | 2 - board/amcc/bubinga/bubinga.c | 13 +- board/amcc/common/flash.c | 18 +- board/amcc/luan/luan.c | 7 + board/amcc/taihu/Makefile | 49 + board/amcc/taihu/config.mk | 24 + board/amcc/taihu/flash.c | 1083 +++++++++++++++++ board/amcc/taihu/lcd.c | 257 ++++ board/amcc/taihu/taihu.c | 240 ++++ board/amcc/taihu/u-boot.lds | 150 +++ board/amcc/taihu/update.c | 132 +++ board/amcc/yucca/yucca.c | 34 + board/esd/plu405/fpgadata.c | 2339 +++++++++++++++++++------------------ board/lwmon5/lwmon5.c | 89 ++- board/lwmon5/sdram.c | 38 +- board/netstal/common/flash.c | 528 +++++++++ board/netstal/common/nm_bsp.c | 41 + board/netstal/hcu4/Makefile | 49 + board/netstal/hcu4/README.txt | 59 + board/netstal/hcu4/config.mk | 28 + board/netstal/hcu4/hcu4.c | 403 +++++++ board/netstal/hcu4/u-boot.lds | 140 +++ board/netstal/hcu5/Makefile | 49 + board/netstal/hcu5/README.txt | 174 +++ board/netstal/hcu5/config.mk | 30 + board/netstal/hcu5/hcu5.c | 525 +++++++++ board/netstal/hcu5/init.S | 79 ++ board/netstal/hcu5/sdram.c | 302 +++++ board/netstal/hcu5/u-boot.lds | 144 +++ board/zeus/Makefile | 51 + board/zeus/config.mk | 24 + board/zeus/u-boot.lds | 133 +++ board/zeus/update.c | 105 ++ board/zeus/zeus.c | 511 ++++++++ common/soft_spi.c | 2 + 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 | 6 +- cpu/ppc4xx/sdram.c | 32 +- cpu/ppc4xx/sdram.h | 2 - cpu/ppc4xx/serial.c | 9 +- cpu/ppc4xx/speed.c | 33 +- cpu/ppc4xx/start.S | 61 +- cpu/ppc4xx/tlb.c | 62 +- cpu/ppc4xx/traps.c | 49 +- doc/README.bamboo | 62 + doc/README.zeus | 73 ++ dtt/Makefile | 2 +- dtt/ds1775.c | 156 +++ include/asm-ppc/mmu.h | 3 + include/asm-ppc/processor.h | 6 + include/common.h | 8 +- include/configs/bamboo.h | 2 + include/configs/hcu4.h | 341 ++++++ include/configs/hcu5.h | 388 ++++++ include/configs/luan.h | 1 - include/configs/lwmon5.h | 50 +- include/configs/taihu.h | 473 ++++++++ include/configs/zeus.h | 375 ++++++ include/dtt.h | 8 + include/post.h | 1 + include/ppc405.h | 16 + include/ppc440.h | 13 + include/ppc_asm.tmpl | 2 +- lib_ppc/extable.c | 2 +- net/eth.c | 14 +- post/board/lwmon5/Makefile | 29 + post/board/lwmon5/ecc.c | 267 +++++ post/cpu/ppc4xx/cache.c | 16 +- post/cpu/ppc4xx/cache_4xx.S | 44 + post/cpu/ppc4xx/ether.c | 9 +- post/cpu/ppc4xx/fpu.c | 2 +- post/cpu/ppc4xx/uart.c | 176 +++- post/post.c | 8 +- post/tests.c | 13 + 115 files changed, 11556 insertions(+), 1741 deletions(-) create mode 100644 board/amcc/taihu/Makefile create mode 100644 board/amcc/taihu/config.mk create mode 100644 board/amcc/taihu/flash.c create mode 100644 board/amcc/taihu/lcd.c create mode 100644 board/amcc/taihu/taihu.c create mode 100644 board/amcc/taihu/u-boot.lds create mode 100644 board/amcc/taihu/update.c create mode 100644 board/netstal/common/flash.c create mode 100644 board/netstal/common/nm_bsp.c create mode 100644 board/netstal/hcu4/Makefile create mode 100644 board/netstal/hcu4/README.txt create mode 100644 board/netstal/hcu4/config.mk create mode 100644 board/netstal/hcu4/hcu4.c create mode 100644 board/netstal/hcu4/u-boot.lds create mode 100644 board/netstal/hcu5/Makefile create mode 100644 board/netstal/hcu5/README.txt create mode 100644 board/netstal/hcu5/config.mk create mode 100644 board/netstal/hcu5/hcu5.c create mode 100644 board/netstal/hcu5/init.S create mode 100644 board/netstal/hcu5/sdram.c create mode 100644 board/netstal/hcu5/u-boot.lds create mode 100644 board/zeus/Makefile create mode 100644 board/zeus/config.mk create mode 100644 board/zeus/u-boot.lds create mode 100644 board/zeus/update.c create mode 100644 board/zeus/zeus.c create mode 100644 doc/README.zeus create mode 100644 dtt/ds1775.c create mode 100644 include/configs/hcu4.h create mode 100644 include/configs/hcu5.h create mode 100644 include/configs/taihu.h create mode 100644 include/configs/zeus.h create mode 100644 post/board/lwmon5/Makefile create mode 100644 post/board/lwmon5/ecc.c