Lines Matching full:run
187 "sercon=setenv con serial; run setcon\0" \
188 "usbcon=setenv con usbtty; run setcon\0" \
189 "vgacon=setenv con vga; run setcon\0" \
199 "run fileload\0" \
202 "run fileload\0" \
205 "run fileload\0" \
216 "trymmcscriptboot=if run switchmmc; then " \
217 "if run scriptload; then " \
218 "run scriptboot;" \
221 "trymmckernboot=if run switchmmc; then " \
222 "if run kernload; then " \
223 "run kernboot;" \
226 "trymmckerninitrdboot=if run switchmmc; then " \
227 "if run initrdload; then " \
228 "if run kernload; then " \
229 "run kerninitrdboot;" \
233 "trymmcpartboot=setenv mmcscriptfile boot.scr; run trymmcscriptboot;" \
234 "setenv mmckernfile uImage; run trymmckernboot\0" \
235 "trymmcallpartboot=setenv mmcpart 1; run trymmcpartboot;" \
236 "setenv mmcpart 2; run trymmcpartboot;" \
237 "setenv mmcpart 3; run trymmcpartboot;" \
238 "setenv mmcpart 4; run trymmcpartboot\0" \
239 "trymmcboot=if run switchmmc; then " \
241 "run trymmcallpartboot;" \
243 "run trymmcallpartboot;" \
245 "run trymmcallpartboot;" \
247 "emmcboot=setenv mmcnum 1; run trymmcboot\0" \
248 "sdboot=setenv mmcnum 0; run trymmcboot\0" \
250 "bootmenu_0=Attached kernel=run attachboot\0" \
251 "bootmenu_1=Internal eMMC=run emmcboot\0" \
252 "bootmenu_2=External SD card=run sdboot\0" \
260 "if run switchmmc; then " \
263 "if run scriptload; then true; else " \
265 "if run scriptload; then true; else " \
267 "if run scriptload; then true; else " \
273 "run scriptboot;" \
276 "if run slide; then true; else " \
284 "echo run sercon - Use serial port for control.;" \
285 "echo run usbcon - Use usbtty for control.;" \
286 "echo run vgacon - Use framebuffer/keyboard.;" \
287 "echo run sdboot - Boot from SD card slot.;" \
288 "echo run emmcboot - Boot internal eMMC memory.;" \
289 "echo run attachboot - Boot attached kernel image.;" \
293 "run sdboot;" \
294 "run emmcboot;" \
295 "run attachboot;" \