Lines Matching full:new
1 Command syntax extensions for the new uImage format
6 With the introduction of the new uImage format, bootm command (and other
7 commands as well) have to understand new syntax of the arguments. This is
8 necessary in order to specify objects contained in the new uImage, on which
10 scenarios, and then introduces new argument syntax.
21 i.e., without passing the Flattened Device Tree (FDT), and new way, where the
36 New uImage:
120 New uImage argument syntax
123 New uImage support introduces two new forms for bootm arguments, with the
126 - new uImage sub-image specification
129 - new uImage configuration specification
132 - new uImage configuration specification with extra configuration components
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:
147 - boot configuration "cfg-1" with extra "cfg-2" from a new uImage located
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:
159 - boot kernel "kernel-2" with initrd "ramdisk-2", both stored in a new uImage
163 - boot kernel "kernel-2" from new uImage at 200000 with FDT "fdt-1" from the
164 same new uImage:
181 In case of the new uImage argument syntax, the address portion of any argument