Hi Ben, Please pull the 'next' branch of the 4xx tree to get the following changes.
Thanks, josh The following changes since commit 77c0a700c1c292edafa11c1e52821ce4636f81b0: Benjamin Herrenschmidt (1): powerpc: Properly start decrementer on BookE secondary CPUs are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git next Solomon Peachy (1): powerpc/40x: Add support for the ESTeem 195E (PPC405EP) SBC Stefan Roese (2): powerpc/44x: Update Arches dts powerpc/44x: Update Arches defconfig Tiejun Chen (2): powerpc/405ex: provide necessary fixup function to support cuImage powerpc/405ex: support cuImage via included dtb f...@amcc.com (1): powerpc/44x: Add Eiger AMCC (AppliedMicro) PPC460SX evaluation board support. arch/powerpc/boot/4xx.c | 142 ++++ arch/powerpc/boot/4xx.h | 1 + arch/powerpc/boot/Makefile | 6 +- arch/powerpc/boot/cuboot-hotfoot.c | 142 ++++ arch/powerpc/boot/cuboot-kilauea.c | 49 ++ arch/powerpc/boot/dcr.h | 4 +- arch/powerpc/boot/dts/arches.dts | 50 ++ arch/powerpc/boot/dts/eiger.dts | 421 ++++++++++ arch/powerpc/boot/dts/hotfoot.dts | 294 +++++++ arch/powerpc/boot/ppcboot-hotfoot.h | 133 +++ arch/powerpc/configs/44x/arches_defconfig | 382 ++++++++-- arch/powerpc/configs/44x/eiger_defconfig | 1252 ++++++++++++++++++++++++++++ arch/powerpc/platforms/40x/Kconfig | 10 + arch/powerpc/platforms/40x/ppc40x_simple.c | 3 +- arch/powerpc/platforms/44x/Kconfig | 12 + arch/powerpc/platforms/44x/ppc44x_simple.c | 1 + 16 files changed, 2846 insertions(+), 56 deletions(-) create mode 100644 arch/powerpc/boot/cuboot-hotfoot.c create mode 100644 arch/powerpc/boot/cuboot-kilauea.c create mode 100644 arch/powerpc/boot/dts/eiger.dts create mode 100644 arch/powerpc/boot/dts/hotfoot.dts create mode 100644 arch/powerpc/boot/ppcboot-hotfoot.h create mode 100644 arch/powerpc/configs/44x/eiger_defconfig _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev