mbox series

[0/3] EDAC/igen6: Add EDAC support for two Intel SoCs

Message ID 20250408132455.489046-1-qiuxu.zhuo@intel.com (mailing list archive)
Headers show
Series EDAC/igen6: Add EDAC support for two Intel SoCs | expand

Message

Zhuo, Qiuxu April 8, 2025, 1:24 p.m. UTC
Certain BIOS versions of Intel SoCs with In-Band ECC capability
(e.g. Arizona Beach SoCs) may fuse off some memory controllers,
causing the current igen6_edac driver to mistakenly register these
absent controllers with the EDAC core.

Patch 1: Get the igen6_edac driver to skip absent memory controllers,
         preventing erroneous registration with the EDAC core.

Patch 2: Add EDAC support for Intel Arizona Beach SoCs (for network computing).
         This patch depends on Patch 1.

Patch 3: Add EDAC support for Intel Amston Lake SoCs (for edge computing).

Qiuxu Zhuo (3):
  EDAC/igen6: Skip the absent memory controllers
  EDAC/igen6: Add Intel Arizona Beach SoCs support
  EDAC/igen6: Add Intel Amston Lake SoCs support

 drivers/edac/igen6_edac.c | 86 +++++++++++++++++++++++++++++++--------
 1 file changed, 70 insertions(+), 16 deletions(-)


base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8

Comments

Luck, Tony April 18, 2025, 5:23 p.m. UTC | #1
> Certain BIOS versions of Intel SoCs with In-Band ECC capability
> (e.g. Arizona Beach SoCs) may fuse off some memory controllers,
> causing the current igen6_edac driver to mistakenly register these
> absent controllers with the EDAC core.
>
> Patch 1: Get the igen6_edac driver to skip absent memory controllers,
>          preventing erroneous registration with the EDAC core.
>
> Patch 2: Add EDAC support for Intel Arizona Beach SoCs (for network computing).
>          This patch depends on Patch 1.
>
> Patch 3: Add EDAC support for Intel Amston Lake SoCs (for edge computing).

Applied to edac-drivers branch of RAS tree for next merge window.

Thanks

-Tony