Home
last modified time | relevance | path

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

12345

/u-boot/test/py/tests/
A Dtest_net.py87 pytest.skip('No DHCP server available')
106 pytest.skip('No static network configuration is defined')
124 pytest.skip('Network not initialized')
141 pytest.skip('Network not initialized')
145 pytest.skip('No TFTP readable file to read')
182 pytest.skip('Network not initialized')
186 pytest.skip('No NFS readable file to read')
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_efi_fit.py396 pytest.skip('Network not initialized')
400 pytest.skip('No env__efi_fit_tftp_file binary specified in environment')
405 pytest.skip('Neither "size", nor "dn" info provided in env__efi_fit_tftp_file')
/u-boot/board/keymile/km_arm/
A Dfpga_config.c107 static int skip; variable
113 skip = 0; in trigger_fpga_config()
118 skip = 0; in trigger_fpga_config()
121 skip = 1; in trigger_fpga_config()
170 if (skip) in wait_for_fpga_config()
221 resets = skip ? PCIE_RST : PCIE_RST | TRAFFIC_RST; in fpga_reset()
A DKconfig17 bool "FPGA skip reset"
20 If yes we skip triggering a reset of the FPGA
/u-boot/test/py/tests/test_fs/
A Dconftest.py129 pytest.skip('.config feature "CMD_%s" not enabled' % fs_type.upper())
131 pytest.skip('.config feature "%s_WRITE" not enabled'
274 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
350 pytest.skip('Setup failed for filesystem: ' + fs_type + '. {}'.format(err))
390 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
445 pytest.skip('Setup failed for filesystem: ' + fs_type)
479 pytest.skip('Setup failed for filesystem: ' + fs_type)
513 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
550 pytest.skip('Setup failed for filesystem: ' + fs_type)
590 pytest.skip('Creating failed for filesystem: ' + fs_type + '. {}'.format(err))
[all …]
/u-boot/test/
A Drun18 [ "$1" == "quick" ] && skip=--skip-net-tests
53 run_test "buildman" ./tools/buildman/buildman -t ${skip}
/u-boot/arch/arm/dts/
A Dbcm283x-u-boot.dtsi10 skip-init;
15 skip-init;
A Ddra76x.dtsi18 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/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/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/cmd/
A Dbedbug.c342 int skip = 1; /* Flag to skip the first entry */ in do_bedbug_stack() local
363 if (!skip) in do_bedbug_stack()
366 --skip; in do_bedbug_stack()
/u-boot/tools/binman/etype/
A Dcbfs.py176 def ObtainContents(self, skip=None): argument
186 if entry != skip and not entry.ObtainContents():
283 self.ObtainContents(skip=child)
/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/doc/device-tree-bindings/pci/
A Dx86-pci.txt7 - u-boot,skip-auto-config-until-reloc : Don't set up PCI configuration until
34 u-boot,skip-auto-config-until-reloc;
/u-boot/arch/powerpc/dts/
A Du-boot.dtsi11 skip-at-start = <CONFIG_SYS_TEXT_BASE>;
/u-boot/doc/board/amlogic/
A Dodroid-c2.rst53 $ dd if=$DIR/u-boot.img of=$DIR/u-boot.gxbb bs=512 skip=96
62 $ dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1
/u-boot/tools/
A Dmips-relocs.c210 bool skip; in main() local
335 skip = true; in main()
340 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main()
343 if (skip) in main()
/u-boot/test/py/
A Dconftest.py465 pytest.skip('board "%s" not supported' % ubconfig.board_type)
470 pytest.skip('board "%s" not supported' % ubconfig.board_type)
489 pytest.skip('.config feature "%s" not enabled' % option.lower())
493 pytest.skip('.config feature "%s" enabled' % option.lower())
519 pytest.skip('tool "%s" not in $PATH' % tool)

Completed in 838 milliseconds

12345