Lines Matching full:at
26 1. bootm boot image at the current address, equivalent to 2,3,8
29 2. bootm <addr1> /* single image at <addr1> */
30 3. bootm <addr1> /* multi-image at <addr1> */
31 4. bootm <addr1> - /* multi-image at <addr1> */
32 5. bootm <addr1> <addr2> /* single image at <addr1> */
33 6. bootm <addr1> <addr2> <addr3> /* single image at <addr1> */
34 7. bootm <addr1> - <addr3> /* single image at <addr1> */
47 Ad. 1. This is equivalent to cases 2,3,8, depending on the type of image at
51 Ad. 2. Boot kernel image located at <addr1>.
54 Ad. 3. First and second components of the image at <addr1> are assumed to be a
57 - boot method: depends on the number of components at <addr1>, and on whether
70 Ad. 5. Boot kernel image located at <addr1> with initrd loaded with ramdisk
71 from the image at <addr2>.
76 booted with initrd loaded with ramdisk from the image at <addr2>.
83 Ad. 8. Image at <addr1> is assumed to contain a default configuration, which
88 Ad. 9. Similar to case 2: boot kernel stored in <subimg1> from the image at
92 Ad. 10. Boot configuration <conf> from the image at <addr1>.
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
103 <addr2>, and pass FDT blob <subimg3> from the image at <addr3>.
111 at <addr1>, without initrd, and pass FDT blob <subimg3> from the image at
141 - boot kernel "kernel@1" stored in a new uImage located at 200000:
144 - boot configuration "cfg@1" from a new uImage located at 200000:
148 at 200000:
151 - boot "kernel@1" from a new uImage at 200000 with initrd "ramdisk@2" found in
152 some other new uImage stored at address 800000:
155 - boot "kernel@2" from a new uImage at 200000, with initrd "ramdisk@1" and FDT
156 "fdt@1", both stored in some other new uImage located at 800000:
160 at address 200000, with a raw FDT blob stored at address 600000:
163 - boot kernel "kernel@2" from new uImage at 200000 with FDT "fdt@1" from the
171 When bootm is called without arguments, the image at current image address is
182 can be omitted. If <addr3> is omitted, then it is assumed that image at
184 image at <addr1> should be used. If <addr1> is omitted, it is assumed that the