
The following changes since commit 4e779ad2e54e39d5343c8c83b4fc686a7bb16859:
gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
for you to fetch changes up to a9c81eaa54f6ef0976cf15065cd3efc9430fdca8:
powerpc: Add T4160QDS (2013-05-09 17:07:39 -0500)
---------------------------------------------------------------- Andy Fleming (2): powerpc/mpc85xx: Add definitions for HDBCR registers e6500: Move L1 enablement after L2 enablement
Roy ZANG (1): powerpc/pcie: add PCIe version 3.x support
Roy Zang (3): T4/serdes: fix the serdes clock frequency T4/SerDes: correct the SATA index T4/USB: Add USB 2.0 UTMI dual phy support
Sandeep Singh (1): powerpc/B4860: Corrected FMAN1 operating frequency print at u-boot
Shaohui Xie (3): powerpc/t4240qds: Fix SPI flash type powerpc/t4240qds: fix XAUI card PHY address Fman/t4240: some fix for 10G XAUI
York Sun (11): powerpc/mpc85xx: Update corenet global utility block registers powerpc/t4240qds: Update DDR timing table powerpc/mpc8xxx: Fix DDR 3-way interleaving powerpc/mpc85xx: Fix portal setup powerpc/t4240qds: Add voltage ID support powerpc/corenet2: Print SerDes protocol in decimal powerpc/mpc85xx: Fix PIR parsing for chassis2 powerpc/t4240: Fix SerDes protocol arrays with const prefix powerpc/mpc85xx: Add T4160 SoC powerpc/t4240qds: Move SoC define into boards.cfg powerpc: Add T4160QDS
arch/powerpc/cpu/mpc85xx/Makefile | 3 + arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 2 +- arch/powerpc/cpu/mpc85xx/portals.c | 36 ++-- arch/powerpc/cpu/mpc85xx/release.S | 14 +- arch/powerpc/cpu/mpc85xx/speed.c | 8 + arch/powerpc/cpu/mpc85xx/start.S | 102 +++++------ arch/powerpc/cpu/mpc85xx/t4240_serdes.c | 150 ++++++++++++++- arch/powerpc/cpu/mpc8xxx/cpu.c | 1 + arch/powerpc/cpu/mpc8xxx/ddr/main.c | 19 +- arch/powerpc/include/asm/config_mpc85xx.h | 37 +++- arch/powerpc/include/asm/fsl_pci.h | 35 +++- arch/powerpc/include/asm/immap_85xx.h | 66 +++++-- arch/powerpc/include/asm/processor.h | 11 ++ board/freescale/t4qds/ddr.c | 56 +++--- board/freescale/t4qds/t4qds.c | 233 +++++++++++++++++++++++- boards.cfg | 9 +- drivers/net/fm/Makefile | 1 + drivers/net/fm/eth.c | 2 + drivers/net/fm/init.c | 6 + drivers/net/fm/t4240.c | 14 +- drivers/pci/fsl_pci_init.c | 20 +- drivers/usb/host/ehci-fsl.c | 21 +++ include/configs/T4240QDS.h | 1 - include/configs/t4qds.h | 37 +++- include/fm_eth.h | 4 +- include/pci.h | 7 - 26 files changed, 733 insertions(+), 162 deletions(-)