Home
last modified time | relevance | path

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

1234567

/u-boot/test/py/tests/
A Dtest_net.py98 pytest.skip('No DHCP server available')
117 pytest.skip('No DHCP6 server available')
136 pytest.skip('No static network configuration is defined')
154 pytest.skip('Network not initialized')
175 pytest.skip('No router on network')
195 pytest.skip('Network not initialized')
199 pytest.skip('No TFTP readable file to read')
236 pytest.skip('Network not initialized')
240 pytest.skip('No NFS readable file to read')
A Dtest_gpio.py106 pytest.skip("gpio not configured")
130 pytest.skip("gpio not configured")
154 pytest.skip("gpio not configured")
178 pytest.skip("gpio not configured")
206 pytest.skip("gpio not configured")
A Dtest_sleep.py28 pytest.skip('sleep is not accurate')
31 pytest.skip('sleep command not supported')
A Dtest_efi_loader.py82 pytest.skip('No DHCP server available')
104 pytest.skip('No static network configuration is defined')
120 pytest.skip('Network not initialized')
124 pytest.skip('No %s binary specified in environment' % env_conf)
A Dtest_tpm2.py43 pytest.skip('skip TPM device test')
65 pytest.skip('skip TPM device test')
92 pytest.skip('skip TPM device test')
119 pytest.skip('skip TPM device test')
134 pytest.skip('skip TPM device test')
158 pytest.skip('skip TPM device test')
A Dtest_efi_fit.py397 pytest.skip('Network not initialized')
401 pytest.skip('No env__efi_fit_tftp_file binary specified in environment')
406 pytest.skip('Neither "size", nor "dn" info provided in env__efi_fit_tftp_file')
/u-boot/test/py/tests/test_fs/
A Dconftest.py131 pytest.skip('.config feature "CMD_%s" not enabled' % fs_type.upper())
133 pytest.skip('.config feature "%s_WRITE" not enabled'
242 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
323 pytest.skip('Setup failed for filesystem: ' + fs_type + '. {}'.format(err))
364 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
424 pytest.skip('Setup failed for filesystem: ' + fs_type)
459 pytest.skip('Setup failed for filesystem: ' + fs_type)
493 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
535 pytest.skip('Setup failed for filesystem: ' + fs_type)
576 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
[all …]
/u-boot/test/
A Drun21 skip=--skip-net-tests
34 skip=--skip-net-tests
86 run_test "buildman" ./tools/buildman/buildman -t ${skip}
/u-boot/arch/arm/dts/
A Dbcm283x-u-boot.dtsi29 skip-init;
34 skip-init;
A Ddra76x.dtsi15 ti,irqs-skip = <10 67 68 133 139 140>;
/u-boot/scripts/kconfig/lxdialog/
A Dutil.c252 int i, len = 0, skip = 0; in dialog_clear() local
271 if (skip == 0) in dialog_clear()
274 skip--; in dialog_clear()
276 if (skip == 0) in dialog_clear()
279 skip--; in dialog_clear()
281 if (skip < strlen(pos->text)) { in dialog_clear()
282 waddstr(stdscr, pos->text + skip); in dialog_clear()
283 skip = 0; in dialog_clear()
285 skip -= strlen(pos->text); in dialog_clear()
287 if (skip == 0) in dialog_clear()
[all …]
/u-boot/test/fs/
A Dfs-test.sh384 dd if="${MB1}" bs=1M skip=0 count=1 2> /dev/null | md5sum > "$2"
388 dd if="${GB2p5}" bs=1M skip=0 count=1 \
392 dd if="${GB2p5}" bs=1M skip=2499 count=1 \
396 dd if="${GB2p5}" bs=1M skip=2047 count=1 \
400 dd if="${GB2p5}" bs=1M skip=2048 count=1 \
404 dd if="${GB2p5}" bs=512K skip=4095 count=2 \
/u-boot/tools/binman/test/
A D177_skip_at_start.dts14 skip-at-start = <16>;
A D178_skip_at_start_pad.dts14 skip-at-start = <16>;
A D179_skip_at_start_section_pad.dts14 skip-at-start = <16>;
A D098_4gb_and_skip_at_start_together.dts16 skip-at-start = <0xffffffe0>;
/u-boot/test/py/tests/test_cat/
A Dconftest.py32 pytest.skip('Setup failed')
/u-boot/test/py/tests/test_xxd/
A Dconftest.py32 pytest.skip('Setup failed')
/u-boot/doc/device-tree-bindings/serial/
A Dbcm2835-aux-uart.txt10 - skip-init: if present, the baud rate divisor is not changed
A Dpl01x.txt10 - skip-init: if present, the baud rate divisor is not changed
/u-boot/test/py/
A Dconftest.py507 pytest.skip('board "%s" not supported' % ubconfig.board_type)
512 pytest.skip('board "%s" not supported' % ubconfig.board_type)
531 pytest.skip('.config feature "%s" not enabled' % option.lower())
535 pytest.skip('.config feature "%s" enabled' % option.lower())
561 pytest.skip('tool "%s" not in $PATH' % tool)
577 pytest.skip('must run single-threaded')
/u-boot/fs/erofs/
A Ddata.c212 erofs_off_t end, length, skip; in z_erofs_read_data() local
254 skip = offset - map.m_la; in z_erofs_read_data()
257 skip = 0; in z_erofs_read_data()
282 .decodedskip = skip, in z_erofs_read_data()
/u-boot/doc/board/advantech/
A Dimx8qm-dmsse20-a1.rst44 $ dd if=imx-sc-firmware-1.11.0.bin of=imx-sc-firmware-1.11.0.tar.bz2 bs=42757 skip=1
47 $ dd if=imx-seco-3.8.5.bin of=imx-seco-3.8.5.tar.bz2 bs=43978 skip=1
/u-boot/arch/powerpc/dts/
A Du-boot.dtsi13 skip-at-start = <CONFIG_TEXT_BASE>;
/u-boot/tools/
A Dmips-relocs.c210 bool skip; in main() local
336 skip = true; in main()
341 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main()
344 if (skip) in main()

Completed in 40 milliseconds

1234567