Lines Matching full:ibecc
3 In Band Error Correction Code (IBECC)
10 an integrated memory controller with IBECC.
12 The In-Band Error Correction Code (IBECC) improves reliability by providing
13 error detection and correction. IBECC can work for all or for specific regions
14 of physical memory space. The IBECC is useful for memory technologies that do
17 IBECC adds memory overhead of 1/32 of the memory. This memory is not accessible
18 and used to store ECC syndrome data. IBECC converts read / write transactions
22 There is a debug feature IBECC Error Injection which helps to debug and verify
23 IBECC functionality. ECC errors are injected on the write path and cause ECC
26 IBECC Configuration
29 There are three IBECC operation modes which can be selected by Bootloader. They
41 IBECC operational mode is configured through BIOS or Bootloader. For operation
47 IBECC Logging
50 IBECC logs the following fields:
58 * Correctable Error (CE) - error is detected and corrected by IBECC module.
60 * Uncorrectable Error (UE) - error is detected by IBECC module and not
63 The IBECC driver provides error type for the higher-level application to
65 syndrome is not used in the IBECC driver but provided to higher-level