Skip to content

Commit

Permalink
arm64: edac: Phytium: Add edac driver to receive RAS error
Browse files Browse the repository at this point in the history
Support for error detection and correction on the Phytium
Pe220x family of SOCs.

Signed-off-by: yuanxia <[email protected]>
Signed-off-by: Zhu Honglei <[email protected]>
Signed-off-by: Lan Hengyu <[email protected]>
Signed-off-by: Li Mingzhe <[email protected]>
Signed-off-by: Wang Yinfeng <[email protected]>
  • Loading branch information
yuanxia0927 authored and MingcongBai committed May 27, 2024
1 parent c0afbca commit 4d895b1
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,13 @@ config EDAC_TI
help
Support for error detection and correction on the TI SoCs.

config EDAC_PHYTIUM
tristate "Phytium Pe220x SoC"
depends on (ARM64)
help
Support for error detection and correction on the
Phytium Pe220x family of SOCs.

config EDAC_QCOM
tristate "QCOM EDAC Controller"
depends on ARCH_QCOM && QCOM_LLCC
Expand Down
1 change: 1 addition & 0 deletions drivers/edac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ obj-$(CONFIG_EDAC_ARMADA_XP) += armada_xp_edac.o
obj-$(CONFIG_EDAC_SYNOPSYS) += synopsys_edac.o
obj-$(CONFIG_EDAC_XGENE) += xgene_edac.o
obj-$(CONFIG_EDAC_TI) += ti_edac.o
obj-$(CONFIG_EDAC_PHYTIUM) += phytium_edac.o
obj-$(CONFIG_EDAC_QCOM) += qcom_edac.o
obj-$(CONFIG_EDAC_ASPEED) += aspeed_edac.o
obj-$(CONFIG_EDAC_BLUEFIELD) += bluefield_edac.o
Expand Down
Loading

0 comments on commit 4d895b1

Please sign in to comment.