[POWERPC] Support for the Ebony 440GP reference board in arch/powerpc
This adds platform support code for the Ebony (440GP) evaluation board. This includes both code in arch/powerpc/platforms/44x for board initialization, and zImage wrapper code to correctly tweak the flattened device tree based on information from the firmware. The zImage supports both IBM OpenBIOS (aka "treeboot") and old versions of uboot which don't support a flattened device tree. Signed-off-by:David Gibson <dwg@au1.ibm.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/Kconfig 7 additions, 1 deletionarch/powerpc/Kconfig
- arch/powerpc/boot/44x.c 40 additions, 0 deletionsarch/powerpc/boot/44x.c
- arch/powerpc/boot/44x.h 16 additions, 0 deletionsarch/powerpc/boot/44x.h
- arch/powerpc/boot/Makefile 15 additions, 4 deletionsarch/powerpc/boot/Makefile
- arch/powerpc/boot/cuboot-ebony.c 42 additions, 0 deletionsarch/powerpc/boot/cuboot-ebony.c
- arch/powerpc/boot/dcr.h 87 additions, 0 deletionsarch/powerpc/boot/dcr.h
- arch/powerpc/boot/ebony.c 129 additions, 0 deletionsarch/powerpc/boot/ebony.c
- arch/powerpc/boot/mktree.c 4 additions, 6 deletionsarch/powerpc/boot/mktree.c
- arch/powerpc/boot/treeboot-ebony.c 34 additions, 0 deletionsarch/powerpc/boot/treeboot-ebony.c
- arch/powerpc/boot/wrapper 8 additions, 0 deletionsarch/powerpc/boot/wrapper
- arch/powerpc/configs/ebony_defconfig 905 additions, 0 deletionsarch/powerpc/configs/ebony_defconfig
- arch/powerpc/platforms/44x/Kconfig 56 additions, 0 deletionsarch/powerpc/platforms/44x/Kconfig
- arch/powerpc/platforms/44x/Makefile 1 addition, 0 deletionsarch/powerpc/platforms/44x/Makefile
- arch/powerpc/platforms/44x/ebony.c 73 additions, 0 deletionsarch/powerpc/platforms/44x/ebony.c
- arch/powerpc/platforms/Kconfig 1 addition, 0 deletionsarch/powerpc/platforms/Kconfig
Loading
Please register or sign in to comment