
[ pulled in a USB patch, and fix for fdt usb code that fixes MPC83xx build issues]
The following changes since commit ce0f709bcd52bbe5f432771ad3a18bd3d5a6747f:
cfb_console: fix build breakage (2011-07-29 11:28:26 +0200)
are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master
Bhaskar Upadhaya (1): powerpc/85xx: Fix up clock_freq property in CAN node of dts
Kumar Gala (7): powerpc/85xx: Fix setting of EPAPR_MAGIC value powerpc/85xx: Rename P2040 id & SERDES to P2041 powerpc/85xx: Add support for P2041[e] XAUI in SERDES powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500 powerpc/85xx: Fix build failure for P1023RDS powerpc/8xxx: Remove dependancy on <usb.h>
Matthew McClintock (1): powerpc/85xx: provide 85xx flush_icache for cmd_cache
Mingkai Hu (2): powerpc/p2041rdb: Enable backside L2 cache support powerpc/p2041rdb: Enable SATA support
Shaohui Xie (1): powerpc/85xx: enable USB2 gadget mode for corenet ds board
Stephen George (1): powerpc/85xx: Adding configuration for DCSRCR to enable 32M access
Timur Tabi (1): powerpc/85xx: verify the device tree before booting Linux
Wolfgang Denk (2): 85xx: enable FDT support for STX SSA board MPC8xxx: drop redundant boot messages
arch/powerpc/cpu/mpc85xx/Makefile | 6 +- arch/powerpc/cpu/mpc85xx/cpu.c | 34 +++---- arch/powerpc/cpu/mpc85xx/cpu_init.c | 19 ++++ arch/powerpc/cpu/mpc85xx/fdt.c | 98 ++++++++++++++++++-- .../cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} | 0 .../cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} | 26 ++++- arch/powerpc/cpu/mpc85xx/release.S | 15 +++- arch/powerpc/cpu/mpc85xx/start.S | 2 + arch/powerpc/cpu/mpc8xxx/fdt.c | 9 +- arch/powerpc/include/asm/immap_85xx.h | 7 +- arch/powerpc/include/asm/processor.h | 4 + arch/powerpc/lib/bootm.c | 23 +++++- board/freescale/corenet_ds/corenet_ds.c | 1 + board/freescale/corenet_ds/ddr.c | 2 +- board/freescale/corenet_ds/law.c | 3 +- board/freescale/mpc8610hpcd/mpc8610hpcd.c | 2 +- board/freescale/mpc8641hpcn/mpc8641hpcn.c | 2 +- board/freescale/p2041rdb/ddr.c | 2 +- board/sbc8641d/sbc8641d.c | 2 +- board/stx/stxssa/stxssa.c | 8 ++ include/configs/P1023RDS.h | 6 +- include/configs/P2041RDB.h | 22 +++++ include/configs/corenet_ds.h | 1 + include/configs/stxssa.h | 7 +- 24 files changed, 246 insertions(+), 55 deletions(-) rename arch/powerpc/cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} (100%) rename arch/powerpc/cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} (83%)