/u-boot/test/py/tests/ |
A D | test_net.py | 87 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 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_efi_fit.py | 396 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 D | fpga_config.c | 107 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 D | Kconfig | 17 bool "FPGA skip reset" 20 If yes we skip triggering a reset of the FPGA
|
/u-boot/test/py/tests/test_fs/ |
A D | conftest.py | 129 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 D | run | 18 [ "$1" == "quick" ] && skip=--skip-net-tests 53 run_test "buildman" ./tools/buildman/buildman -t ${skip}
|
/u-boot/arch/arm/dts/ |
A D | bcm283x-u-boot.dtsi | 10 skip-init; 15 skip-init;
|
A D | dra76x.dtsi | 18 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/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/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/cmd/ |
A D | bedbug.c | 342 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 D | cbfs.py | 176 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 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/doc/device-tree-bindings/pci/ |
A D | x86-pci.txt | 7 - 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 D | u-boot.dtsi | 11 skip-at-start = <CONFIG_SYS_TEXT_BASE>;
|
/u-boot/doc/board/amlogic/ |
A D | odroid-c2.rst | 53 $ 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 D | mips-relocs.c | 210 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 D | conftest.py | 465 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)
|