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. 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 | 123 -------------- include/linux/cper.h | 53 ++++++ 5 files changed, 415 insertions(+), 123 deletions(-) create mode 100644 drivers/firmware/efi/cper-arm.c -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. -- 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