41 lines
976 B
Diff
41 lines
976 B
Diff
From 34e16f737fdcc90ed396a4b6074c6f2e3573e1d1 Mon Sep 17 00:00:00 2001
|
|
From: Qizhi Zhang <zhangqizhi3@h-partners.com>
|
|
Date: Tue, 8 Apr 2025 11:15:55 +0800
|
|
Subject: [PATCH] rasdaemon: Add new modules supported by HiSilicon common
|
|
section
|
|
|
|
Add new modules supported by HiSilicon common error section.
|
|
|
|
Signed-off-by: Bing Xia <xiabing14@h-partners.com>
|
|
Signed-off-by: Shiju Jose <shiju.jose@huawei.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
|
---
|
|
non-standard-hisilicon.c | 11 +++++++++++
|
|
1 file changed, 11 insertions(+)
|
|
|
|
diff --git a/non-standard-hisilicon.c b/non-standard-hisilicon.c
|
|
index 2b00ed6..d294442 100644
|
|
--- a/non-standard-hisilicon.c
|
|
+++ b/non-standard-hisilicon.c
|
|
@@ -219,6 +219,17 @@ static const char* module_name[] = {
|
|
"SDMA",
|
|
"UC",
|
|
"HBMC",
|
|
+ "PMC",
|
|
+ "SCHE",
|
|
+ "ASMB_DFS",
|
|
+ "ASMB_NTU",
|
|
+ "UB",
|
|
+ "UMMU",
|
|
+ "PCU",
|
|
+ "UCMI",
|
|
+ "DJTAGM",
|
|
+ "CFGBUS",
|
|
+ "MPU",
|
|
};
|
|
|
|
static const char* get_soc_desc(uint8_t soc_id)
|
|
--
|
|
2.25.1
|
|
|