Lines Matching refs:ramdisk
55 kernel and a ramdisk, respectively. The kernel is booted with initrd loaded
56 with the ramdisk from the image.
70 Ad. 5. Boot kernel image located at <addr1> with initrd loaded with ramdisk
75 ramdisk image, and <addr3> is the address of a FDT binary blob. Kernel is
76 booted with initrd loaded with ramdisk from the image at <addr2>.
97 at <addr1> with initrd loaded with ramdisk <subimg2> from the image at
102 at <addr1> with initrd loaded with ramdisk <subimg2> from the image at
151 - boot "kernel-1" from a new uImage at 200000 with initrd "ramdisk-2" found in
153 bootm 200000:kernel-1 800000:ramdisk-2
155 - boot "kernel-2" from a new uImage at 200000, with initrd "ramdisk-1" and FDT
157 bootm 200000:kernel-1 800000:ramdisk-1 800000:fdt-1
159 - boot kernel "kernel-2" with initrd "ramdisk-2", both stored in a new uImage
161 bootm 200000:kernel-2 200000:ramdisk-2 600000
194 bootm 400000:kernel-1 :ramdisk-1
196 bootm 400000:kernel-1 400000:ramdisk-1
199 bootm :kernel-1 400000:ramdisk-1 :fdt-1
201 bootm 200000:kernel-1 400000:ramdisk-1 400000:fdt-1