Backport one patch, and some little fixes and add some modules support for kunpeng series, including following 5 patches: rasdaemon: Modify non-standard error decoding interface using linked list rasdaemon: Fix the issue of sprintf data type mismatch in uuid_le() rasdaemon: Fix the issue of command option -r for hip08 rasdaemon: Fix some print format issues for hisi common error section rasdaemon: Add some modules supported by hisi common error section Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
36 lines
910 B
Diff
36 lines
910 B
Diff
From 31c1d5f335aa63fb02583eca8fe21a18fbcb865e Mon Sep 17 00:00:00 2001
|
|
From: Xiaofei Tan <tanxiaofei@huawei.com>
|
|
Date: Fri, 20 Aug 2021 10:39:12 +0800
|
|
Subject: [PATCH 4/4] rasdaemon: Add some modules supported by hisi common
|
|
error section
|
|
|
|
Add some modules supported by hisi common error section. Besides,
|
|
HHA is the module for some old platform, and it takes the same place
|
|
of MATA, so remove it.
|
|
|
|
Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
|
|
---
|
|
non-standard-hisilicon.c | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/non-standard-hisilicon.c b/non-standard-hisilicon.c
|
|
index f9c7bd4..1432163 100644
|
|
--- a/non-standard-hisilicon.c
|
|
+++ b/non-standard-hisilicon.c
|
|
@@ -184,7 +184,11 @@ static const char* module_name[] = {
|
|
"SEC",
|
|
"RDE",
|
|
"MEE",
|
|
- "HHA",
|
|
+ "L4D",
|
|
+ "Tsensor",
|
|
+ "ROH",
|
|
+ "BTC",
|
|
+ "HILINK"
|
|
};
|
|
|
|
static const char* get_soc_desc(uint8_t soc_id)
|
|
--
|
|
2.33.0
|
|
|