| /rk3399_rockchip-uboot/test/py/ |
| H A D | README.md | 6 console interface. A single top-level script exists to execute or attach to the 7 U-Boot console, run the entire script of tests against it, and summarize the 10 - Testing is performed in the same way a user or script would interact with 32 The test script supports either: 44 can use the Python `virtualenv` script to locally install more up-to-date 71 running the test script. 73 The test script will attach to U-Boot, execute all valid tests for the board, 123 not interpreted by the test script in any way, but rather is simply passed 126 - `--build` indicates that the test script should compile U-Boot itself 141 test.py script passes all command-line arguments directly to `pytest` for [all …]
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.am335x-network | 20 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
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | source.c | 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() [all …]
|
| H A D | script_update.c | 13 * Script file example: 15 * > # script file start 17 * > % script file end 76 char *next_line, *script, *buf; in do_script() local 81 printf("Verify-boot: forbit no-signed script\n"); in do_script() 96 script = buf; in do_script() 98 while ((next_line = script_next_line(&script)) != NULL) { in do_script() 144 snprintf(cmd, sizeof(cmd), "script 0x%08lx", (ulong)buf); in do_sd_update() 205 snprintf(cmd, sizeof(cmd), "script 0x%08lx", (ulong)buf); in do_usb_update() 237 snprintf(cmd, sizeof(cmd), "script 0x%08lx", (ulong)buf); in do_tftp_update() [all …]
|
| /rk3399_rockchip-uboot/ |
| H A D | usb_update.txt | 1 # script file start 2 echo "this is usb update script!" 4 % script file end
|
| H A D | .travis.yml | 91 script: 255 script: 260 script: 265 script: 268 script: 273 script:
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.ti-secure | 34 Within the SECDEV package exists an image creation script: 40 the purpose of this script is to abstract these details as much as 43 The script is basically the only required interface to the TI SECDEV 46 Invoking the script for AM33xx Secure Devices 78 Invoking the script for AM43xx Secure Devices 108 Invoking the script for DRA7xx/AM57xx Secure Devices 136 Invoking the script for Keystone2 Secure Devices 186 SECDEV package. Within the SECDEV package exists a script to process 193 SOCs from TI, this script in the SECDEV package abstracts these 194 details. This script is essentially the only required interface to the [all …]
|
| H A D | README.NetConsole | 28 On the host side, please use this script to access the console: 32 The script uses netcat to talk to the board over UDP. It requires you to 34 script can be interrupted by pressing ^T (CTRL-T). 39 you can just remove the -p option from the script. 45 has CONFIG_NETCONSOLE defined. If the netconsole script can find it
|
| H A D | README.nokia_rx51 | 55 * run scriptload - Load boot script ${mmcscriptfile} 56 * run scriptboot - Run loaded boot script 62 * run trymmcscriptboot - Try to load and boot script ${mmcscriptfile}
|
| H A D | README.link-local | 46 Example script 49 This script allows use of DHCP and/or Link-local controlled
|
| /rk3399_rockchip-uboot/tools/kermit/ |
| H A D | README | 26 "kermit" script to automatically initialize the environment 38 "kermit" script to send a U-Boot command and print the 48 "kermit" script to automatically download a file to the
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | update-dtc-source.sh | 2 # Simple script to update the version of DTC carried by the Linux kernel 4 # This script assumes that the dtc and the linux git trees are in the 13 # The script will change into the dtc tree, build and test dtc, copy the 19 # This script is pretty basic, but it is seldom used so a few manual tasks
|
| /rk3399_rockchip-uboot/test/ |
| H A D | README | 57 test/fs - File system test (shell script) 58 test/image - FIT and legacy image tests (shell script and Python) 59 test/stdint - A test that stdint.h can be used in U-Boot (shell script) 60 trace - Test for the tracing feature (shell script)
|
| /rk3399_rockchip-uboot/include/ |
| H A D | config_distro_bootcmd.h | 340 "echo SCRIPT FAILED: continuing...; " \ 345 "${scriptaddr} ${prefix}${script}; " \ 349 "for script in ${boot_scripts}; do " \ 352 "${prefix}${script}; then " \ 353 "echo Found U-Boot script " \ 354 "${prefix}${script}; " \ 356 "echo SCRIPT FAILED: continuing...; " \
|
| H A D | sym53c8xx.h | 63 #define BF 0x20 /* int: script: bus fault */ 64 #define ABRT 0x10 /* int: script: command aborted */ 65 #define SSI 0x08 /* int: script: single step */ 66 #define SIR 0x04 /* int: script: interrupt instruct. */ 67 #define IID 0x01 /* int: script: illegal instruct. */ 102 #define DIP 0x01 /* sta: host/script interrupt */ 130 #define DSP 0x2c /* --> Script Pointer */ 131 #define DSPS 0x30 /* --> Script pointer save/opcode#2 */ 149 #define DCNTL 0x3b /* --> Script execution control */ 218 ** Utility macros for the script. [all …]
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env_main.c | 49 {"script", required_argument, NULL, 's'}, 99 " -s, --script batch mode to minimize writes\n" in usage_env_set() 104 " fw_setenv --script file run batch script\n" in usage_env_set() 106 "Script Syntax:\n" in usage_env_set() 114 "Script Example:\n" in usage_env_set()
|
| H A D | fw_env.h | 67 * fw_parse_script() - adds or removes multiple variables with a batch script 69 * @fname: batch script file name 78 * Script Syntax: 89 * Script Example:
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | README.txt | 7 The import is made using the import_lzmasdk.sh script that: 17 Notice: The files from lzma sdk are _not modified_ by this script!
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | bav335x.h | 34 /* Custom script for NOR */ 108 "script=boot.scr\0" \ 109 "scriptfile=${script}\0" \ 159 "echo Checking for: /${script} ...;" \ 160 "if test -e mmc ${bootpart} /${script}; then " \ 162 "setenv scriptfile ${script};" \ 164 "echo Loaded script from ${scriptfile};" \ 168 "echo Checking for: /boot/${script} ...;" \ 169 "if test -e mmc ${bootpart} /boot/${script}; then " \ 171 "setenv scriptfile /boot/${script};" \ [all …]
|
| H A D | mx53evk.h | 70 "script=boot.scr\0" \ 80 "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
|
| /rk3399_rockchip-uboot/board/freescale/mx35pdk/ |
| H A D | README | 17 Delivered Redboot script to start the kernel 20 In redboot the following script is stored: 30 To change the script in redboot: 66 Here the resulting script to be defined in RedBoot with fconfig:
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | get_maintainer.py | 11 """Look for the get_maintainer.pl script. 14 If the script is found we'll return a path to it; else None.
|
| H A D | README | 9 This tool is a Python script which: 18 since it uses the checkpatch.pl script. 45 - Each branch tracks the upstream branch, so that this script can 47 - Check out a branch, and run this script to create and send out your 164 To make this script useful you must add tags like the following into any 232 tag to the relevant commit and the script will include it when 248 to update the log there and then, knowing that the script will 476 This script has been split into sensible files but still needs work.
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | README | 25 to look for and source a boot script named '6x_bootscript' 41 upgradeu - look and source a boot script named 89 along with a binary version of the boot script 6x_upgrade.txt,
|
| /rk3399_rockchip-uboot/tools/scripts/ |
| H A D | define2mk.sed | 2 # 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'
|