Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 96) sorted by relevance

1234

/u-boot/doc/
A DREADME.mpc83xx.ddrecc6 * (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
A DREADME.memory-test2 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
/u-boot/arch/x86/cpu/quark/
A Dhte.c300 u16 errors; in hte_basic_write_read() local
308 errors = hte_basic_data_cmp(mrc_params, addr, first_run, mode); in hte_basic_write_read()
312 return errors; in hte_basic_write_read()
329 u16 errors; in hte_write_stress_bit_lanes() local
348 errors = hte_rw_data_cmp(mrc_params, addr, HTE_LOOP_CNT, in hte_write_stress_bit_lanes()
354 return errors; in hte_write_stress_bit_lanes()
/u-boot/cmd/
A Dbootflow.c68 static void show_bootflow(int index, struct bootflow *bflow, bool errors) in show_bootflow() argument
74 if (errors) in show_bootflow()
98 bool all = false, boot = false, errors = false, no_global = false; in do_bootflow_scan() local
115 errors = strchr(argv[1], 'e'); in do_bootflow_scan()
176 show_bootflow(i, &bflow, errors); in do_bootflow_scan()
198 bool errors = false; in do_bootflow_list() local
202 errors = strchr(argv[1], 'e'); in do_bootflow_list()
217 show_bootflow(i, bflow, errors); in do_bootflow_list()
226 show_bootflow(i, bflow, errors); in do_bootflow_list()
/u-boot/tools/buildman/
A Dtest.py45 errors = [ variable
89 ['5678', 'Second commit, a warning', 0, errors[0:1]],
90 ['9012', 'Third commit, error', 1, errors[0:2]],
91 ['3456', 'Fourth commit, warning', 0, [errors[0], errors[2]]],
92 ['7890', 'Fifth commit, link errors', 1, [errors[0], errors[3]]],
95 [errors[4]]],
302 add_line_prefix('w+', boards1234, errors[0], col.YELLOW))
341 add_line_prefix('w+', boards34, errors[2], col.YELLOW))
351 expect = errors[3].rstrip().split('\n')
360 add_line_prefix('w-', boards34, errors[2], col.CYAN))
[all …]
/u-boot/board/ge/common/
A Dvpd_reader.c71 int errors = decode_bch(bch, data, data_length, ecc, NULL, NULL, in verify_bch() local
75 if (errors < 0) { in verify_bch()
80 if (errors > 0) { in verify_bch()
81 for (int n = 0; n < errors; n++) { in verify_bch()
/u-boot/tools/patman/
A Dtest_checkpatch.py301 self.assertEqual(result.errors, 0)
312 self.assertEqual(result.errors, 1)
323 self.assertEqual(result.errors, 0)
334 self.assertEqual(result.errors, 0)
345 self.assertEqual(result.errors, 0)
363 self.assertEqual(result.errors, 1)
A Dcheckpatch.py145 result.errors, result.warnings, result.checks = 0, 0, 0
171 result.errors = int(match.group(1))
257 error_count += result.errors
260 print('%d errors, %d warnings, %d checks for %s:' % (result.errors,
262 if (len(result.problems) != result.errors + result.warnings +
/u-boot/arch/arm/mach-imx/mx6/
A Dddr.c112 u32 errors = 0; in mmdc_do_write_level_calibration() local
178 errors |= 1; in mmdc_do_write_level_calibration()
181 errors |= 2; in mmdc_do_write_level_calibration()
198 errors |= 4; in mmdc_do_write_level_calibration()
254 return errors; in mmdc_do_write_level_calibration()
433 errors |= 1; in mmdc_do_dqs_calibration()
436 errors |= 2; in mmdc_do_dqs_calibration()
493 errors |= 4; in mmdc_do_dqs_calibration()
497 errors |= 8; in mmdc_do_dqs_calibration()
547 errors |= 16; in mmdc_do_dqs_calibration()
[all …]
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped87 This is used to check for errors returned by libfdt C functions.
91 quiet: Errors to ignore (empty to raise on all errors)
112 quiet: Errors to ignore (empty to raise on all errors)
163 quiet: Errors to ignore (empty to raise on all errors)
180 quiet: Errors to ignore (empty to raise on all errors)
195 quiet: Errors to ignore (empty to raise on all errors)
310 quiet: Errors to ignore (empty to raise on all errors)
326 quiet: Errors to ignore (empty to raise on all errors)
355 quiet: Errors to ignore (empty to raise on all errors)
372 quiet: Errors to ignore (empty to raise on all errors)
[all …]
/u-boot/fs/ubifs/
A DKconfig6 warnings and errors enabled.
/u-boot/doc/develop/
A Dpython_cq.rst80 Checking for errors
83 If you only want to check for pylint errors, use::
87 This will show only pylint errors. Note that you must set PYTHONPATH to point
/u-boot/board/mikrotik/crs3xx-98dx3236/
A Dbinary.07 image can be generated without errors.
/u-boot/board/Marvell/db-xc3-24g4xg/
A Dbinary.07 image can be generated without errors.
/u-boot/drivers/virtio/
A Dvirtio_blk.h117 __virtio32 errors; member
/u-boot/test/lib/
A DKconfig5 bool "Enable detection of Kconfig macro errors"
/u-boot/test/py/
A Du_boot_spawn.py136 os.write(self.fd, data.encode(errors='replace'))
195 c = os.read(self.fd, 1024).decode(errors='replace')
/u-boot/arch/powerpc/dts/
A Dqoriq-fman3-1-1g-4.dtsi37 fsl,erratum-a011043; /* must ignore read errors */
A Dqoriq-fman3-1-1g-5.dtsi37 fsl,erratum-a011043; /* must ignore read errors */
A Dqoriq-fman3-0-10g-0.dtsi38 fsl,erratum-a011043; /* must ignore read errors */
A Dqoriq-fman3-0-10g-1.dtsi38 fsl,erratum-a011043; /* must ignore read errors */
A Dqoriq-fman3-0-1g-0.dtsi37 fsl,erratum-a011043; /* must ignore read errors */
A Dqoriq-fman3-0-1g-1.dtsi37 fsl,erratum-a011043; /* must ignore read errors */
A Dqoriq-fman3-0-1g-2.dtsi37 fsl,erratum-a011043; /* must ignore read errors */
A Dqoriq-fman3-0-1g-3.dtsi37 fsl,erratum-a011043; /* must ignore read errors */

Completed in 54 milliseconds

1234