
[ Updated ve8313 patch and adding Matt's fix to cpu release dts nodes ]
The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Wolfgang Denk (1): Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Kim Phillips (1): powerpc/8xxx: share PIC defines among 85xx and 86xx
Kumar Gala (2): powerpc/85xx: Rename Security Engine Job Queue to Job Ring to match docs powerpc/83xx: Fix build issue with ve8313 board due to lbus changes
Lian Minghuan (1): powerpc/85xx: Fix SRIO LAW setup on corenet_ds boards
Matthew McClintock (1): mpx85xx/fdt: Add cpu-release-addr for all cores
york (1): powerpc/8xxx: Fix quad-rank DIMMs support on corenet_ds board.
arch/powerpc/cpu/mpc85xx/cpu.c | 2 +- arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 +- arch/powerpc/cpu/mpc85xx/fdt.c | 15 +++++---- arch/powerpc/cpu/mpc85xx/interrupts.c | 2 +- arch/powerpc/cpu/mpc85xx/mp.c | 6 ++-- arch/powerpc/cpu/mpc85xx/p4080_ids.c | 8 ++-- arch/powerpc/cpu/mpc85xx/traps.c | 2 +- arch/powerpc/cpu/mpc8xxx/cpu.c | 8 +++-- arch/powerpc/include/asm/fsl_liodn.h | 8 ++-- arch/powerpc/include/asm/immap_85xx.h | 10 ++---- arch/powerpc/include/asm/immap_86xx.h | 9 ++++-- board/freescale/corenet_ds/corenet_ds.c | 47 ++++++++++++++++-------------- board/freescale/corenet_ds/ddr.c | 18 +++++++++++- board/ve8313/ve8313.c | 2 +- include/configs/corenet_ds.h | 2 +- include/configs/ve8313.h | 1 + 16 files changed, 83 insertions(+), 59 deletions(-)