Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 65) sorted by relevance

123

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_net.py88 pytest.skip('No DHCP server available')
107 pytest.skip('No static network configuration is defined')
125 pytest.skip('Network not initialized')
142 pytest.skip('Network not initialized')
146 pytest.skip('No TFTP readable file to read')
182 pytest.skip('Network not initialized')
186 pytest.skip('No NFS readable file to read')
H A Dtest_gpt.py22 pytest.skip('gpt command not supported')
33 pytest.skip('gpt command not supported')
44 pytest.skip('gpt rename command not supported')
58 pytest.skip('gpt rename command not supported')
60 pytest.skip('gpt swap test needs CMD_PART')
H A Dtest_efi_loader.py80 pytest.skip('No DHCP server available')
99 pytest.skip('No static network configuration is defined')
114 pytest.skip('Network not initialized')
118 pytest.skip('No %s binary specified in environment' % env_conf)
H A Dtest_sleep.py13 pytest.skip('sleep command not supported')
H A Dtest_hush_if_test.py108 pytest.skip()
/rk3399_rockchip-uboot/board/keymile/km_arm/
H A Dfpga_config.c105 int skip; variable
113 skip = 0; in trigger_fpga_config()
116 skip = 1; in trigger_fpga_config()
164 if (skip) in wait_for_fpga_config()
232 resets = skip ? PCIE_RST : PCIE_RST | TRAFFIC_RST; in fpga_reset()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dbcm283x-uboot.dtsi15 skip-init;
20 skip-init;
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dutil.c253 int i, len = 0, skip = 0; in dialog_clear() local
268 skip = len - (columns - 2 - strlen(ellipsis)); in dialog_clear()
272 if (skip == 0) in dialog_clear()
275 skip--; in dialog_clear()
277 if (skip == 0) in dialog_clear()
280 skip--; in dialog_clear()
282 if (skip < strlen(pos->text)) { in dialog_clear()
283 waddstr(stdscr, pos->text + skip); in dialog_clear()
284 skip = 0; in dialog_clear()
286 skip -= strlen(pos->text); in dialog_clear()
[all …]
/rk3399_rockchip-uboot/test/fs/
H A Dfs-test.sh361 dd if="${MB1}" bs=1M skip=0 count=1 2> /dev/null | md5sum > "$2"
365 dd if="${GB2p5}" bs=1M skip=0 count=1 \
369 dd if="${GB2p5}" bs=1M skip=2499 count=1 \
373 dd if="${GB2p5}" bs=1M skip=2047 count=1 \
377 dd if="${GB2p5}" bs=1M skip=2048 count=1 \
381 dd if="${GB2p5}" bs=512K skip=4095 count=2 \
/rk3399_rockchip-uboot/scripts/
H A Dspl.sh77 dd if=tmp/u-boot-tpl.bin of=tmp/tpl.bin bs=1 skip=4
91 dd if=tmp/u-boot-tpl.bin of=tmp/tpl.bin bs=1 skip=4
/rk3399_rockchip-uboot/cmd/
H A Dbedbug.c333 int skip = 1; /* Flag to skip the first entry */ in do_bedbug_stack() local
354 if (!skip) in do_bedbug_stack()
357 --skip; in do_bedbug_stack()
/rk3399_rockchip-uboot/test/py/
H A Du_boot_utils.py223 pytest.skip('bdinfo command not supported')
225 pytest.skip('Previously failed to find RAM bank start')
H A Dconftest.py432 pytest.skip('board not supported')
437 pytest.skip('board not supported')
458 pytest.skip('.config feature not enabled')
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/
H A Dbcm2835-aux-uart.txt10 - skip-init: if present, the baud rate divisor is not changed
H A Dpl01x.txt10 - skip-init: if present, the baud rate divisor is not changed
/rk3399_rockchip-uboot/board/amlogic/odroid-c2/
H A DREADME53 > dd if=$DIR/u-boot.img of=$DIR/u-boot.gxbb bs=512 skip=96
60 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1
/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c213 bool skip; in main() local
340 skip = true; in main()
345 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main()
348 if (skip) in main()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dstart.S223 bge skip_errata_798870 @ skip if not affected rev
225 blt skip_errata_798870 @ skip if not affected rev
238 bgt skip_errata_801819 @ skip if not affected rev
240 blt skip_errata_801819 @ skip if not affected rev
244 beq skip_errata_801819 @ skip erratum if REVIDR[3] is set
H A Dcache_v7_asm.S40 blt skip @ skip if no cache, or just i-cache
65 skip: label
113 blt inval_skip @ skip if no cache, or just i-cache
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcrt0_arm_efi.S19 .skip 58 /* 'MZ' + pad + offset == 64 */
H A Dcrt0_aarch64_efi.S19 .skip 58 /* 'MZ' + pad + offset == 64 */
/rk3399_rockchip-uboot/fs/ubifs/
H A Drecovery.c469 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
472 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
473 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
484 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
486 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
488 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dcache.S92 b.lt skip /* skip if no cache or icache */
94 skip: label
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c589 size_t sz, int skip) in of_property_read_string_helper() argument
602 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) { in of_property_read_string_helper()
606 if (out_strs && i >= skip) in of_property_read_string_helper()
609 i -= skip; in of_property_read_string_helper()
/rk3399_rockchip-uboot/arch/arm/mach-zynq/
H A DKconfig36 want to skip ddr init and this option is useful for it.

123