Lines Matching refs:source
4 source command
12 source [<addr>][:[<image>]|#[<config>]]
17 The *source* command is used to execute a script file from memory.
49 For creating a FIT image an image tree source file (\*.its) is needed. Here is
50 an example (source.its).
57 description = "FIT image to test the source command";
93 mkimage -f source.its boot.itb
101 => source $loadaddr#conf-1
104 => source $loadaddr#conf-2
107 => source $loadaddr:script-1
110 => source $loadaddr:script-2
113 => source $loadaddr
116 => source \#conf-1
119 => source '#conf-1'
122 => source ':script-1'
125 => source
131 of the image tree source file another file can be included. Here is a minimal
170 => source $loadaddr
174 => source
183 The source command is only available if CONFIG_CMD_SOURCE=y.