Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 182) sorted by relevance

12345678

/rk3399_rockchip-uboot/configs/
H A Daxm_defconfig18run flash_self\0bootdelay=3\0ethact=macb0\0flash_nfs=run nand_kernel;run nfsargs;run addip;upgrade…
H A Dpico-hobbit-imx6ul_defconfig16 CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
H A Dpico-pi-imx6ul_defconfig16 CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
H A Dpico-pi-imx7d_defconfig17 CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
H A Dpico-hobbit-imx7d_defconfig17 CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
H A Dzynq_zc770_xm011_x16_defconfig17 CONFIG_BOOTCOMMAND="run $modeboot || run distro_bootcmd"
H A Dzynq_cc108_defconfig15 CONFIG_BOOTCOMMAND="run $modeboot || run distro_bootcmd"
/rk3399_rockchip-uboot/board/samsung/common/bootscripts/
H A Dautoboot.cmd20 run loaddtb;
31 run loadinitrd;
57 run check_dtb;
58 run check_ramdisk;"
66 run check_dtb;
67 run check_ramdisk;"
71 run loadkernel;
72 run kernel_args;
79 run setboot_fit;
80 run boot_img;
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.qemu-mips118 setenv boot_ext2_ext2 'run load_rd_ext2; run load_kernel_ext2; run addmisc; bootm ${load_addr}'
119 setenv boot_ext2_flash 'run load_rd_ext2; run addmisc; bootm ${kernel_flash}'
120 setenv boot_ext2_hda 'run load_rd_ext2; run load_kernel_hda; run addmisc; bootm ${load_addr}'
121 setenv boot_ext2_tftp 'run load_rd_ext2; run load_kernel_tftp; run addmisc; bootm ${load_addr}'
122 setenv boot_tftp_hda 'run load_rd_tftp; run load_kernel_hda; run addmisc; bootm ${load_addr}'
123 setenv boot_tftp_ext2 'run load_rd_tftp; run load_kernel_ext2; run addmisc; bootm ${load_addr}'
124 setenv boot_tftp_flash 'run load_rd_tftp; run addmisc; bootm ${kernel_flash}'
125 setenv boot_tftp_tftp 'run load_rd_tftp; run load_kernel_tftp; run addmisc; bootm ${load_addr}'
127 setenv go_tftp 'run load_hello_tftp; go ${load_addr_hello}'
129 setenv bootcmd 'run boot_tftp_flash'
H A DREADME.nokia_rx5147 * run sercon - Use serial port for control
48 * run usbcon - Use usbtty for control
49 * run vgacon - Use framebuffer and HW keyboard for control (default)
51 * run sdboot - Boot from external SD card (see boot order)
52 * run emmcboot - Boot from internal eMMC memory (see boot order)
53 * run attachboot - Boot attached kernel image (attached to U-Boot binary)
55 * run scriptload - Load boot script ${mmcscriptfile}
56 * run scriptboot - Run loaded boot script
57 * run kernload - Load kernel image ${mmckernfile}
58 * run initrdload - Load initrd image ${mmcinitrdfile}
[all …]
H A DREADME.POST21 The framework shall allow run-time configuration of the lists
56 A new optional module will be added to U-Boot, which will run POST
67 This group will contain those tests that run only once on
73 time and can be run on the regular basis (e.g. CPU test)
78 and cannot be run regularly (e.g. strong memory test, I2C test)
82 This group will contain those tests that can be run manually.
85 For example, SDRAM test may run in both normal and "slow test" mode.
90 Also, all tests will be discriminated by the moment they run at.
95 These tests will run immediately after initializing RAM
102 These tests will run immediately before entering the main
[all …]
/rk3399_rockchip-uboot/board/keymile/scripts/
H A Ddevelop-common.txt1 altbootcmd=run ${subbootcmds}
2 bootcmd=run ${subbootcmds}
3 configure=run set_uimage; setenv tftppath ${IVM_Symbol} ; km_setboardid && saveenv && reset
6 tftpfdt=if run set_fdthigh || test ${arch} != arm; then if tftpboot ${fdt_addr_r} ${tftppath}/fdt_0…
H A Dramfs-common.txt3 altbootcmd=run ${subbootcmds}
4 bootcmd=run ${subbootcmds}
7 configure=run set_uimage; km_setboardid && saveenv && reset
10 tftpfdt=if run set_fdthigh || test ${arch} != arm; then tftpboot ${fdt_addr_r} ${hostname}/${hostna…
H A DREADME7 run develop : setup environment to configure for rootfs via nfs
8 run ramfs : setup environment to configure for rootfs in ram
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/
H A DREADME40 B$ run tftpflash
52 B$ run program0
53 B$ run program1
54 B$ run program2
/rk3399_rockchip-uboot/test/
H A DREADME11 To run most tests on sandbox, type this:
13 test/run
15 in the U-Boot directory. Note that only the pytest suite is run using this
29 Many tests are available using the pytest suite, in test/py. This can run
31 inject test commands and check the result. It is slower to run than C code,
34 You can run the tests on sandbox with:
55 There are several ad-hoc tests which run outside the pytest environment:
74 You can assume that the Pytest suite will be run before patches are accepted
/rk3399_rockchip-uboot/board/samsung/common/
H A Ddfu_sample_env.txt1 …oot=/dev/mmcblk${mmcdev}p${mmcrootpart} ${rootfstype} rootwait ${console}; run loaduimage; bootm 0…
8 bootcmd=run mmcboot
H A Dmisc.c354 int run; in download_menu() local
388 run = 0; in download_menu()
399 run = 1; in download_menu()
413 if (run) { in download_menu()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra30/
H A Dcpu.c129 static void set_cpu_running(int run) in set_cpu_running() argument
133 debug("set_cpu_running entry, run = %d\n", run); in set_cpu_running()
134 writel(run ? FLOW_MODE_NONE : FLOW_MODE_STOP, &flow->halt_cpu_events); in set_cpu_running()
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_exec_attach.py42 runner.run(cmd)
65 runner.run(cmd)
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuildman41 suite.run(result)
46 suite.run(result)
H A Dbuildman.py41 suite.run(result)
46 suite.run(result)
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME38 run tftpflash
63 run nfsboot
67 run ramboot
/rk3399_rockchip-uboot/scripts/
H A DKbuild.include86 # try-run
87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
91 try-run = $(shell set -e; \
104 as-option = $(call try-run,\
110 as-instr = $(call try-run,\
116 cc-option = $(call try-run,\
121 cc-option-yn = $(call try-run,\
131 cc-disable-warning = $(call try-run,\
155 cc-ldoption = $(call try-run,\
160 ld-option = $(call try-run,\
[all …]
/rk3399_rockchip-uboot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PB82 => run boot_bank0 (boot from NOR bank0)
83 => run boot_bank1 (boot from NOR bank1)
84 => run boot_nand (boot from NAND flash)
85 => run boot_spi (boot from SPI flash)
86 => run boot_sd (boot from SD card)
115 run 'mux sdhc' in U-Boot to validate SDHC with invalidating IFC.
122 run 'mux ifc' in U-Boot to validate IFC with invalidating SDHC.

12345678