Lines Matching full:uimage
10 The new uImage format allows more flexibility in handling images of various
15 create an uImage in the new format: mkimage and dtc, although only one
26 doc/uImage.FIT/source_file_format.txt. The actual data that is to be included in
27 the uImage (kernel, ramdisk, etc.) is specified in the image source file in the
31 needed by U-Boot to handle the uImage properly. The uImage file is then
34 To summarize the prerequisites needed for new uImage creation:
76 The uImage can be produced using the image source file
77 doc/uImage.FIT/kernel.its (note that kernel.its assumes that vmlinux.bin.gz is
186 files: vmlinux.bin.gz (Linux kernel) and target.dtb (FDT blob). The uImage can
187 be produced using image source file doc/uImage.FIT/kernel_fdt.its like this
320 Refer to doc/uImage.FIT/multi.its for an image source file that allows more