drivers/firmware/efi/cper_cxl.c
0 → 100644
+152
−0
drivers/firmware/efi/cper_cxl.h
0 → 100644
+66
−0
Loading
Add support for decoding CXL Protocol Error Section as defined in UEFI 2.10 Section N.2.13. Do the section decoding in a new cper_cxl.c file. This new file will be used in the future for more CXL CPERs decode support. Add this to the existing UEFI_CPER config. Signed-off-by:Smita Koralahalli <Smita.KoralahalliChannabasappa@amd.com> Reviewed-by:
Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by:
Ard Biesheuvel <ardb@kernel.org>