Lines Matching refs:wrapper
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
45 the wrapper structure.
63 can be overridden by the wrapper script.
86 added as part of the wrapper script and is keyed on
91 named (virtex405-<board>.dts). Search the wrapper
126 Default images are selected by the boot wrapper Makefile
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
138 kernel configuration. Building all the wrapper bits on every kernel build
139 also ensures that obscure parts of the wrapper are at the very least compile
142 The wrapper is adapted for different image types at link time by linking in
143 just the wrapper bits that are appropriate for the image type. The 'wrapper
144 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and
145 is responsible for selecting the correct wrapper bits for the image type.
148 uses the -p (platform) argument as the main method of deciding which wrapper
154 wrapper bits are very board specific and care should be taken to make sure
155 the target you are trying to build is supported by the wrapper bits.