| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | test.py | 37 errors = [ variable 80 ['5678', 'Second commit, a warning', 0, errors[0:1]], 81 ['9012', 'Third commit, error', 1, errors[0:2]], 82 ['3456', 'Fourth commit, warning', 0, [errors[0], errors[2]]], 83 ['7890', 'Fifth commit, link errors', 1, [errors[0], errors[3]]], 85 ['ef01', 'Seventh commit, check directory suppression', 1, [errors[4]]], 218 errors[0].rstrip().replace('\n', '\nw+')) 228 errors[1].rstrip().replace('\n', '\n+')) 237 errors[1].rstrip().replace('\n', '\n-')) 241 errors[2].rstrip().replace('\n', '\nw+')) [all …]
|
| H A D | buildman | 49 for test, err in result.errors:
|
| H A D | buildman.py | 49 for test, err in result.errors:
|
| H A D | README | 27 which boards fail on which commits, and which errors come up. It aims 31 errors or image size increases in a particular commit or board to be 56 progress information (except with -v, see below). All the output (errors, 81 If errors or warnings are found along the way, the thread will reconfigure 108 and add -e. This will display results and errors as they happen. You can 607 If you see error lines marked with '-', that means that the errors were fixed 622 Buildman tries to distinguish warnings from errors, and shows warning lines 908 enabled automatically). Use -e to see errors/warnings as well. 1020 0 (success) No errors or warnings found 1050 the results and errors. [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.mpc83xx.ddrecc | 6 * (injecting errors is initially disabled) 8 * define inject mask (which tells the DDR controller what type of errors 11 * enable injecting errors - from now on the controller injects errors as 14 IMPORTANT NOTICE: enabling injecting multiple-bit errors is potentially 15 dangerous as such errors are NOT corrected by the controller. Therefore caution 16 should be taken when enabling the injection of multiple-bit errors: it is only 19 Errors' below). In particular, when you simply set the multiple-bit errors in 21 errors will be injected when it accesses its code, data etc. 61 16 errors were generated, Single-Bit Error flag was not set as Single Bit Error
|
| H A D | README.memory-test | 2 hardware, or when using a sloppy port on some board, is memory errors. 18 errors. It is strongly recommended to always use this function, in 31 that no errors have been found so far. 33 - It is difficult to configure, and to use. And any errors here 71 that memory errors can be found by writing to and reading from memory. 73 static errors like shorts between data or address lines, unconnected 74 pins, etc. All the really nasty errors which will first turn your 75 hair gray, only to make you tear it out later, are dynamical errors, 96 errors, not a single one ever. The problems this code was supposed
|
| H A D | README.mpc74xx | 19 If you find any errors in the CPU setup code, please send us a note.
|
| H A D | README.LED | 40 CONFIG_STATUS_LED_RED is the red LED. It is used to signal errors. This must be
|
| H A D | README.nand | 52 for bad blocks or ECC errors. 315 It can also be used manually by users having seen some NAND errors in logs to 316 search the root cause of these errors.
|
| /rk3399_rockchip-uboot/arch/x86/cpu/quark/ |
| H A D | hte.c | 301 u16 errors; in hte_basic_write_read() local 309 errors = hte_basic_data_cmp(mrc_params, addr, first_run, mode); in hte_basic_write_read() 313 return errors; in hte_basic_write_read() 330 u16 errors; in hte_write_stress_bit_lanes() local 349 errors = hte_rw_data_cmp(mrc_params, addr, HTE_LOOP_CNT, in hte_write_stress_bit_lanes() 355 return errors; in hte_write_stress_bit_lanes()
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | checkpatch.py | 61 result.errors, result.warning, result.checks = 0, 0, 0 96 result.errors = int(match.group(1)) 151 error_count += result.errors 154 print('%d errors, %d warnings, %d checks for %s:' % (result.errors, 156 if (len(result.problems) != result.errors + result.warnings +
|
| H A D | test.py | 221 self.assertEqual(result.errors, 0) 232 self.assertEqual(result.errors, 1) 243 self.assertEqual(result.errors, 0) 254 self.assertEqual(result.errors, 0)
|
| H A D | patman.py | 99 for test, err in result.errors:
|
| H A D | patman | 99 for test, err in result.errors:
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 44 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors, 71 This is used to check for errors returned by libfdt C functions. 75 quiet: Errors to ignore (empty to raise on all errors) 96 quiet: Errors to ignore (empty to raise on all errors) 125 defaults to empty, but you can pass a list of errors that you expect. 126 If one of these errors occurs, the function will return an error number 139 quiet: Errors to ignore (empty to raise on all errors) 155 quiet: Errors to ignore (empty to raise on all errors) 170 quiet: Errors to ignore (empty to raise on all errors) 187 quiet: Errors to ignore (empty to raise on all errors) [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/mx6/ |
| H A D | ddr.c | 93 u32 errors = 0; in mmdc_do_write_level_calibration() local 156 errors |= 1; in mmdc_do_write_level_calibration() 159 errors |= 2; in mmdc_do_write_level_calibration() 161 debug("Ending write leveling calibration. Error mask: 0x%x\n", errors); in mmdc_do_write_level_calibration() 176 errors |= 4; in mmdc_do_write_level_calibration() 222 return errors; in mmdc_do_write_level_calibration() 238 u32 errors = 0; in mmdc_do_dqs_calibration() local 370 errors |= 1; in mmdc_do_dqs_calibration() 373 errors |= 2; in mmdc_do_dqs_calibration() 395 debug("Ending Read DQS Gating calibration. Error mask: 0x%x\n", errors); in mmdc_do_dqs_calibration() [all …]
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | dtoc.py | 51 for _, err in result.errors:
|
| H A D | dtoc | 51 for _, err in result.errors:
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | kernel-doc | 169 my $errors = 0; 427 ++$errors; 1776 ++$errors; 1815 ++$errors; 1843 ++$errors; 2358 ++$errors; 2612 if ($verbose && $errors) { 2613 print STDERR "$errors errors\n"; 2619 exit($errors);
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | fsl_ifc_spl.c | 39 int errors = (reg >> ((3 - bufnum % 4) * 8)) & 0xf; in check_read_ecc() local 41 if (errors == 0xf) { /* uncorrectable */ in check_read_ecc()
|
| H A D | fsl_ifc_nand.c | 292 int errors; in fsl_ifc_run_command() local 305 errors = check_read_ecc(mtd, ctrl, eccstat, i); in fsl_ifc_run_command() 307 if (errors == 15) { in fsl_ifc_run_command() 320 mtd->ecc_stats.corrected += errors; in fsl_ifc_run_command()
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | binman.py | 53 for test, err in result.errors:
|
| H A D | binman | 53 for test, err in result.errors:
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lrz.c | 77 int errors; variable 295 fprintf(stderr,_("Retry %d: "),errors); 1201 for (Lastrx=errors=0; errors<RETRYMAX; errors++) { in wcgetsec() 2105 while (++errors<20 && zgethdr(Rxhdr,1, NULL) != ZFIN); in tryz() 2308 errors = 0; goto nxthdr; in rzfile()
|
| H A D | zglobal.h | 358 extern int errors;
|