Lines Matching refs:boot
2 The PowerPC boot wrapper
8 a boot wrapper to make it usable by the system firmware. There is no
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
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
30 the image. The boot wrapper, kernel and device tree
32 with boot wrapper code that extracts data from the old
43 `arch/powerpc/boot/cuboot.*.c`. Selection of the correct
62 file named arch/powerpc/boot/<platform>.c; but this
78 does not add any boot code. It just wraps a compressed
81 a device tree to the kernel at boot. If using an older
88 expects firmware to provide the device tree at boot.
95 arch/powerpc/boot/dts/ directory. The Makefile selects the correct device
98 arch/powerpc/boot/dts/walnut.dts to build treeImage.walnut.
102 Default images are selected by the boot wrapper Makefile
103 (arch/powerpc/boot/Makefile) by adding targets to the $image-y variable. Look
110 It also means that the boot wrapper must be able to wrap for many kinds of
112 conditional compilation code (#ifdef, etc) in the boot wrapper source code.
113 All of the boot wrapper pieces are buildable at any time regardless of the
120 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and