Lines Matching refs:wrapper

1 The PowerPC boot wrapper
6 a boot wrapper to make it usable by the system firmware. There is no
7 standard PowerPC firmware interface, so the boot wrapper is designed to
10 The boot wrapper can be found in the arch/powerpc/boot/ directory. The
19 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and
20 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target
27 the image. The boot wrapper, kernel and device tree
29 with boot wrapper code that extracts data from the old
41 the wrapper structure.
56 can be overridden by the wrapper script.
76 added as part of the wrapper script and is keyed on
81 named (virtex405-<board>.dts). Search the wrapper
112 Default images are selected by the boot wrapper Makefile
120 It also means that the boot wrapper must be able to wrap for many kinds of
122 conditional compilation code (#ifdef, etc) in the boot wrapper source code.
123 All of the boot wrapper pieces are buildable at any time regardless of the
124 kernel configuration. Building all the wrapper bits on every kernel build
125 also ensures that obscure parts of the wrapper are at the very least compile
128 The wrapper is adapted for different image types at link time by linking in
129 just the wrapper bits that are appropriate for the image type. The 'wrapper
130 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and
131 is responsible for selecting the correct wrapper bits for the image type.
134 uses the -p (platform) argument as the main method of deciding which wrapper
140 wrapper bits are very board specific and care should be taken to make sure
141 the target you are trying to build is supported by the wrapper bits.