Lines Matching full:script
9 * The "source" command allows to define "script images", i. e. files
12 * executed from the script. This is very similar to running a shell
13 * script in a UNIX shell, hence the name for the command.
77 /* get length of script */ in source()
81 puts ("Empty Script\n"); in source()
106 /* get script component image node offset */ in source()
139 /* get script subimage data address and length */ in source()
141 puts ("Could not find script subimage data\n"); in source()
154 debug ("** Script length: %ld\n", len); in source()
166 /* Find script image */ in do_source()
180 printf ("## Executing script at %08lx\n", addr); in do_source()
188 "\t- run script starting at addr\n"
200 "run script from memory", source_help_text