This adds initial support for the AMCC PowerPC 405EZ board. Mostly sending these out for comments as I clean them up. The cuboot wrapper needs particular cleaning, as the clocking function has a ridiculous number of variables. But hey, it works. These patches depend on the EMAC series I sent out earlier today.
Comments welcome. josh Josh Boyer (4): powerpc/40x: AMCC PowerPC 405EZ Acadia DTS powerpc/40x: Add support for PowerPC 405EZ Acadia board powerpc/40x: Add cuboot wrapper for Acadia board powerpc/40x: Add PowerPC 405EZ Acadia defconfig arch/powerpc/boot/Makefile | 4 +- arch/powerpc/boot/cuboot-acadia.c | 198 +++++++ arch/powerpc/boot/dts/acadia.dts | 224 +++++++ arch/powerpc/configs/40x/acadia_defconfig | 917 +++++++++++++++++++++++++++++ arch/powerpc/platforms/40x/Kconfig | 14 + arch/powerpc/platforms/40x/Makefile | 1 + arch/powerpc/platforms/40x/acadia.c | 56 ++ 7 files changed, 1413 insertions(+), 1 deletions(-) create mode 100644 arch/powerpc/boot/cuboot-acadia.c create mode 100644 arch/powerpc/boot/dts/acadia.dts create mode 100644 arch/powerpc/configs/40x/acadia_defconfig create mode 100644 arch/powerpc/platforms/40x/acadia.c _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev