On 12 December 2017 at 15:18, Tyler Baicar <tbaicar@xxxxxxxxxxxxxx> wrote: > Break out the ARM CPER code into a new file so it's separate from the main of > the CPER code. > > Add parsing for the ARM error information value based on UEFI 2.7 spec tables > 263-265. > > V3: Keep error type string definition in cper.c > > Tyler Baicar (2): > efi: move ARM CPER code to new file > efi: parse ARM error information value > > drivers/firmware/efi/Kconfig | 5 + > drivers/firmware/efi/Makefile | 1 + > drivers/firmware/efi/cper-arm.c | 356 ++++++++++++++++++++++++++++++++++++++++ > drivers/firmware/efi/cper.c | 122 +------------- > include/linux/cper.h | 48 ++++++ > 5 files changed, 413 insertions(+), 119 deletions(-) > create mode 100644 drivers/firmware/efi/cper-arm.c > This looks good to me. Although I haven't cross referenced every little detail with the spec: Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html