Lines Matching full:addr1
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> */
37 8. bootm <addr1>
38 9. bootm [<addr1>]:<subimg1>
39 10. bootm [<addr1>]#<conf>[#<extra-conf[#...]]
40 11. bootm [<addr1>]:<subimg1> [<addr2>]:<subimg2>
41 12. bootm [<addr1>]:<subimg1> [<addr2>]:<subimg2> [<addr3>]:<subimg3>
42 13. bootm [<addr1>]:<subimg1> [<addr2>]:<subimg2> <addr3>
43 14. bootm [<addr1>]:<subimg1> - [<addr3>]:<subimg3>
44 15. bootm [<addr1>]:<subimg1> - <addr3>
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
74 Ad. 6. <addr1> is the address of a kernel image, <addr2> is the address of a
79 Ad. 7. <addr1> is the address of a kernel image and <addr3> is the address of
83 Ad. 8. Image at <addr1> is assumed to contain a default configuration, which
89 address <addr1>.
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
111 at <addr1>, without initrd, and pass FDT blob <subimg3> from the image at
184 image at <addr1> should be used. If <addr1> is omitted, it is assumed that the