From patchwork Tue Nov 15 16:04:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shiju Jose X-Patchwork-Id: 13043954 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B9AFC43217 for ; Tue, 15 Nov 2022 16:04:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230104AbiKOQEr (ORCPT ); Tue, 15 Nov 2022 11:04:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237915AbiKOQEm (ORCPT ); Tue, 15 Nov 2022 11:04:42 -0500 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3AEFF62F7 for ; Tue, 15 Nov 2022 08:04:42 -0800 (PST) Received: from fraeml704-chm.china.huawei.com (unknown [172.18.147.201]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4NBW8z5MZdz689vD; Wed, 16 Nov 2022 00:00:03 +0800 (CST) Received: from lhrpeml500006.china.huawei.com (7.191.161.198) by fraeml704-chm.china.huawei.com (10.206.15.53) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2375.31; Tue, 15 Nov 2022 17:04:40 +0100 Received: from P_UKIT01-A7bmah.china.huawei.com (10.48.156.200) by lhrpeml500006.china.huawei.com (7.191.161.198) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 15 Nov 2022 16:04:39 +0000 From: To: , CC: , , , , , , , Subject: [PATCH v3 11/11] rasdaemon: Add four modules supported by HiSilicon common section Date: Tue, 15 Nov 2022 16:04:19 +0000 Message-ID: <20221115160419.355-12-shiju.jose@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20221115160419.355-1-shiju.jose@huawei.com> References: <20221115160419.355-1-shiju.jose@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.48.156.200] X-ClientProxiedBy: lhrpeml500004.china.huawei.com (7.191.163.9) To lhrpeml500006.china.huawei.com (7.191.161.198) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org From: Xiaofei Tan Add four modules supported by HiSilicon common error section. Signed-off-by: Xiaofei Tan Signed-off-by: Shiju Jose --- 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 6ee9271..2b00ed6 100644 --- a/non-standard-hisilicon.c +++ b/non-standard-hisilicon.c @@ -214,7 +214,11 @@ static const char* module_name[] = { "Tsensor", "ROH", "BTC", - "HILINK" + "HILINK", + "STARS", + "SDMA", + "UC", + "HBMC", }; static const char* get_soc_desc(uint8_t soc_id)