From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2502A7803CE for ; Tue, 9 Jan 2024 16:30:55 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=3u+avUWJMjhTsWDcXJegcC9BkatLd3b/iuRkNWuw1eM=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1704817854; v=1; b=pIPxoF88WK1DhSTpqG1sBkcG8R7/ljK1eZTa324MhayCWvmc5HBANSlVkiQ42QiQzWWkCNsf M9ULAmRJBYBGsbWQvFV1e/j2twEnfqEEWaGnT0Vn1fGh2lKhG0G43srnhf8EANjNS4zd/vNpR8c bVOt6YGN7m8vXBd7PqbgcJsc= X-Received: by 127.0.0.2 with SMTP id ABzXYY7687511xKHPP4aYWUC; Tue, 09 Jan 2024 08:30:54 -0800 X-Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mx.groups.io with SMTP id smtpd.web11.21090.1704817854308400113 for ; Tue, 09 Jan 2024 08:30:54 -0800 X-Received: by mail-pl1-f176.google.com with SMTP id d9443c01a7336-1d3f29fea66so14900325ad.3 for ; Tue, 09 Jan 2024 08:30:54 -0800 (PST) X-Gm-Message-State: 6PQds1rEG9bzjLh5TRabRGVLx7686176AA= X-Google-Smtp-Source: AGHT+IHft/zO784eiFZcO1CzxyEmr4gVb09VvVrpcA5B/NHcOe2xl11uISlOMt1zgmMLtvXUSZea9A== X-Received: by 2002:a17:902:d2cb:b0:1d4:39cb:f916 with SMTP id n11-20020a170902d2cb00b001d439cbf916mr3867836plc.70.1704817853249; Tue, 09 Jan 2024 08:30:53 -0800 (PST) X-Received: from localhost.localdomain ([106.51.188.200]) by smtp.gmail.com with ESMTPSA id c12-20020a170902b68c00b001d457090851sm1983596pls.289.2024.01.09.08.30.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Jan 2024 08:30:52 -0800 (PST) From: "Sunil V L" To: devel@edk2.groups.io Cc: Sunil V L , Ard Biesheuvel , Leif Lindholm , Pierre Gondois , Sami Mujawar Subject: [edk2-devel] [RFC PATCH v1 20/20] DynamicTablesPkg.ci.yaml: Update exception and ignore list Date: Tue, 9 Jan 2024 21:59:44 +0530 Message-Id: <20240109162944.528006-21-sunilvl@ventanamicro.com> In-Reply-To: <20240109162944.528006-1-sunilvl@ventanamicro.com> References: <20240109162944.528006-1-sunilvl@ventanamicro.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,sunilvl@ventanamicro.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=pIPxoF88; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io GICV, GICH and MPIDR are variables defined in GicCInfo structure which probably needs to match AcpiTable.g to be all capital. But this is against EDK2 coding standards and somehow CI gives error now though it exists currently also. Add them to ignore list unless there is a better way. Add EARCH and NAMESPACEID to ignore list of the spell checker to keep CI happy. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Pierre Gondois Cc: Sami Mujawar Signed-off-by: Sunil V L --- DynamicTablesPkg/DynamicTablesPkg.ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml b/DynamicTablesPkg/DynamicTablesPkg.ci.yaml index 42829f393e69..2bf8859d6c9e 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml +++ b/DynamicTablesPkg/DynamicTablesPkg.ci.yaml @@ -24,6 +24,9 @@ "9005", "@ingroup", # Use extra Doxygen commands "9005", "@mainpage", # Use extra Doxygen commands "9005", "@ref", # Use extra Doxygen commands + "8005", "CM_ARCH_GICC_INFO.GICV", + "8005", "CM_ARCH_GICC_INFO.GICH", + "8005", "CM_ARCH_GICC_INFO.MPIDR", ], ## Both file path and directory path are accepted. "IgnoreFiles": [ @@ -128,7 +131,9 @@ "TABLEEX", "TNSID", "Vatos", - "WBINVD" + "WBINVD", + "EARCH", + "NAMESPACEID" ], # words to extend to the dictionary for this package "IgnoreStandardPaths": [], # Standard Plugin defined paths that # should be ignore -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113482): https://edk2.groups.io/g/devel/message/113482 Mute This Topic: https://groups.io/mt/103622750/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-