Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 151) sorted by relevance

1234567

/u-boot/test/py/tests/
A Dsource.its8 default = "script-1";
10 script-1 {
12 type = "script";
17 script-2 {
19 type = "script";
24 not-a-script {
36 script = "script-1";
40 script = "script-2";
/u-boot/doc/usage/cmd/
A Dsource.rst19 Two formats for script files exist:
63 script-1 {
69 script-2 {
80 script = "script-1";
84 script = "script-2";
122 => source ':script-1'
140 script {
155 echo Hello from a script
162 mkimage -T script -n 'Test script' -d boot.txt boot.scr
172 Hello from a script
[all …]
A Dloads.rst29 As example file to be transferred we use a script printing 'hello s-record'.
34 $ echo 'echo hello s-record' > script.txt
35 $ mkimage -T script -d script.txt script.scr
44 $ srec_cat script.scr -binary -CRLF -Output script.srec
45 $ echo -e "S9030000FC\r" >> script.srec
46 $ cat script.srec
66 file transfer. The loaded script is executed using the *source* command.
73 *** file: script.srec
74 $ cat script.srec
83 ## Executing script at 4fc00000
A Dexit.rst14 The exit command terminates a script started via the run or source command.
15 If scripts are nested, only the innermost script is left.
27 When executed outside a script a warning is written. Following commands are not
/u-boot/scripts/coccinelle/null/
A Dbadzero.cocci72 @script:python depends on org@
78 @script:python depends on report@
95 @script:ocaml depends on s@
115 @script:ocaml@
170 @script:python depends on org@
176 @script:python depends on org@
182 @script:python depends on report@
188 @script:python depends on report@
231 @script:python depends on org@
237 @script:python depends on report@
/u-boot/doc/SPL/
A DREADME.am335x-network20 script after boot:
79 1. Write debrick script. You will need to write a script that will
81 can use usual U-Boot commands from this script: tftp to load additional
84 2. Create script image from your script. From U-Boot build directory:
86 $ ./tools/mkimage -A arm -O U-Boot -C none -T script -d <your script> debrick.scr
88 This will create debrick.scr file with your script inside.
91 there all the files your script tries to load via TFTP. Example script
95 4. Boot the board from the network, U-Boot will load debrick script
/u-boot/doc/develop/
A Dpy_testing.rst8 console interface. A single top-level script exists to execute or attach to the
9 U-Boot console, run the entire script of tests against it, and summarize the
12 - Testing is performed in the same way a user or script would interact with
59 The test script supports either:
117 running the test script.
304 This script provides access to the U-Boot console. The script's stdin/stdout
326 suite calls this hook script for that purpose.
345 hook script appropriately.
353 Whenever the test suite needs to reset the target board, this script is
398 machine running the test script.
[all …]
/u-boot/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci39 @script:python depends on context@
57 @script:python depends on patch@
83 @script:python depends on org@
93 @script:python depends on report@
/u-boot/
A D.gitlab-ci.yml43 script:
97 script:
108 script:
121 script:
132 script:
143 script:
155 script:
161 script:
170 script:
180 script:
[all …]
A D.azure-pipelines.yml23 - script: |
29 - script: |
32 - script: |
49 - script: |
88 - script: |
125 - script: |
136 - script: |
147 - script: |
155 - script: |
189 - script: |
[all …]
/u-boot/tools/kermit/
A DREADME24 "kermit" script to automatically initialize the environment
36 "kermit" script to send a U-Boot command and print the
46 "kermit" script to automatically download a file to the
/u-boot/board/xilinx/bootscripts/
A Dqspiboot.cmd1 # This is an example file to generate boot.scr - a boot script for U-Boot
5 # ./tools/mkimage -c none -A arm -T script -d qspiboot.cmd boot.scr
A Dsdboot.cmd1 # This is an example file to generate boot.scr - a boot script for U-Boot
5 # ./tools/mkimage -c none -A arm -T script -d sdboot.cmd boot.scr
/u-boot/board/synopsys/hsdk/
A Dconfig.mk14 $(Q)tools/mkimage -T script -C none -n 'uboot update script' \
28 $(Q)tools/mkimage -T script -C none -n 'uboot update script' \
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci46 @script:python depends on org@
52 @script:python depends on report@
/u-boot/lib/lzma/
A DREADME.txt7 The import is made using the import_lzmasdk.sh script that:
17 Notice: The files from lzma sdk are _not modified_ by this script!
/u-boot/tools/scripts/
A Ddefine2mk.sed2 # Sed script to parse CPP macros and generate output usable by make
4 # It is expected that this script is fed the output of 'gpp -dM'
/u-boot/tools/binman/test/
A D242_mkimage_name.dts11 args = "-T script";
A D229_mkimage_missing.dts11 args = "-n test -T script";
A D243_mkimage_image.dts11 args = "-T script";
A D254_mkimage_filename.dts12 args = "-T script";
A D244_mkimage_image_no_content.dts11 args = "-T script";
A D252_mkimage_mult_data.dts11 args = "-T script";
A D245_mkimage_image_bad.dts11 args = "-T script";
A D253_mkimage_mult_no_content.dts11 args = "-T script";

Completed in 61 milliseconds

1234567