From nobody Mon May 6 05:02:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+80738+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+80738+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1631751273; cv=none; d=zohomail.com; s=zohoarc; b=UPwRrm7xhhtNjXjdydSBD0RD/6ZXL+5twuhNaWrDe3tk0CrYp3333xp5uLnpeyJwas/y1zGELyUWjYeZuXtd8N83LDEPlssWxbxj8SwNLMrfZ4gX/3qjLv+ox4FB7V1WTIcrC3hQTdw8zzvjqENZh5u5R/pbcI2G+5zSGv+Y3yY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1631751273; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=aqu9iLEll8fGE/+6m8goZM7xTzofmrWKmsmKvNERE04=; b=AHrwUagS6ULm+rP9rGaMlOODJGu3vjjKU+s/jIzFSHk6PdDw0VD1A38kXRWN0b713HSZo0esUazjPwDWIyW8i7LpUzeOEwM85MMRVJMn+u28in/HkXRDF4IUavzF4qDKSjmNzKjAvkoivlF9zRG/CfZvh521L7aQyjaPOclx9kU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+80738+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1631751273831265.5445921927692; Wed, 15 Sep 2021 17:14:33 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id dfEkYY1788612xE2s5FAytKY; Wed, 15 Sep 2021 17:14:33 -0700 X-Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mx.groups.io with SMTP id smtpd.web12.4665.1631751272916530962 for ; Wed, 15 Sep 2021 17:14:32 -0700 X-Received: by mail-pj1-f45.google.com with SMTP id j1so3311886pjv.3 for ; Wed, 15 Sep 2021 17:14:32 -0700 (PDT) X-Gm-Message-State: HCtwscqWzEsaE8dHqv4yHlbyx1787277AA= X-Google-Smtp-Source: ABdhPJwCskr4M4+kEzyzxBsfJwz/YZ6ty9QxLX1YMsWf/yNVrLGC3ME2rRP8cC8tnPag/7PJkKUjag== X-Received: by 2002:a17:902:8647:b0:139:edc9:ed43 with SMTP id y7-20020a170902864700b00139edc9ed43mr1977924plt.23.1631751272249; Wed, 15 Sep 2021 17:14:32 -0700 (PDT) X-Received: from localhost.localdomain ([50.47.113.238]) by smtp.gmail.com with ESMTPSA id q1sm844977pfj.132.2021.09.15.17.14.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Sep 2021 17:14:31 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Sean Brogan Subject: [edk2-devel] [PATCH v1 1/3] MdePkg: MmCommunication: Added definition of MM Communication PPI Date: Wed, 15 Sep 2021 17:14:18 -0700 Message-Id: <20210916001420.459-2-kuqin12@gmail.com> In-Reply-To: <20210916001420.459-1-kuqin12@gmail.com> References: <20210916001420.459-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1631751273; bh=v4t2Lk8blEYqu2P5QqcKwQWLHexrXtk1oDNkGboKLL4=; h=Cc:Date:From:Reply-To:Subject:To; b=LFdvuAes2bDeGla/g/4ogl9XOHLvxuomDusI9twZFIo5TnQm6LVekJ7ZyNy00Lp5Rhe qIPR+ARVuBNSOAOeBbVHO9hQCqQdonmEdr8BQMSumtvnWmlRE7/14WvcS2IsxSry5mNmp 1Od2W5TTPJt0qetrTlND9ugwuRITl9loYWs= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1631751275575100006 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3629 MM Communication PPI was defined in PI Specification since v1.5. This change added definition of such PPI and related GUIDs into MdePkg. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Sean Brogan Signed-off-by: Kun Qin Reviewed-by: Liming Gao --- MdePkg/Include/Ppi/MmCommunication.h | 72 ++++++++++++++++++++ MdePkg/MdePkg.dec | 3 + 2 files changed, 75 insertions(+) diff --git a/MdePkg/Include/Ppi/MmCommunication.h b/MdePkg/Include/Ppi/MmCo= mmunication.h new file mode 100644 index 000000000000..7e06da2ec088 --- /dev/null +++ b/MdePkg/Include/Ppi/MmCommunication.h @@ -0,0 +1,72 @@ +/** @file + EFI MM Communication PPI definition. + + This PPI provides a means of communicating between drivers outside + of MM and MMI handlers inside of MM in PEI phase. + + Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
+ Copyright (c) Microsoft Corporation. + + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + + +#ifndef MM_COMMUNICATION_PPI_H_ +#define MM_COMMUNICATION_PPI_H_ + +#define EFI_PEI_MM_COMMUNICATION_PPI_GUID \ + { \ + 0xae933e1c, 0xcc47, 0x4e38, { 0x8f, 0xe, 0xe2, 0xf6, 0x1d, 0x26, 0x5, = 0xdf } \ + } + +typedef struct _EFI_PEI_MM_COMMUNICATION_PPI EFI_PEI_MM_COMMUNICATION_PPI; + +/** + Communicates with a registered handler. + + This function provides a service to send and receive messages from a reg= istered PEI service. + The EFI_PEI_MM_COMMUNICATION_PPI driver is responsible for doing any of = the copies such that + the data lives in PEI-service-accessible RAM. + + A given implementation of the EFI_PEI_MM_COMMUNICATION_PPI may choose to= use the + EFI_MM_CONTROL_PPI for effecting the mode transition, or it may use some= other method. + + The agent invoking the communication interface must be physical/virtuall= y 1:1 mapped. + + To avoid confusion in interpreting frames, the CommBuffer parameter shou= ld always begin with + EFI_MM_COMMUNICATE_HEADER. The header data is mandatory for messages sen= t into the MM agent. + + Once inside of MM, the MM infrastructure will call all registered handle= rs with the same + HandlerType as the GUID specified by HeaderGuid and the CommBuffer point= ing to Data. + + This function is not reentrant. + + @param[in] This The EFI_PEI_MM_COMMUNICATION_PPI instanc= e. + @param[in] CommBuffer Pointer to the buffer to convey into MMR= AM. + @param[in] CommSize The size of the data buffer being passed= in. On exit, the + size of data being returned. Zero if the= handler does not + wish to reply with any data. + + @retval EFI_SUCCESS The message was successfully posted. + @retval EFI_INVALID_PARAMETER The buffer was NULL. +**/ +typedef +EFI_STATUS +(EFIAPI *EFI_PEI_MM_COMMUNICATE)( + IN CONST EFI_PEI_MM_COMMUNICATION_PPI *This, + IN OUT VOID *CommBuffer, + IN OUT UINTN *CommSize + ); + +/// +/// EFI MM Communication PPI provides services for communicating between P= EIM and a registered +/// MMI handler. +/// +struct _EFI_PEI_MM_COMMUNICATION_PPI { + EFI_PEI_MM_COMMUNICATE Communicate; +}; + +extern EFI_GUID gEfiPeiMmCommunicationPpiGuid; + +#endif diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index a28a2daaffa8..9cdc915ebae9 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -991,6 +991,9 @@ [Ppis] ## Include/Ppi/MmConfiguration.h gEfiPeiMmConfigurationPpi =3D { 0xc109319, 0xc149, 0x450e, { 0xa3= , 0xe3, 0xb9, 0xba, 0xdd, 0x9d, 0xc3, 0xa4 } } =20 + ## Include/Ppi/MmCommunication.h + gEfiPeiMmCommunicationPpiGuid =3D { 0xae933e1c, 0xcc47, 0x4e38, { 0x8= f, 0xe, 0xe2, 0xf6, 0x1d, 0x26, 0x5, 0xdf } } + # # PPIs defined in PI 1.7. # --=20 2.32.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#80738): https://edk2.groups.io/g/devel/message/80738 Mute This Topic: https://groups.io/mt/85641871/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Mon May 6 05:02:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+80739+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+80739+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1631751274; cv=none; d=zohomail.com; s=zohoarc; b=g2AvdiIZ1FcqeXsa2naEEId9BECwfwXChBIVMScV0ujgrlVII0BgSt6hhn8B/JAnadzhAbb2w48oWP1TvZD9DC3eqKpq+H+UmeS11vzGuYEFn2jDF33IW1zfpfx0p0W0dEQ5eCamWeZa009dAuO8RDC0OOfS3GC3ozpKA5LjTO8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1631751274; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=dgMncJij72fy7iEbuucjycUNDC9ihoviF8eHpLjl/S0=; b=NB6Bp14SwdDmL4V5N6QpAdO/w0bnx27UnbUkWwuRZqZhDQ6dQXEKpa8Q3j9P+CXCrE2aPgPHGRLEj9cnIjab4d/QaMxrcTXXVwQGso7lq70G+1cZBqc6lBGdsBW1/yElG7NOeIPM31JWf3AErf6P8mCUHWorwLfHsW129YzMLYE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+80739+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1631751274449349.61122129376736; Wed, 15 Sep 2021 17:14:34 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id xTP0YY1788612xCxmli0bLHD; Wed, 15 Sep 2021 17:14:34 -0700 X-Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mx.groups.io with SMTP id smtpd.web10.4578.1631751273643073718 for ; Wed, 15 Sep 2021 17:14:33 -0700 X-Received: by mail-pj1-f46.google.com with SMTP id w19-20020a17090aaf9300b00191e6d10a19so3483525pjq.1 for ; Wed, 15 Sep 2021 17:14:33 -0700 (PDT) X-Gm-Message-State: KvYbadW9SZcwZgNLTxd2nfR1x1787277AA= X-Google-Smtp-Source: ABdhPJxE/LUxMqxN77dLY8ks2tOuGczI4lgL7zMdhCfTes7mr0um2wF3KjQPJOATCvJEj9YIFDzxcw== X-Received: by 2002:a17:90b:1d8d:: with SMTP id pf13mr11306258pjb.197.1631751273023; Wed, 15 Sep 2021 17:14:33 -0700 (PDT) X-Received: from localhost.localdomain ([50.47.113.238]) by smtp.gmail.com with ESMTPSA id q1sm844977pfj.132.2021.09.15.17.14.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Sep 2021 17:14:32 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-devel] [PATCH v1 2/3] MdePkg: CI YAML: Added new GUID to ignore duplicate list Date: Wed, 15 Sep 2021 17:14:19 -0700 Message-Id: <20210916001420.459-3-kuqin12@gmail.com> In-Reply-To: <20210916001420.459-1-kuqin12@gmail.com> References: <20210916001420.459-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1631751274; bh=XDFn/wMdL2OFalfaaR4IZwSb7OjVE9m3Z0hBa0no5Q4=; h=Cc:Date:From:Reply-To:Subject:To; b=pFCHo7vXx9cHBqxV4yygIlhtcPTNbLN0jdz+iFZ4/mGensJoI17z14vmvEdjpSVzSIG VeE32BmI//FxedFm1fTw9qIRWP/2BpRMzHZc7M8yUMoSLw19xJIyf4wZccdBKD0VuCYx8 fKXVeHZrXxFbjRISU+Um0E5Mj/66yhA1O+s= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1631751275723100011 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3629 SMM Communication PPI GUID from MdeModulePkg is defined the same as MM Communication PPI GUID from MdePkg, according to PI Spec v1.5 and onward. After introduction of MM Communication PPI definitions, an update in the ignore duplicate list is needed to avoid breaking CI build. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Kun Qin Reviewed-by: Liming Gao --- MdePkg/MdePkg.ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml index 98eaea1c8248..3ea8eec33152 100644 --- a/MdePkg/MdePkg.ci.yaml +++ b/MdePkg/MdePkg.ci.yaml @@ -100,7 +100,8 @@ "gEfiProcessorSpecificErrorSectionGuid=3DgEfiIa32X64ProcessorE= rrorSectionGuid", ## is this a bug "gEfiSmmPeriodicTimerDispatch2ProtocolGuid=3DgEfiMmPeriodicTim= erDispatchProtocolGuid", "gEfiPeiMmAccessPpiGuid=3DgPeiSmmAccessPpiGuid", - "gPeiSmmControlPpiGuid=3DgEfiPeiMmControlPpiGuid" + "gPeiSmmControlPpiGuid=3DgEfiPeiMmControlPpiGuid", + "gEfiPeiMmCommunicationPpiGuid=3DgEfiPeiSmmCommunicationPpiGui= d", ] }, =20 --=20 2.32.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#80739): https://edk2.groups.io/g/devel/message/80739 Mute This Topic: https://groups.io/mt/85641872/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Mon May 6 05:02:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+80740+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+80740+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1631751275; cv=none; d=zohomail.com; s=zohoarc; b=Q15UP83Xxz0PK5/1K4t1YRO2oY7bY2Omfm7T0fUsR2jxH51J6INhoIDckn8/Rc0QnGKVjpPFIq7SY6MfSnXcs4DDkJfhp/DI73aWXq4ZSsBkqMOHYK0GBSdUCj89GMWJKjNMsz4d5fa8xMBhEyF+34PC1HkmDcxyul6UdKHkSJQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1631751275; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=tU2a4e9CJ8GFDjuPQePbEcW+8Q9KYZGE31VaVkdjS/c=; b=E+Vtx4bNjYX75wIlCY0h1Lbd+/i/kw8nAfEA05yCwPfIgEJfmczJJXL/C2jXwnAmV6Subw1av+fSozCypXMIlFX18RNcTfvZQSWLleWFvm6h/wp8Vxty3jeUiT23s/3oLO05Wvq7S/jAkTuF9NoSU3ciqjO3qOk/mwIAhx33pmQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+80740+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1631751275142278.6432818864745; Wed, 15 Sep 2021 17:14:35 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id q0vBYY1788612xRgbQV9D2zq; Wed, 15 Sep 2021 17:14:34 -0700 X-Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by mx.groups.io with SMTP id smtpd.web12.4666.1631751274330140392 for ; Wed, 15 Sep 2021 17:14:34 -0700 X-Received: by mail-pl1-f172.google.com with SMTP id bb10so2700469plb.2 for ; Wed, 15 Sep 2021 17:14:34 -0700 (PDT) X-Gm-Message-State: uoxPtXRHSCS0VfsmGEcdizoex1787277AA= X-Google-Smtp-Source: ABdhPJze1ADVTnAM8nVsaH5zx/cnZEk0pWBCogrjSNjN8MU/nE9vfhTjgwnjC0jpP0p9JrJ7jORG5w== X-Received: by 2002:a17:90a:44:: with SMTP id 4mr2719335pjb.130.1631751273714; Wed, 15 Sep 2021 17:14:33 -0700 (PDT) X-Received: from localhost.localdomain ([50.47.113.238]) by smtp.gmail.com with ESMTPSA id q1sm844977pfj.132.2021.09.15.17.14.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Sep 2021 17:14:33 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Jian J Wang , Liming Gao Subject: [edk2-devel] [PATCH v1 3/3] MdeModulePkg: CI YAML: Added new GUID to ignore duplicate list Date: Wed, 15 Sep 2021 17:14:20 -0700 Message-Id: <20210916001420.459-4-kuqin12@gmail.com> In-Reply-To: <20210916001420.459-1-kuqin12@gmail.com> References: <20210916001420.459-1-kuqin12@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,kuqin12@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1631751274; bh=e4Xyc4sWEtUb+OsLukGs6XA14SYk3zC7nbygMkehXNM=; h=Cc:Date:From:Reply-To:Subject:To; b=tph74mJnpmVv/yesIFmBcW4EkRnB9ewuyQOe+/Gwe1eeIIhpOY7jPef56MkWoiYsa4m PObJh2lOpLpGh9WrjMijDTvwLwYja+85Ge4wdFc2xbAj9639QDauvMKQkmVGeuMGfvz7p /9b30GRd81Q5zcPkNgYoNriitxEChV2cI5o= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1631751275723100012 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3629 SMM Communication PPI GUID from MdeModulePkg is defined the same as MM Communication PPI GUID from MdePkg, according to PI Spec v1.5 and onward. After introduction of MM Communication PPI definitions, an update in the ignore duplicate list is needed to avoid breaking CI build. Cc: Jian J Wang Cc: Liming Gao Signed-off-by: Kun Qin Reviewed-by: Liming Gao --- MdeModulePkg/MdeModulePkg.ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.= ci.yaml index aa304f2ccd5c..b8d15a3e952e 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -84,6 +84,7 @@ "IgnoreDuplicates": [ "gEfiPeiMmAccessPpiGuid=3DgPeiSmmAccessPpiGuid", "gPeiSmmControlPpiGuid=3DgEfiPeiMmControlPpiGuid", + "gEfiPeiMmCommunicationPpiGuid=3DgEfiPeiSmmCommunicationPpiGui= d", ] }, =20 --=20 2.32.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#80740): https://edk2.groups.io/g/devel/message/80740 Mute This Topic: https://groups.io/mt/85641873/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-