Lines Matching full: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
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
28 U-Boot (for versions that don't understand the device
30 the image. The boot wrapper, kernel and device tree
31 are all embedded inside the U-Boot uImage file format
32 with boot wrapper code that extracts data from the old
37 bd_info structure used in the old U-Boot interfaces,
39 U-Boot platform has a different platform init file
43 `arch/powerpc/boot/cuboot.*.c`. Selection of the correct
62 file named arch/powerpc/boot/<platform>.c; but this
93 arch/powerpc/boot/virtex405-head.S for details.
99 uImage: Native image format used by U-Boot. The uImage target
100 does not add any boot code. It just wraps a compressed
102 requires a version of U-Boot that is able to pass
103 a device tree to the kernel at boot. If using an older
104 version of U-Boot, then you need to use a cuImage
110 expects firmware to provide the device tree at boot.
117 arch/powerpc/boot/dts/ directory. The Makefile selects the correct device
120 build system will use arch/powerpc/boot/dts/walnut.dts to build
121 treeImage.walnut and arch/powerpc/boot/dts/virtex405-ml403.dts to build
126 Default images are selected by the boot wrapper Makefile
127 (arch/powerpc/boot/Makefile) by adding targets to the $image-y variable. Look
134 It also means that the boot wrapper must be able to wrap for many kinds of
136 conditional compilation code (#ifdef, etc) in the boot wrapper source code.
137 All of the boot wrapper pieces are buildable at any time regardless of the
144 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and