
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
Andy Fleming (4): Add eth_get_dev_by_index Make some minor whitespace changes to eliminate line-wrapping Fixup SGMII PHY ids in the device tree TQM85xx: Fix a couple warnings in TQM8548 build
Kumar Gala (7): 85xx: Format cpu freq printing to handle 8 cores fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller 85xx: Fix how we map DDR memory 85xx: Fix address map for 36-bit config of MPC8572DS 85xx: Fix bug in device tree setup in 36-bit physical confg 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS fsl-ddr: Allow system to boot if we have more than 4G of memory
Peter Tyser (3): 86xx: Reset update 86xx: Update Global Utilities structure 86xx: Update CPU info output on bootup
Poonam_Aggrwal-b10812 (1): 32bit BUg fix for DDR2 on 8572
Srikanth Srinivasan (1): mpc85xx: Add support for the P2020
Wolfgang Grandegger (8): MPC85xx: TQM85xx: fix flash protection for boot loader MPC85xx: TQM85xx: make standard PCI/PCI-X configurable MPC85xx: TQM8548: add support for the TQM8548_BE module MPC85xx: TQM8548: add support for the TQM8548_AG module MPC85xx: TQM8548: fix SDRAM timing for 533 MHz MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration MPC85xx: TQM8548: use cache for AG and BE variants MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
MAKEALL | 2 + Makefile | 12 ++- board/freescale/common/sgmii_riser.c | 65 ++++++++++++ board/freescale/common/sgmii_riser.h | 1 + board/freescale/mpc8536ds/mpc8536ds.c | 5 + board/freescale/mpc8544ds/mpc8544ds.c | 3 + board/freescale/mpc8572ds/mpc8572ds.c | 22 +++- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 8 ++ board/freescale/mpc8641hpcn/mpc8641hpcn.c | 8 ++ board/sbc8641d/sbc8641d.c | 29 +++++ board/tqc/tqm85xx/config.mk | 6 +- board/tqc/tqm85xx/law.c | 2 +- board/tqc/tqm85xx/nand.c | 6 +- board/tqc/tqm85xx/sdram.c | 141 ++++++++++++++++++++++--- board/tqc/tqm85xx/tlb.c | 19 +++- board/tqc/tqm85xx/tqm85xx.c | 15 ++-- cpu/mpc85xx/Makefile | 1 + cpu/mpc85xx/cpu.c | 10 ++- cpu/mpc85xx/ddr-gen3.c | 9 ++- cpu/mpc85xx/tlb.c | 74 +++++--------- cpu/mpc86xx/cpu.c | 162 +++++++++++------------------ cpu/mpc8xxx/ddr/main.c | 2 +- cpu/mpc8xxx/ddr/options.c | 4 + drivers/misc/fsl_law.c | 3 +- include/asm-ppc/config.h | 2 +- include/asm-ppc/fsl_ddr_sdram.h | 17 +++ include/asm-ppc/fsl_law.h | 4 +- include/asm-ppc/immap_85xx.h | 25 ++++- include/asm-ppc/immap_86xx.h | 29 ++++-- include/asm-ppc/processor.h | 12 ++- include/configs/MPC8572DS.h | 10 ++- include/configs/MPC8610HPCD.h | 2 - include/configs/MPC8641HPCN.h | 2 - include/configs/TQM85xx.h | 28 ++++- include/net.h | 31 +++--- net/eth.c | 22 ++++ 36 files changed, 556 insertions(+), 237 deletions(-)