Lines Matching refs:file
23 an image source file, which describes the contents of the image and defines
24 its various properties used during booting. By convention, image source file
27 the uImage (kernel, ramdisk, etc.) is specified in the image source file in the
29 process is a binary file (by convention with the ".itb" extension) that
31 needed by U-Boot to handle the uImage properly. The uImage file is then
37 - image source file (*.its)
38 - image data file(s)
43 image source file mkimage + dtc transfer to target
44 + ---------------> image file --------------------> bootm
45 image data file(s)
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
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).
76 The uImage can be produced using the image source file
79 specified in the kernel.its file). Here's how to create the image and inspect
84 DTC: dts->dtb on file "kernel.its"
108 The resulting image file kernel.itb can be now transferred to the target,
187 be produced using image source file doc/uImage.FIT/kernel_fdt.its like this
189 the current working directory -- image source file kernel_fdt.its can be
194 DTC: dts->dtb on file "kernel_fdt.its"
229 The resulting image file kernel_fdt.itb can be now transferred to the target,
320 Refer to doc/uImage.FIT/multi.its for an image source file that allows more