Lines Matching full:200000
141 - boot kernel "kernel-1" stored in a new uImage located at 200000:
142 bootm 200000:kernel-1
144 - boot configuration "cfg-1" from a new uImage located at 200000:
145 bootm 200000#cfg-1
148 at 200000:
149 bootm 200000#cfg-1#cfg-2
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
160 at address 200000, with a raw FDT blob stored at address 600000:
161 bootm 200000:kernel-2 200000:ramdisk-2 600000
163 - boot kernel "kernel-2" from new uImage at 200000 with FDT "fdt-1" from the
165 bootm 200000:kernel-2 - 200000:fdt-1
176 tftp 200000 /tftpboot/kernel
179 bootm 200000
188 tftp 200000 /tftpboot/uImage
191 bootm 200000:kernel-1
193 tftp 200000 /tftpboot/uImage
198 tftp 200000 /tftpboot/uImage
201 bootm 200000:kernel-1 400000:ramdisk-1 400000:fdt-1