AM64x MCU+ SDK  10.00.00
sdl_ecc.h
Go to the documentation of this file.
1 /*
2  * SDL ECC
3  *
4  * Software Diagnostics Library module for ECC
5  *
6  * Copyright (c) Texas Instruments Incorporated 2022-2024
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted provided that the following conditions
10  * are met:
11  *
12  * Redistributions of source code must retain the above copyright
13  * notice, this list of conditions and the following disclaimer.
14  *
15  * Redistributions in binary form must reproduce the above copyright
16  * notice, this list of conditions and the following disclaimer in the
17  * documentation and/or other materials provided with the
18  * distribution.
19  *
20  * Neither the name of Texas Instruments Incorporated nor the names of
21  * its contributors may be used to endorse or promote products derived
22  * from this software without specific prior written permission.
23  *
24  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35  *
36  */
37 
47 #ifndef INCLUDE_SDL_ECC_H_
48 #define INCLUDE_SDL_ECC_H_
49 
50 #include <stdint.h>
51 #include <stdbool.h>
52 
53 #include "sdl_common.h"
54 #include <sdl/ecc/sdl_ip_ecc.h>
55 #if defined(SOC_AM263X)
56 #include <sdl/esm/v0/sdl_esm.h>
57 #endif
58 #if defined(SOC_AM263PX) || defined(SOC_AM261X)
59 #include <sdl/esm/v2/sdl_esm.h>
60 #endif
61 #if defined(SOC_AM273X) || defined(SOC_AWR294X)
62 #include <sdl/esm/v1/sdl_esm.h>
63 #endif
64 #if defined(SOC_AM64X) || defined(SOC_AM243X)
65 #include <sdl/esm/v0/sdl_esm.h>
66 #endif
67 
68 #ifdef __cplusplus
69 extern "C" {
70 #endif
71 
77 #if defined(SOC_AM263X) || defined(SOC_AM263PX) || defined(SOC_AM261X)
78 
79 #define SDL_SOC_ECC_AGGR (0U)
80 #define SDL_R5FSS0_CORE0_ECC_AGGR (1U)
81 #define SDL_R5FSS0_CORE1_ECC_AGGR (2U)
82 #define SDL_R5FSS1_CORE0_ECC_AGGR (3U)
83 #define SDL_R5FSS1_CORE1_ECC_AGGR (4U)
84 #define SDL_HSM_ECC_AGGR (5U)
85 #define SDL_ICSSM_ICSS_G_CORE_BORG_ECC_AGGR (6U)
86 #define SDL_MCAN0_MCANSS_MSGMEM_WRAP_ECC_AGGR (7U)
87 #define SDL_MCAN1_MCANSS_MSGMEM_WRAP_ECC_AGGR (8U)
88 #if defined(SOC_AM263X) || defined(SOC_AM263PX)
89 #define SDL_MCAN2_MCANSS_MSGMEM_WRAP_ECC_AGGR (9U)
90 #define SDL_MCAN3_MCANSS_MSGMEM_WRAP_ECC_AGGR (10U)
91 #endif
92 #if defined(SOC_AM263PX)
93 #define SDL_MCAN4_MCANSS_MSGMEM_WRAP_ECC_AGGR (11U)
94 #define SDL_MCAN5_MCANSS_MSGMEM_WRAP_ECC_AGGR (12U)
95 #define SDL_MCAN6_MCANSS_MSGMEM_WRAP_ECC_AGGR (13U)
96 #define SDL_MCAN7_MCANSS_MSGMEM_WRAP_ECC_AGGR (14U)
97 #define SDL_FSS_OSPI_RAM_ECC_AGGR (15U)
98 #define SDL_FSS_FOTA_8051_RAM_ECC_AGGR (16U)
99 #define SDL_CPSW3GCSS_ECC_AGGR (17U)
100 #else
101 #define SDL_CPSW3GCSS_ECC_AGGR (11U)
102 #endif
103 #define SDL_ECC_MEMTYPE_MAX (SDL_CPSW3GCSS_ECC_AGGR + 1U)
104 
105 /* Parity */
106 #define SDL_R5SS0_CPU0_TCM (0U)
107 #define SDL_R5SS1_CPU0_TCM (1U)
108 /* SDL_R5SS0_CPU0_TCM */
109 #define SDL_R5FSS0_CORE0_ATCM0 (1U)
110 #define SDL_R5FSS0_CORE0_B0TCM0 (3U)
111 #define SDL_R5FSS0_CORE0_B1TCM0 (5U)
112 /* SDL_R5SS0_CPU10_TCM */
113 #define SDL_R5FSS0_CORE1_ATCM1 (2U)
114 #define SDL_R5FSS0_CORE1_B0TCM1 (4U)
115 #define SDL_R5FSS0_CORE1_B1TCM1 (6U)
116 /* SDL_R5SS1_CPU0_TCM */
117 #define SDL_R5FSS1_CORE0_ATCM0 (7U)
118 #define SDL_R5FSS1_CORE0_B0TCM0 (9U)
119 #define SDL_R5FSS1_CORE0_B1TCM0 (11U)
120 /* SDL_R5SS1_CPU1_TCM */
121 #define SDL_R5FSS1_CORE1_ATCM1 (8U)
122 #define SDL_R5FSS1_CORE1_B0TCM1 (10U)
123 #define SDL_R5FSS1_CORE1_B1TCM1 (12U)
124 /* TPCC */
125 #define SDL_TPCC0 (2)
126 #endif
127 
128 #if defined(SOC_AM273X) || defined(SOC_AWR294X)
129 #define SDL_R5FSS0_CORE0_ECC_AGGR (0U)
130 #define SDL_R5FSS0_CORE1_ECC_AGGR (1U)
131 #define SDL_MSS_ECC_AGG_MSS (2U)
132 #define SDL_DSS_ECC_AGG (3U)
133 #define SDL_MSS_MCANA_ECC (4U)
134 #define SDL_MSS_MCANB_ECC (5U)
135 #define SDL_CPSW3GCSS_ECC_AGGR (6U)
136 #define SDL_ECC_MEMTYPE_MAX (SDL_CPSW3GCSS_ECC_AGGR + 1U)
137 /* TCM PARITY */
138 #define SDL_TCM_PARITY_ATCM0 (1U)
139 #define SDL_TCM_PARITY_ATCM1 (2U)
140 #define SDL_TCM_PARITY_B0TCM0 (3U)
141 #define SDL_TCM_PARITY_B0TCM1 (4U)
142 #define SDL_TCM_PARITY_B1TCM0 (5U)
143 #define SDL_TCM_PARITY_B1TCM1 (6U)
144 
145 /* TPCC */
146 #define SDL_TPCC0A (2U)
147 #define SDL_TPCC0B (3U)
148 #define SDL_DSS_TPCCA (4U)
149 #define SDL_DSS_TPCCB (5U)
150 #define SDL_DSS_TPCCC (6U)
151 #endif
152 
153 #if defined(SOC_AM64X) || defined(SOC_AM243X)
154 #define SDL_PSRAMECC0_PSRAM256X32E_ECC_AGGR (0u)
155 #define SDL_MMCSD1_EMMCSD4SS_ECC_AGGR_RXMEM (1u)
156 #define SDL_ADC0_ADC12_CORE_FIFO_RAM_ECC_AGGR (2u)
157 #define SDL_ECC_AGGR1 (3u)
158 #define SDL_ECC_AGGR0 (4u)
159 #define SDL_SA2_UL0_SA2_UL_SA2_UL_ECC_AGGR (5u)
160 #define SDL_MCAN0_MCANSS_MSGMEM_WRAP_ECC_AGGR (6u)
161 #define SDL_DMASS0_DMSS_AM64_ECCAGGR (7u)
162 #define SDL_MMCSD1_EMMCSD4SS_ECC_AGGR_TXMEM (8u)
163 #define SDL_MCAN1_MCANSS_MSGMEM_WRAP_ECC_AGGR (9u)
164 #define SDL_PRU_ICSSG1_ICSS_G_16FF_CORE_BORG_ECC_AGGR (10u)
165 #define SDL_PRU_ICSSG0_ICSS_G_16FF_CORE_BORG_ECC_AGGR (11u)
166 #define SDL_MSRAM_256K2_MSRAM32KX64E_ECC_AGGR (12u)
167 #define SDL_FSS0_FSS_UL_OSPI0_OSPI_WRAP_ECC_AGGR (13u)
168 #define SDL_CPSW0_CPSW_3GUSS_CORE_ECC_CPSW_ECC_AGGR (14u)
169 #define SDL_GICSS0_GIC500SS_1_2_ECC_AGGR (15u)
170 #define SDL_PCIE0_PCIE_G2X1_64_CORE_AXI_ECC_AGGR (16u)
171 #define SDL_PCIE0_PCIE_G2X1_64_CORE_CORE_ECC_AGGR (17u)
172 #define SDL_USB0_USB3P0SS64_16FFC_USB3P0SS64_CORE_A__ECC_AGGR (18u)
173 #define SDL_PDMA1_PDMA_AM64_MAIN1_ECCAGGR (19u)
174 #define SDL_DMSC0_DMSC_LITE_ECC_AGGR_TXMEM (20u)
175 #define SDL_MSRAM_256K1_MSRAM32KX64E_ECC_AGGR_TXMEM (21u)
176 #define SDL_MSRAM_256K0_MSRAM32KX64E_ECC_AGGR (22u)
177 #define SDL_MSRAM_256K3_MSRAM32KX64E_ECC_AGGR (23u)
178 #define SDL_MSRAM_256K5_MSRAM32KX64E_ECC_AGGR (24u)
179 #define SDL_MSRAM_256K4_MSRAM32KX64E_ECC_AGGR (25u)
180 #define SDL_MSRAM_256K7_MSRAM32KX64E_ECC_AGGR (26u)
181 #define SDL_MSRAM_256K6_MSRAM32KX64E_ECC_AGGR (27u)
182 #define SDL_MCU_M4FSS0_BLAZAR_ECCAGGR (28u)
183 #define SDL_PDMA0_PDMA_AM64_MAIN0_ECCAGGR (29u)
184 #define SDL_MMCSD0_EMMC8SS_16FFC_ECC_AGGR_RXMEM (30u)
185 #define SDL_MMCSD0_EMMC8SS_16FFC_ECC_AGGR_TXMEM (31u)
186 #define SDL_VTM0_K3VTM_N16FFC_ECCAGGR (32u)
187 #define SDL_R5FSS1_PULSAR_LITE_CPU0_ECC_AGGR (33u)
188 #define SDL_R5FSS1_PULSAR_LITE_CPU1_ECC_AGGR (34u)
189 #define SDL_R5FSS0_PULSAR_LITE_CPU0_ECC_AGGR (35u)
190 #define SDL_R5FSS0_PULSAR_LITE_CPU1_ECC_AGGR (36u)
191 #if defined(SOC_AM64X)
192 #define SDL_COMPUTE_CLUSTER0_SAM64_A53_256KB_WRAP_A53_DUAL_WRAP_CBA_WRAP_A53_DUAL_WRAP_CBA_COREPAC_ECC_AGGR_CORE0 (37u)
193 #define SDL_COMPUTE_CLUSTER0_SAM64_A53_256KB_WRAP_A53_DUAL_WRAP_CBA_WRAP_A53_DUAL_WRAP_CBA_COREPAC_ECC_AGGR_COREPAC (38u)
194 #define SDL_COMPUTE_CLUSTER0_SAM64_A53_256KB_WRAP_A53_DUAL_WRAP_CBA_WRAP_A53_DUAL_WRAP_CBA_COREPAC_ECC_AGGR_CORE1 (39u)
195 #define SDL_ECC_MEMTYPE_MAX (SDL_COMPUTE_CLUSTER0_SAM64_A53_256KB_WRAP_A53_DUAL_WRAP_CBA_WRAP_A53_DUAL_WRAP_CBA_COREPAC_ECC_AGGR_CORE1 + 1U)
196 #endif
197 #if defined(SOC_AM243X)
198 #define SDL_ECC_MEMTYPE_MAX (SDL_R5FSS0_PULSAR_LITE_CPU1_ECC_AGGR + 1U)
199 #endif
200 #endif
201 
202 /* The following are the memory sub type for Memory type
203  SDL_ECC_MEMTYPE_MCU_R5F0_CORE & SDL_ECC_MEMTYPE_MCU_R5F1_CORE */
204 /* Keeping for backward-compatibility. Recommend to use RAM_ID directly from sdlr_soc_ecc_aggr.h file */
205 #if defined(SOC_AM273X) || defined(SOC_AWR294X) || defined(SOC_AM263X) || defined(SOC_AM263PX) || defined(SOC_AM261X)
206 
207 #define SDL_ECC_R5F_MEM_SUBTYPE_ATCM0_BANK0_VECTOR_ID (SDL_R5FSS0_CORE0_ECC_AGGR_PULSAR_SL_ATCM0_BANK0_RAM_ID)
208 
209 #define SDL_ECC_R5F_MEM_SUBTYPE_ATCM0_BANK1_VECTOR_ID (SDL_R5FSS0_CORE0_ECC_AGGR_PULSAR_SL_ATCM0_BANK1_RAM_ID)
210 
211 #define SDL_ECC_R5F_MEM_SUBTYPE_B0TCM0_BANK0_VECTOR_ID (SDL_R5FSS0_CORE0_ECC_AGGR_PULSAR_SL_B0TCM0_BANK0_RAM_ID)
212 
213 #define SDL_ECC_R5F_MEM_SUBTYPE_B0TCM0_BANK1_VECTOR_ID (SDL_R5FSS0_CORE0_ECC_AGGR_PULSAR_SL_B0TCM0_BANK1_RAM_ID)
214 
215 #define SDL_ECC_R5F_MEM_SUBTYPE_B1TCM0_BANK0_VECTOR_ID (SDL_R5FSS0_CORE0_ECC_AGGR_PULSAR_SL_B1TCM0_BANK0_RAM_ID)
216 
217 #define SDL_ECC_R5F_MEM_SUBTYPE_B1TCM0_BANK1_VECTOR_ID (SDL_R5FSS0_CORE0_ECC_AGGR_PULSAR_SL_B1TCM0_BANK1_RAM_ID)
218 
219 #define SDL_ECC_R5F_MEM_SUBTYPE_KS_VIM_RAM_VECTOR_ID (SDL_R5FSS0_CORE0_ECC_AGGR_CPU0_KS_VIM_RAMECC_RAM_ID)
220 #endif
221 
222 #if defined(SOC_AM64X) || defined(SOC_AM243X)
223 #define SDL_ECC_R5F_MEM_SUBTYPE_ATCM0_BANK0_VECTOR_ID (SDL_R5FSS0_PULSAR_LITE_CPU0_ECC_AGGR_PULSAR_LITE_ATCM0_BANK0_RAM_ID)
224 
225 #define SDL_ECC_R5F_MEM_SUBTYPE_ATCM0_BANK1_VECTOR_ID (SDL_R5FSS0_PULSAR_LITE_CPU0_ECC_AGGR_PULSAR_LITE_ATCM0_BANK1_RAM_ID)
226 
227 #define SDL_ECC_R5F_MEM_SUBTYPE_B0TCM0_BANK0_VECTOR_ID (SDL_R5FSS0_PULSAR_LITE_CPU0_ECC_AGGR_PULSAR_LITE_B0TCM0_BANK0_RAM_ID)
228 
229 #define SDL_ECC_R5F_MEM_SUBTYPE_B0TCM0_BANK1_VECTOR_ID (SDL_R5FSS0_PULSAR_LITE_CPU0_ECC_AGGR_PULSAR_LITE_B0TCM0_BANK1_RAM_ID)
230 
231 #define SDL_ECC_R5F_MEM_SUBTYPE_B1TCM0_BANK0_VECTOR_ID (SDL_R5FSS0_PULSAR_LITE_CPU0_ECC_AGGR_PULSAR_LITE_B1TCM0_BANK0_RAM_ID)
232 
233 #define SDL_ECC_R5F_MEM_SUBTYPE_B1TCM0_BANK1_VECTOR_ID (SDL_R5FSS0_PULSAR_LITE_CPU0_ECC_AGGR_PULSAR_LITE_B1TCM0_BANK1_RAM_ID)
234 
235 #define SDL_ECC_R5F_MEM_SUBTYPE_KS_VIM_RAM_VECTOR_ID (SDL_R5FSS0_PULSAR_LITE_CPU0_ECC_AGGR_CPU0_KS_VIM_RAMECC_RAM_ID)
236 #endif
237 
249 typedef enum {
255 
256 
262 typedef enum {
282 
283 
288 typedef enum {
294 
300 typedef uint32_t SDL_ECC_MemSubType;
301 
307 typedef uint32_t SDL_ECC_MemType;
308 
312 typedef void (*SDL_ECC_ErrorCallback_t) (uint32_t errorSrc, uint32_t address);
313 
315 typedef void (*SDL_ECC_VIMDEDVector_t) (void);
316 
326 typedef struct SDL_ECC_InitConfig_s
327 {
328  uint32_t numRams;
334 
339 typedef struct SDL_ECC_InjectErrorConfig_s
340 {
341  uint32_t *pErrMem;
343  uint32_t flipBitMask;
345  uint32_t chkGrp;
348 
353 typedef struct SDL_ECC_ErrorInfo_s
354 {
361  uint32_t bitErrCnt;
363  uint32_t injectBitErrCnt;
365  uint32_t bitErrorGroup;
367  uint64_t bitErrorOffset;
370 
386 int32_t SDL_ECC_initEsm (const SDL_ESM_Inst esmInstType);
387 
397 int32_t SDL_ECC_init (SDL_ECC_MemType eccMemType,
398  const SDL_ECC_InitConfig_t *pECCInitConfig);
399 
411  SDL_ECC_MemSubType memSubType);
412 
427  SDL_ECC_MemSubType memSubType,
428  SDL_ECC_InjectErrorType errorType,
429  const SDL_ECC_InjectErrorConfig_t *pECCErrorConfig,
430  uint32_t selfTestTimeOut);
431 
445  SDL_ECC_MemSubType memSubType,
446  SDL_ECC_InjectErrorType errorType,
447  const SDL_ECC_InjectErrorConfig_t *pECCErrorConfig);
448 
459  SDL_ECC_staticRegs *pStaticRegs);
460 
473  SDL_Ecc_AggrIntrSrc intrSrc,
474  SDL_ECC_ErrorInfo_t *pErrorInfo);
475 
485 int32_t SDL_ECC_ackIntr(SDL_ECC_MemType eccMemType,
486  SDL_Ecc_AggrIntrSrc intrSrc);
487 
501 int32_t SDL_ECC_getESMErrorInfo(SDL_ESM_Inst instance, uint32_t intSrc,
502  SDL_ECC_MemType *eccMemType, SDL_Ecc_AggrIntrSrc *intrSrcType);
503 
518  SDL_Ecc_AggrIntrSrc intrSrc,
519  SDL_Ecc_AggrEDCErrorSubType subType, uint32_t numEvents);
520 
538  uint32_t errorSrc,
539  uint32_t address,
540  uint32_t ramId,
541  uint64_t bitErrorOffset,
542  uint32_t bitErrorGroup);
543 #if defined(SOC_AM263X) || defined(SOC_AM263PX) || defined(SOC_AM261X)
544 
554 int32_t SDL_ECC_tcmParity(SDL_ECC_MemType eccMemType,
555  SDL_ECC_MemSubType memSubType,
556  uint32_t bitValue);
564 int32_t SDL_cleartcmStatusRegs(uint32_t clearVal);
565 #endif
566 #if defined(SOC_AM273X)|| defined(SOC_AWR294X)
567 
576 int32_t SDL_ECC_tcmParity(SDL_ECC_MemSubType memSubType,
577  uint32_t bitValue);
578 
579 /***********************************************************************
580  *
581  * \brief DSS L2 parity init
582  *
583  * \param1 void
584  * @return void
585  **********************************************************************/
586 void SDL_ECC_dss_l2_parity_init(void);
587 
588 /***********************************************************************
589  *
590  * \brief DSS L2 parity error inject
591  *
592  * \param1 injectError : single bit inject for parity error
593  * \param2 injectErrAdd: Inject memory address
594  * \param3 value : Initial value before injecting
595  * @return void
596  **********************************************************************/
597 void SDL_ECC_dss_l2_parity_errorInject(uint32_t injectError, uint32_t injectErrAdd, uint32_t value);
598 
599 /***********************************************************************
600  *
601  * \brief The single-bit error correction and double-bit error
602  * detection errors from the memories of L1 and L2 using EDC
603  * Mask and FLG registers
604  *
605  * \param1 exception_mask_flag : Register value used to enable
606  * propagation of particular exceptions
607  * @return void
608  **********************************************************************/
609 void SDL_ECC_DSP_Aggregated_EDC_Errors(uint32_t exception_mask_flag);
610 
611 /***********************************************************************
612  *
613  * \brief EDC Command Enable for L1P memory
614  *
615  * \param1 void
616  * @return SDL_PASS or SDL_EFAIL
617  **********************************************************************/
618 int32_t SDL_ECC_dss_l1p_edc_CMD_EN(void);
619 
620 /***********************************************************************
621  *
622  * \brief EDC Command Suspend for L1P memory
623  *
624  * \param1 void
625  * @return SDL_PASS or SDL_EFAIL
626  **********************************************************************/
627 int32_t SDL_ECC_dss_l1p_CMD_SUSP(void);
628 
629 /***********************************************************************
630  *
631  * \brief EDC Command Enable for L2 memory
632  *
633  * \param1 void
634  * @return SDL_PASS or SDL_EFAIL
635  **********************************************************************/
636 int32_t SDL_ECC_dss_l2_edc_CMD_EN(void);
637 
638 /***********************************************************************
639  *
640  * \brief EDC Command Suspend for L2 memory
641  *
642  * \param1 void
643  * @return SDL_PASS or SDL_EFAIL
644  **********************************************************************/
645 int32_t SDL_ECC_dss_l2_CMD_SUSP(void);
646 
647 /***********************************************************************
648  *
649  * \brief IDMA 1 Transfer function
650  *
651  * \param1 srcAddr : Source address of the IDMA 1 transfer
652  * \param2 destAddr: Destination address of the IDMA 1 transfer
653  *
654  * @return void
655  **********************************************************************/
656 void SDL_ECC_IDMA1_transfer(uint32_t srcAddr, uint32_t destAddr);
657 
658 #endif
659 
660 
672  uint32_t bitValue,
673  uint32_t paramregvalue,
674  uint32_t regval);
675 
676 #if defined(SOC_AM263PX) || defined(SOC_AM261X)
677 
682 void SDL_ECC_enableTMUROMParity(void);
683 
690 void SDL_ECC_enableTMUROMParityForceError(void);
691 
698 void SDL_ECC_disableTMUROMParity(void);
699 
706 void SDL_ECC_disableTMUROMParityErrorForce(void);
707 
714 void SDL_ECC_clearTMUROMParityError(void);
715 
716 #endif
717 
720 #ifdef __cplusplus
721 }
722 #endif /* extern "C" */
723 
724 #endif
SDL_ECC_ErrorCallback_t
void(* SDL_ECC_ErrorCallback_t)(uint32_t errorSrc, uint32_t address)
Definition: sdl_ecc.h:312
SDL_ECC_InitConfig_t
Definition: sdl_ecc.h:327
SDL_ECC_initMemory
int32_t SDL_ECC_initMemory(SDL_ECC_MemType eccMemType, SDL_ECC_MemSubType memSubType)
Initializes Memory to be ready for ECC error detection. Assumes ECC is already enabled.
SDL_ECC_ErrorInfo_t::memSubType
SDL_ECC_MemSubType memSubType
Definition: sdl_ecc.h:357
SDL_ECC_InitConfig_t::numRams
uint32_t numRams
Definition: sdl_ecc.h:328
SDL_INJECT_ECC_ERROR_FORCING_2BIT_ONCE
@ SDL_INJECT_ECC_ERROR_FORCING_2BIT_ONCE
Definition: sdl_ecc.h:268
SDL_ECC_injectError
int32_t SDL_ECC_injectError(SDL_ECC_MemType eccMemType, SDL_ECC_MemSubType memSubType, SDL_ECC_InjectErrorType errorType, const SDL_ECC_InjectErrorConfig_t *pECCErrorConfig)
Injects ECC error at specified location Assumes ECC is already enabled.
SDL_ECC_ackIntr
int32_t SDL_ECC_ackIntr(SDL_ECC_MemType eccMemType, SDL_Ecc_AggrIntrSrc intrSrc)
Acknowledge the ECC interrupt.
SDL_ECC_InjectErrorConfig_t::chkGrp
uint32_t chkGrp
Definition: sdl_ecc.h:345
sdl_esm.h
Header file contains enumerations, structure definitions and function declarations for SDL Error Sign...
SDL_Ecc_AggrEDCErrorSubType
uint32_t SDL_Ecc_AggrEDCErrorSubType
This enumerator defines the types of possible EDC errors.
Definition: V1/sdl_ip_ecc.h:190
SDL_ECC_getStaticRegisters
int32_t SDL_ECC_getStaticRegisters(SDL_ECC_MemType eccMemType, SDL_ECC_staticRegs *pStaticRegs)
Gets the static registers for the specified ECC instance.
SDL_ECC_AGGR_TYPE_INJECT_ONLY
@ SDL_ECC_AGGR_TYPE_INJECT_ONLY
Definition: sdl_ecc.h:250
SDL_INJECT_ECC_ERROR_FORCING_1BIT_N_ROW_ONCE
@ SDL_INJECT_ECC_ERROR_FORCING_1BIT_N_ROW_ONCE
Definition: sdl_ecc.h:270
SDL_INJECT_ECC_ERROR_FORCING_1BIT_ONCE
@ SDL_INJECT_ECC_ERROR_FORCING_1BIT_ONCE
Definition: sdl_ecc.h:266
SDL_ECC_selfTest
int32_t SDL_ECC_selfTest(SDL_ECC_MemType eccMemType, SDL_ECC_MemSubType memSubType, SDL_ECC_InjectErrorType errorType, const SDL_ECC_InjectErrorConfig_t *pECCErrorConfig, uint32_t selfTestTimeOut)
Runs self test by injecting and error and monitor response Assumes ECC is already enabled.
SDL_ECC_ErrorInfo_t::bitErrorGroup
uint32_t bitErrorGroup
Definition: sdl_ecc.h:365
SDL_INJECT_ECC_ERROR_FORCING_2BIT_N_ROW_ONCE
@ SDL_INJECT_ECC_ERROR_FORCING_2BIT_N_ROW_ONCE
Definition: sdl_ecc.h:272
SDL_ECC_ErrorInfo_t::intrSrc
SDL_Ecc_AggrIntrSrc intrSrc
Definition: sdl_ecc.h:359
SDL_INJECT_ECC_ERROR_FORCING_1BIT_REPEAT
@ SDL_INJECT_ECC_ERROR_FORCING_1BIT_REPEAT
Definition: sdl_ecc.h:274
sdl_common.h
Header file contains enumerations, structure definitions and function declarations for SDL COMMON int...
SDL_ECC_InjectErrorConfig_t
Definition: sdl_ecc.h:340
SDL_INJECT_ECC_NO_ERROR
@ SDL_INJECT_ECC_NO_ERROR
Definition: sdl_ecc.h:264
value
uint32_t value
Definition: tisci_otp_revision.h:2
sdl_ip_ecc.h
SDL_ECC_InjectErrorConfig_t::pErrMem
uint32_t * pErrMem
Definition: sdl_ecc.h:341
SDL_ECC_staticRegs
This structure contains the static register group for Ecc aggregator used by the SDL_ecc_aggrReadStat...
Definition: V1/sdl_ip_ecc.h:310
SDL_ECC_AGGR_TYPE_FULL_FUNCTION
@ SDL_ECC_AGGR_TYPE_FULL_FUNCTION
Definition: sdl_ecc.h:252
SDL_ECC_VIMDEDVector_t
void(* SDL_ECC_VIMDEDVector_t)(void)
Definition: sdl_ecc.h:315
SDL_ECC_InjectErrorType
SDL_ECC_InjectErrorType
ECC Inject error types.
Definition: sdl_ecc.h:262
SDL_ECC_initEsm
int32_t SDL_ECC_initEsm(const SDL_ESM_Inst esmInstType)
Initializes an module for usage with ECC module.
SDL_ECC_ErrorInfo_t::bitErrorOffset
uint64_t bitErrorOffset
Definition: sdl_ecc.h:367
SDL_ECC_InjectErrorConfig_t::flipBitMask
uint32_t flipBitMask
Definition: sdl_ecc.h:343
SDL_ECC_AggregatorType
SDL_ECC_AggregatorType
Definition: sdl_ecc.h:249
SDL_INJECT_ECC_ERROR_FORCING_2BIT_REPEAT
@ SDL_INJECT_ECC_ERROR_FORCING_2BIT_REPEAT
Definition: sdl_ecc.h:276
SDL_ECC_RAM_ID_TYPE_INTERCONNECT
@ SDL_ECC_RAM_ID_TYPE_INTERCONNECT
Definition: sdl_ecc.h:291
SDL_Ecc_AggrIntrSrc
uint32_t SDL_Ecc_AggrIntrSrc
This enumerator defines the types of possible ECC errors.
Definition: V1/sdl_ip_ecc.h:181
SDL_ECC_getESMErrorInfo
int32_t SDL_ECC_getESMErrorInfo(SDL_ESM_Inst instance, uint32_t intSrc, SDL_ECC_MemType *eccMemType, SDL_Ecc_AggrIntrSrc *intrSrcType)
Retrieves the ECC error information for the specified ESM error. If it isn't an ECC error or the ECC ...
SDL_ECC_ErrorInfo_t
Definition: sdl_ecc.h:354
SDL_ECC_InitConfig_t::pMemSubTypeList
SDL_ECC_MemSubType * pMemSubTypeList
Definition: sdl_ecc.h:331
SDL_ECC_MemSubType
uint32_t SDL_ECC_MemSubType
This enumerator indicate ECC memory Sub Type.
Definition: sdl_ecc.h:300
SDL_INJECT_ECC_ERROR_FORCING_1BIT_N_ROW_REPEAT
@ SDL_INJECT_ECC_ERROR_FORCING_1BIT_N_ROW_REPEAT
Definition: sdl_ecc.h:278
SDL_ECC_clearNIntrPending
int32_t SDL_ECC_clearNIntrPending(SDL_ECC_MemType eccMemType, SDL_ECC_MemSubType memSubType, SDL_Ecc_AggrIntrSrc intrSrc, SDL_Ecc_AggrEDCErrorSubType subType, uint32_t numEvents)
Clears N pending interrupts for the specified memtype, subtype and interrupt source.
SDL_ECC_ErrorInfo_t::injectBitErrCnt
uint32_t injectBitErrCnt
Definition: sdl_ecc.h:363
SDL_ECC_getErrorInfo
int32_t SDL_ECC_getErrorInfo(SDL_ECC_MemType eccMemType, SDL_Ecc_AggrIntrSrc intrSrc, SDL_ECC_ErrorInfo_t *pErrorInfo)
Retrieves the ECC error information for the specified memtype and interrupt source.
SDL_ECC_ErrorInfo_t::bitErrCnt
uint32_t bitErrCnt
Definition: sdl_ecc.h:361
SDL_ECC_ErrorInfo_t::eccMemType
SDL_ECC_MemType eccMemType
Definition: sdl_ecc.h:355
SDL_ECC_applicationCallbackFunction
void SDL_ECC_applicationCallbackFunction(SDL_ECC_MemType eccMemType, uint32_t errorSrc, uint32_t address, uint32_t ramId, uint64_t bitErrorOffset, uint32_t bitErrorGroup)
Application provided external callback function for ECC handling Called inside the reference function...
SDL_INJECT_ECC_ERROR_FORCING_2BIT_N_ROW_REPEAT
@ SDL_INJECT_ECC_ERROR_FORCING_2BIT_N_ROW_REPEAT
Definition: sdl_ecc.h:280
SDL_ECC_RamIdType
SDL_ECC_RamIdType
Definition: sdl_ecc.h:288
SDL_ECC_RAM_ID_TYPE_WRAPPER
@ SDL_ECC_RAM_ID_TYPE_WRAPPER
Definition: sdl_ecc.h:289
SDL_ECC_MemType
uint32_t SDL_ECC_MemType
This enumerator indicate ECC memory type.
Definition: sdl_ecc.h:307
SDL_ECC_init
int32_t SDL_ECC_init(SDL_ECC_MemType eccMemType, const SDL_ECC_InitConfig_t *pECCInitConfig)
Initializes ECC module for ECC detection.
SDL_ECC_tpccParity
int32_t SDL_ECC_tpccParity(SDL_ECC_MemType eccMemType, uint32_t bitValue, uint32_t paramregvalue, uint32_t regval)
Injects TPCC Parity error.