Lines Matching refs:ramdisk
40 ramdisk sub-image to boot. Use a hyphen '-' if there is no ramdisk but an
74 bootm 400000:kernel-1 :ramdisk-1
76 # bootm 400000:kernel-1 400000:ramdisk-1
79 bootm :kernel-1 400000:ramdisk-1 :fdt-1
81 # bootm 200000:kernel-1 400000:ramdisk-1 400000:fdt-1
96 (ramdisk) it is used as well, unless the second parameter is hyphen '-'.
99 address of legacy image to use as ramdisk
133 kernel and a ramdisk, respectively. The kernel is booted with initrd loaded
134 with the ramdisk from the image.
160 Boot kernel image located at <addr1> with initrd loaded with ramdisk
170 ramdisk image, and <addr3> is the address of a FDT binary blob. Kernel is
171 booted with initrd loaded with ramdisk from the image at <addr2>.
220 at <addr1> with initrd loaded with ramdisk <subimg2> from the image at
230 at <addr1> with initrd loaded with ramdisk <subimg2> from the image at
279 boot "kernel-1" from a new uImage at 200000 with initrd "ramdisk-2" found in
282 bootm 200000:kernel-1 800000:ramdisk-2
284 boot "kernel-2" from a new uImage at 200000, with initrd "ramdisk-1" and FDT
287 bootm 200000:kernel-1 800000:ramdisk-1 800000:fdt-1
289 boot kernel "kernel-2" with initrd "ramdisk-2", both stored in a new uImage
292 bootm 200000:kernel-2 200000:ramdisk-2 600000