| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_net.py | 88 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 D | test_gpt.py | 22 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 D | test_efi_loader.py | 80 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 D | test_sleep.py | 13 pytest.skip('sleep command not supported')
|
| H A D | test_hush_if_test.py | 108 pytest.skip()
|
| /rk3399_rockchip-uboot/board/keymile/km_arm/ |
| H A D | fpga_config.c | 105 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 D | bcm283x-uboot.dtsi | 15 skip-init; 20 skip-init;
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 253 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 D | fs-test.sh | 361 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 D | spl.sh | 77 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 D | bedbug.c | 333 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 D | u_boot_utils.py | 223 pytest.skip('bdinfo command not supported') 225 pytest.skip('Previously failed to find RAM bank start')
|
| H A D | conftest.py | 432 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 D | bcm2835-aux-uart.txt | 10 - skip-init: if present, the baud rate divisor is not changed
|
| H A D | pl01x.txt | 10 - skip-init: if present, the baud rate divisor is not changed
|
| /rk3399_rockchip-uboot/board/amlogic/odroid-c2/ |
| H A D | README | 53 > 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 D | mips-relocs.c | 213 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 D | start.S | 223 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 D | cache_v7_asm.S | 40 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 D | crt0_arm_efi.S | 19 .skip 58 /* 'MZ' + pad + offset == 64 */
|
| H A D | crt0_aarch64_efi.S | 19 .skip 58 /* 'MZ' + pad + offset == 64 */
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | recovery.c | 469 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 D | cache.S | 92 b.lt skip /* skip if no cache or icache */ 94 skip: label
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_access.c | 589 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 D | Kconfig | 36 want to skip ddr init and this option is useful for it.
|