Searched refs:skip (Results 1 – 25 of 153) sorted by relevance
1234567
| /u-boot/test/py/tests/ |
| A D | test_net.py | 98 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 D | test_gpio.py | 106 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 D | test_sleep.py | 28 pytest.skip('sleep is not accurate') 31 pytest.skip('sleep command not supported')
|
| A D | test_efi_loader.py | 82 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 D | test_tpm2.py | 43 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 D | test_efi_fit.py | 397 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 D | conftest.py | 131 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 D | run | 21 skip=--skip-net-tests 34 skip=--skip-net-tests 86 run_test "buildman" ./tools/buildman/buildman -t ${skip}
|
| /u-boot/arch/arm/dts/ |
| A D | bcm283x-u-boot.dtsi | 29 skip-init; 34 skip-init;
|
| A D | dra76x.dtsi | 15 ti,irqs-skip = <10 67 68 133 139 140>;
|
| /u-boot/scripts/kconfig/lxdialog/ |
| A D | util.c | 252 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 D | fs-test.sh | 384 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 D | 177_skip_at_start.dts | 14 skip-at-start = <16>;
|
| A D | 178_skip_at_start_pad.dts | 14 skip-at-start = <16>;
|
| A D | 179_skip_at_start_section_pad.dts | 14 skip-at-start = <16>;
|
| A D | 098_4gb_and_skip_at_start_together.dts | 16 skip-at-start = <0xffffffe0>;
|
| /u-boot/test/py/tests/test_cat/ |
| A D | conftest.py | 32 pytest.skip('Setup failed')
|
| /u-boot/test/py/tests/test_xxd/ |
| A D | conftest.py | 32 pytest.skip('Setup failed')
|
| /u-boot/doc/device-tree-bindings/serial/ |
| A D | bcm2835-aux-uart.txt | 10 - skip-init: if present, the baud rate divisor is not changed
|
| A D | pl01x.txt | 10 - skip-init: if present, the baud rate divisor is not changed
|
| /u-boot/test/py/ |
| A D | conftest.py | 507 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 D | data.c | 212 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 D | imx8qm-dmsse20-a1.rst | 44 $ 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 D | u-boot.dtsi | 13 skip-at-start = <CONFIG_TEXT_BASE>;
|
| /u-boot/tools/ |
| A D | mips-relocs.c | 210 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