[RFC 2/5] efi: add riscv APEI generic processor error printing support

Rui Qi qirui.001 at bytedance.com
Thu Feb 6 05:19:23 PST 2025


From: Rui Qi <qirui.001 at bytedance.com>

Add support for riscv Common Platform Error Record (CPER).

Signed-off-by: Rui Qi <qirui.001 at bytedance.com>
---
 drivers/firmware/efi/cper.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/firmware/efi/cper.c b/drivers/firmware/efi/cper.c
index b69e68ef3f02..50f84a0f2801 100644
--- a/drivers/firmware/efi/cper.c
+++ b/drivers/firmware/efi/cper.c
@@ -110,6 +110,7 @@ static const char * const proc_type_strs[] = {
 	"IA32/X64",
 	"IA64",
 	"ARM",
+	"RISCV",
 };
 
 static const char * const proc_isa_strs[] = {
@@ -118,6 +119,9 @@ static const char * const proc_isa_strs[] = {
 	"X64",
 	"ARM A32/T32",
 	"ARM A64",
+	"RISCV32",
+	"RISCV64",
+
 };
 
 const char * const cper_proc_error_type_strs[] = {
-- 
2.20.1




More information about the linux-riscv mailing list