Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 67) sorted by relevance

123

/u-boot/fs/ubifs/
A Dsb.c359 goto failed; in validate_sb()
364 goto failed; in validate_sb()
370 goto failed; in validate_sb()
376 goto failed; in validate_sb()
384 goto failed; in validate_sb()
398 goto failed; in validate_sb()
404 goto failed; in validate_sb()
410 goto failed; in validate_sb()
417 goto failed; in validate_sb()
424 goto failed; in validate_sb()
[all …]
/u-boot/board/sbc8641d/
A DREADME42 c) while on, using static precautions, move JP10 back to the failed image.
43 d) use "md fff00000" to confirm you are looking at the failed image
46 g) erase failed image: "erase FFF00000 FFF5FFFF"
/u-boot/post/lib_powerpc/fpu/
A Dcompare-fp-1.c20 static int failed; variable
22 #define TEST(c) if ((c) != ok) failed++
200 if (failed) { in fpu_post_test_math6()
/u-boot/drivers/ddr/altera/
A Dsdram_gen5.c595 goto failed; in altera_gen5_sdram_probe()
602 goto failed; in altera_gen5_sdram_probe()
611 goto failed; in altera_gen5_sdram_probe()
619 failed: in altera_gen5_sdram_probe()
A Dsdram_soc64.c271 goto failed; in altera_sdram_probe()
276 failed: in altera_sdram_probe()
/u-boot/drivers/mmc/
A Dgen_atmel_mci.c563 goto failed;
568 goto failed;
573 goto failed;
578 failed:
/u-boot/tools/buildman/
A Dbuilderthread.py467 failed = result.return_code or result.stderr
469 if failed and not do_config:
494 if (failed and not result.already_done and not did_config and
507 if failed:
/u-boot/test/fs/
A Dfat-noncontig-test.sh77 echo fallocate failed - using dd instead
A Dfs-test.sh133 echo fallocate failed - using dd instead
/u-boot/include/mtd/
A Dmtd-abi.h240 __u32 failed; member
/u-boot/doc/
A DREADME.bootcount6 This allows to detect multiple failed attempts to boot Linux.
/u-boot/cmd/
A Dnand.c664 unsigned int failed = 0, passed = 0; in do_nand() local
696 failed++; in do_nand()
703 printf(" Passed: %u, failed: %u\n", passed, failed); in do_nand()
704 return failed != 0; in do_nand()
/u-boot/doc/usage/
A Dmbr.rst87 | 1 | mbr write failed |
/u-boot/doc/android/
A Dfastboot-protocol.rst36 b. FAIL -> the requested command failed. The remaining 60 bytes
60 reason and consider the command failed. Stop.
A Davb2.rst97 echo AVB verification failed; \
/u-boot/drivers/mtd/
A Dmtdpart.c302 mtd->ecc_stats.failed += in part_read()
303 mtd->parent->ecc_stats.failed - stats.failed; in part_read()
365 mtd->ecc_stats.failed++; in part_read_oob()
/u-boot/doc/uImage.FIT/
A Dbeaglebone_vboot.txt421 Verifying Hash Integrity ... sha1,rsa2048:devrsa_verify_with_keynode: RSA failed to verify: -13
422 rsa_verify_with_keynode: RSA failed to verify: -13
442 sha1,rsa2048:devrsa_verify_with_keynode: RSA failed to verify: -13
443 rsa_verify_with_keynode: RSA failed to verify: -13
560 [ 2.595830] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
562 [ 2.612723] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
/u-boot/doc/develop/
A Dmenus.rst109 printf("failed to add item!");
/u-boot/board/Synology/ds109/
A Dopenocd.cfg28 # possible that initial tap examination failed. So let's
/u-boot/drivers/mtd/nand/raw/
A Dmxs_nand.c671 uint32_t corrected = 0, failed = 0; in mxs_nand_ecc_read_page() local
797 failed++; in mxs_nand_ecc_read_page()
805 mtd->ecc_stats.failed += failed; in mxs_nand_ecc_read_page()
A Dnand_base.c1884 mtd->ecc_stats.failed++; in nand_read_page_swecc()
1996 mtd->ecc_stats.failed++; in nand_read_subpage()
2062 mtd->ecc_stats.failed++; in nand_read_page_hwecc()
2132 mtd->ecc_stats.failed++; in nand_read_page_hwecc_oob_first()
2211 mtd->ecc_stats.failed++; in nand_read_page_syndrome()
2338 unsigned int ecc_failures = mtd->ecc_stats.failed; in nand_do_read_ops()
2395 !(mtd->ecc_stats.failed - ecc_failures) && in nand_do_read_ops()
2424 if (mtd->ecc_stats.failed - ecc_failures) { in nand_do_read_ops()
2433 mtd->ecc_stats.failed = ecc_failures; in nand_do_read_ops()
2736 if (mtd->ecc_stats.failed - stats.failed) in nand_do_read_oob()
/u-boot/scripts/
A Dspelling.txt488 falied||failed
489 faild||failed
491 failied||failed
497 falied||failed
/u-boot/arch/arm/dts/
A Dsun4i-a10-dserve-dsrv9703c.dts114 status = "failed";
A Dsun4i-a10-pov-protab2-ips9.dts98 status = "failed";
A Dsun6i-a31s-primo81.dts95 status = "failed";

Completed in 72 milliseconds

123