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 44567D804D6 for ; Wed, 7 Feb 2024 02:54:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=YHOhI39Qy3KnvFJAM5YphZq1GXIQ5jVkoxPMFp5DNOw=; 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=1707274488; v=1; b=TXVO6hTLwqZc7cFj5Ju2d0DZ3iyEf8elQUy69WFW6YVCmsl4q96DDn3YBbE1OIkCqtyHFgot ILtcmAtOEvgLKYRBH8tG2l2BBSditnhg5ARqLE6hWTnYLFO+4aeXW+9OVbIuMUeS0L4uVzLO2Z9 2WmElgFnkvWdKLZC6YX6lJ/0= X-Received: by 127.0.0.2 with SMTP id 0ZyGYY7687511xQKOlR29ObJ; Tue, 06 Feb 2024 18:54:48 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mx.groups.io with SMTP id smtpd.web11.12050.1707274484452057659 for ; Tue, 06 Feb 2024 18:54:47 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10976"; a="3863843" X-IronPort-AV: E=Sophos;i="6.05,248,1701158400"; d="scan'208";a="3863843" X-Received: from orviesa006.jf.intel.com ([10.64.159.146]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2024 18:54:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,248,1701158400"; d="scan'208";a="1515316" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by orviesa006.jf.intel.com with ESMTP; 06 Feb 2024 18:54:46 -0800 From: "Wenxing Hou" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-devel] [PATCH 2/2] MdePkg: Add Spdm.h to EccCheck ignore files Date: Wed, 7 Feb 2024 10:54:32 +0800 Message-Id: <20240207025432.1405-3-wenxing.hou@intel.com> In-Reply-To: <20240207025432.1405-1-wenxing.hou@intel.com> References: <20240207025432.1405-1-wenxing.hou@intel.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,wenxing.hou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: pi4gD9LzYDMuvMQ02h1jOanix7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=TXVO6hTL; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) Add the new updated Spdm.h to ignore files to skip EccCheck. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Wenxing Hou --- MdePkg/MdePkg.ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml index f2d81af080..7cd36fd083 100644 --- a/MdePkg/MdePkg.ci.yaml +++ b/MdePkg/MdePkg.ci.yaml @@ -71,6 +71,7 @@ "Include/IndustryStandard/Tpm20.h",=0D "Include/IndustryStandard/IoRemappingTable.h",=0D "Include/IndustryStandard/UefiTcgPlatform.h",=0D + "Include/IndustryStandard/Spdm.h",=0D "Include/Library/PcdLib.h",=0D "Include/Library/SafeIntLib.h",=0D "Include/Protocol/DebugSupport.h",=0D --=20 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115222): https://edk2.groups.io/g/devel/message/115222 Mute This Topic: https://groups.io/mt/104212337/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-