Skip to content

Commit b500b4a

Browse files
mnaranisuryasaimadhu
authored andcommitted
EDAC, synopsys: Add ECC support for ZynqMP DDR controller
Add ECC support for ZynqMP DDR controller IP. The IP supports interrupts for corrected and uncorrected errors. Add interrupt handlers for the same. Signed-off-by: Manish Narani <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> CC: Mauro Carvalho Chehab <[email protected]> CC: Michal Simek <[email protected]> CC: [email protected] CC: [email protected] CC: [email protected] CC: [email protected] CC: linux-edac <[email protected]> CC: [email protected] CC: [email protected] CC: [email protected] Link: http://lkml.kernel.org/r/[email protected]
1 parent e926ae5 commit b500b4a

File tree

2 files changed

+306
-18
lines changed

2 files changed

+306
-18
lines changed

drivers/edac/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ config EDAC_ALTERA_SDMMC
442442

443443
config EDAC_SYNOPSYS
444444
tristate "Synopsys DDR Memory Controller"
445-
depends on ARCH_ZYNQ
445+
depends on ARCH_ZYNQ || ARCH_ZYNQMP
446446
help
447447
Support for error detection and correction on the Synopsys DDR
448448
memory controller.

0 commit comments

Comments
 (0)