efi/cper, cxl: Decode CXL Protocol Error Section
authorSmita Koralahalli <Smita.KoralahalliChannabasappa@amd.com>
Fri, 28 Oct 2022 20:09:49 +0000 (20:09 +0000)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 18 Nov 2022 08:14:10 +0000 (09:14 +0100)
commitabdbf1a25daf42983a7becb6f6532ac7917951b0
treec7ed03ae4d4010728af59daa71c6d78c020e3e29
parentd981a88c1669aa350f06db142860564e4330ed0c
efi/cper, cxl: Decode CXL Protocol Error Section

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>
drivers/firmware/efi/Makefile
drivers/firmware/efi/cper.c
drivers/firmware/efi/cper_cxl.c [new file with mode: 0644]
drivers/firmware/efi/cper_cxl.h [new file with mode: 0644]