Lines Matching full:run
215 "sercon=setenv con serial; run setcon\0" \
216 "usbcon=setenv con usbtty; run setcon\0" \
217 "vgacon=setenv con vga; run setcon\0" \
227 "run fileload\0" \
230 "run fileload\0" \
233 "run fileload\0" \
244 "trymmcscriptboot=if run switchmmc; then " \
245 "if run scriptload; then " \
246 "run scriptboot;" \
249 "trymmckernboot=if run switchmmc; then " \
250 "if run kernload; then " \
251 "run kernboot;" \
254 "trymmckerninitrdboot=if run switchmmc; then " \
255 "if run initrdload; then " \
256 "if run kernload; then " \
257 "run kerninitrdboot;" \
261 "trymmcpartboot=setenv mmcscriptfile boot.scr; run trymmcscriptboot;" \
262 "setenv mmckernfile uImage; run trymmckernboot\0" \
263 "trymmcallpartboot=setenv mmcpart 1; run trymmcpartboot;" \
264 "setenv mmcpart 2; run trymmcpartboot;" \
265 "setenv mmcpart 3; run trymmcpartboot;" \
266 "setenv mmcpart 4; run trymmcpartboot\0" \
267 "trymmcboot=if run switchmmc; then " \
269 "run trymmcallpartboot;" \
271 "run trymmcallpartboot;" \
273 "run trymmcallpartboot;" \
275 "emmcboot=setenv mmcnum 1; run trymmcboot\0" \
276 "sdboot=setenv mmcnum 0; run trymmcboot\0" \
278 "bootmenu_0=Attached kernel=run attachboot\0" \
279 "bootmenu_1=Internal eMMC=run emmcboot\0" \
280 "bootmenu_2=External SD card=run sdboot\0" \
288 "if run switchmmc; then " \
291 "if run scriptload; then true; else " \
293 "if run scriptload; then true; else " \
295 "if run scriptload; then true; else " \
301 "run scriptboot;" \
304 "if run slide; then true; else " \
312 "echo run sercon - Use serial port for control.;" \
313 "echo run usbcon - Use usbtty for control.;" \
314 "echo run vgacon - Use framebuffer/keyboard.;" \
315 "echo run sdboot - Boot from SD card slot.;" \
316 "echo run emmcboot - Boot internal eMMC memory.;" \
317 "echo run attachboot - Boot attached kernel image.;" \
321 "run sdboot;" \
322 "run emmcboot;" \
323 "run attachboot;" \