edac: ibecc: Add EDAC IBECC driver

Add In-Band ECC driver. Supported in ehl_crb board.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2020-12-17 16:06:43 +02:00 committed by Anas Nashif
commit 2b30d04eef
3 changed files with 611 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
zephyr_sources_ifdef(CONFIG_EDAC_IBECC edac_ibecc.c)