From 76888f7cc8f98caf50568b74e956e446803382c8 Mon Sep 17 00:00:00 2001 From: Bing Xia Date: Thu, 16 May 2024 10:21:20 +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 Signed-off-by: Shiju Jose Signed-off-by: Mauro Carvalho Chehab --- non-standard-hisilicon.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/non-standard-hisilicon.c b/non-standard-hisilicon.c index c797a05..0f02e3e 100644 --- a/non-standard-hisilicon.c +++ b/non-standard-hisilicon.c @@ -216,6 +216,17 @@ static const char * const module_name[] = { "SDMA", "UC", "HBMC", + "PMC", + "SCHE", + "ASMB_DFS", + "ASMB_NTU", + "UB", + "UMMU", + "PCU", + "UCMI", + "DJTAGM", + "CFGBUS", + "MPU", }; static const char * const get_soc_desc(uint8_t soc_id) -- 2.50.1