Enable the following config to support the "legency mcelog" and "recovery from hardware memory errors":
CONFIG_X86_MCELOG_LEGACY=y CONFIG_MEMORY_FAILURE=y CONFIG_HWPOISON_INJECT=m Signed-off-by: Liwei Song <[email protected]> --- bsp/intel-x86/intel-x86.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index 4ab568865b3c..863c061ef861 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -34,6 +34,10 @@ CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y CONFIG_X86_MCE=y CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCELOG_LEGACY=y + +CONFIG_MEMORY_FAILURE=y +CONFIG_HWPOISON_INJECT=m CONFIG_X86_INTEL_LPSS=y # -- 2.24.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8600): https://lists.yoctoproject.org/g/linux-yocto/message/8600 Mute This Topic: https://lists.yoctoproject.org/mt/73028792/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
