Lines Matching refs:kernel

11 types (kernel, ramdisk, etc.), it also enhances integrity protection of images
20 git://git.kernel.org/pub/scm/utils/dtc/dtc.git
27 the uImage (kernel, ramdisk, etc.) is specified in the image source file in the
30 contains all the referenced data (kernel, ramdisk, etc.) and other information
69 Example 1 -- old-style (non-FDT) kernel booting
72 Consider a simple scenario, where a PPC Linux kernel built from sources on the
75 contains a gzip-compressed PPC Linux kernel (the only data file in this case).
77 doc/uImage.FIT/kernel.its (note that kernel.its assumes that vmlinux.bin.gz is
79 specified in the kernel.its file). Here's how to create the image and inspect
83 $ mkimage -f kernel.its kernel.itb
84 DTC: dts->dtb on file "kernel.its"
86 $ mkimage -l kernel.itb
87 FIT description: Simple image with single Linux kernel
89 Image 0 (kernel@1)
90 Description: Vanilla Linux kernel
104 Description: Boot Linux kernel
105 Kernel: kernel@1
108 The resulting image file kernel.itb can be now transferred to the target,
119 => tftp 900000 /path/to/tftp/location/kernel.itb
122 Filename '/path/to/tftp/location/kernel.itb'.
131 FIT description: Simple image with single Linux kernel
133 Image 0 (kernel@1)
134 Description: Vanilla Linux kernel
149 Description: Boot Linux kernel
150 Kernel: kernel@1
153 ## Booting kernel from FIT Image at 00900000 ...
155 Trying 'kernel@1' kernel subimage
156 Description: Vanilla Linux kernel
181 Example 2 -- new-style (FDT) kernel booting
184 Consider another simple scenario, where a PPC Linux kernel is to be booted
186 files: vmlinux.bin.gz (Linux kernel) and target.dtb (FDT blob). The uImage can
197 FIT description: Simple image with single Linux kernel and FDT blob
199 Image 0 (kernel@1)
200 Description: Vanilla Linux kernel
224 Description: Boot Linux kernel with FDT blob
225 Kernel: kernel@1
246 FIT description: Simple image with single Linux kernel and FDT blob
248 Image 0 (kernel@1)
249 Description: Vanilla Linux kernel
275 Description: Boot Linux kernel with FDT blob
276 Kernel: kernel@1
279 ## Booting kernel from FIT Image at 00900000 ...
281 Trying 'kernel@1' kernel subimage
282 Description: Vanilla Linux kernel