From mboxrd@z Thu Jan 1 00:00:00 1970 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 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=i5yO0mpu; spf=pass (domain: gmail.com, ip: 209.85.216.46, mailfrom: kuqin12@gmail.com) Received: by mail-pj1-f46.google.com with SMTP id w19-20020a17090aaf9300b00191e6d10a19so3483525pjq.1 for ; Wed, 15 Sep 2021 17:14:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=WHgoTYQuqxCF1a5VSlV10HJa4UyKRb4V+PxSc+JKNDE=; b=i5yO0mpuybibZ+EwWFS1zXZvUCaY3GXlLuozUttmoBvX1lgu87MQa0HZa4hyxofP/2 8KeCzlE7BzMQR293jmFz+4gRyhOedmdrC9jwHxzem7jcNa/MkrSqblq6I54DrMYO22Py MHVQKWRhXDnpfMxfaV+5Pz9cb5kd/HX14xuJ+7NCBUwx4ujzUfIue+iOp/hKK/I4nk3Q /0u6TGC2cbVthB4buGeXVpnXPRh0oRVO+NRRxhwuJMVocwVJkaDF1ahFGHOWXe7SJT4Q KOERUB4KwCnMWfqrd3hwwgA/BLXy5U8jf1Hmuxo+LAaCSSXjXns8HHev8l5zvHVxM7t1 pyXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WHgoTYQuqxCF1a5VSlV10HJa4UyKRb4V+PxSc+JKNDE=; b=hw/3Jad+nIgK769pHgLZjYyJZOmKpeqw8q9N7CRbscppTTaYViI4pLU0T7YTLdzp6g bl1QtBP3QFTirtBOgu1O2o+5oxJrN78LPJIQy+PWJw8lmjrxTatdbUjjGOzMKtMpQnWk kh0GftDj8l85ftvVNSEojSTW1rRoQA3HfH55tm+IuOuY9sZZlCNBv6cFI38qovkAmk4H HeryoIwVED3/bUECmqFuOQcEEBTjP+f0G/XEbI5GpzT+gcC5TPutV1G6zl92cfYN5gei A/16TqnIM5I7A8Meb6yCKevyeV9dQ4z9viLEcJsun0iLPfAsJK5EvnuVBtkp58+uFJ49 mENA== X-Gm-Message-State: AOAM533Nf+do4pYEw2Oz4+lJfX32RwVFy6O0ydo/o2Jcv4/93U5X9Lx3 QYUIl39lcvcwBxrvhQueK5QacNX2ACE= 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) Return-Path: 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: [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> X-Mailer: git-send-email 2.32.0.windows.1 In-Reply-To: <20210916001420.459-1-kuqin12@gmail.com> References: <20210916001420.459-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3629 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 --- 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=gEfiIa32X64ProcessorErrorSectionGuid", ## is this a bug "gEfiSmmPeriodicTimerDispatch2ProtocolGuid=gEfiMmPeriodicTimerDispatchProtocolGuid", "gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid", - "gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid" + "gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid", + "gEfiPeiMmCommunicationPpiGuid=gEfiPeiSmmCommunicationPpiGuid", ] }, -- 2.32.0.windows.1