Lines Matching refs:a
29 process is a binary file (by convention with the ".itb" extension) that
41 Here's a graphical overview of the image creation and booting process:
58 the "loadables" property as a list of strings.
60 If a platform specific image source file (.its) is shipped with the U-Boot
64 If a static source file is not flexible enough, CONFIG_SPL_FIT_GENERATOR
65 can point to a script which generates this image source file during
66 the build process. It gets passed a list of device tree files (taken from the
72 Consider a simple scenario, where a PPC Linux kernel built from sources on the
74 target. Assume that the outcome of the build is vmlinux.bin.gz, a file which
75 contains a gzip-compressed PPC Linux kernel (the only data file in this case).
184 Consider another simple scenario, where a PPC Linux kernel is to be booted
185 new-style, i.e., with a FDT blob. In this case there are two prerequisite data