Lines Matching full:powerpc
2 The PowerPC boot wrapper
7 PowerPC image targets compresses and wraps the kernel image (vmlinux) with
9 standard PowerPC firmware interface, so the boot wrapper is designed to
12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The
15 interfaces found on PowerPC platforms. OpenFirmware is the most commonly
16 used firmware type on general purpose PowerPC systems from Apple, IBM and
17 others. U-Boot is typically found on embedded PowerPC hardware, but there
21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and
22 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target
43 `arch/powerpc/boot/cuboot.*.c`. Selection of the correct
62 file named arch/powerpc/boot/<platform>.c; but this
89 Typically, if you have general purpose PowerPC
95 arch/powerpc/boot/dts/ directory. The Makefile selects the correct device
98 arch/powerpc/boot/dts/walnut.dts to build treeImage.walnut.
103 (arch/powerpc/boot/Makefile) by adding targets to the $image-y variable. Look
108 arch/powerpc is designed to support multiplatform kernels, which means
120 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and