Skip to content

Commit

Permalink
HSD#15016723971: EDAC/altera: Changed address for SEU SBE injection
Browse files Browse the repository at this point in the history
Changed the SEU SBE injection address to common address(0x30000)
to use across different Agilex5 silicon.

Signed-off-by: Niravkumar L Rabara <[email protected]>
  • Loading branch information
rabara committed Sep 6, 2024
1 parent 2d553cb commit 795544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/altera_edac.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ struct altr_sdram_mc_data {
#define S10_WARM_RESET_WFI_FLAG BIT(31)

/* Single Event Upset Defines */
#define SEU_SAFE_INJECT_SB_CE 0x50000
#define SEU_SAFE_INJECT_SB_CE 0x30000
#define SEU_SAFE_INJECT_DB_UE_MSB 0x20
#define SEU_SAFE_INJECT_DB_UE_LSB 0x30001

Expand Down

0 comments on commit 795544f

Please sign in to comment.