From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web10.4149.1622103467396623115 for ; Thu, 27 May 2021 01:17:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=DCSvDxYP; spf=pass (domain: gmail.com, ip: 209.85.210.181, mailfrom: kuqin12@gmail.com) Received: by mail-pf1-f181.google.com with SMTP id x18so3053010pfi.9 for ; Thu, 27 May 2021 01:17:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=eCXU/bA/hrr358UoKVzWFdm3P1PftxMeKq8OJhz3beQ=; b=DCSvDxYPPt5EUIj2Fqo95NtgEIVayhcuskehtqNCbpLbXoE2PsRnzzKw8kjM+uyojG kz5NO1AKYN6cqGJOx/nLHXEoQiRmBwM2BWmP/d5B+su7MAkuJ3lA3PUBd/uuVS0YHkJ6 LKwFHwBS42dse/Mtx+Wm1ZP21EoO7yT8lcVmGy5EHimiRnPWA7P5MQzeuHXpC862sIxK wgimVd+OGuUBo1rpcY5JSnqM3fwu+ZnSrdSUj8QrHz+zBL9bOzZkce+vSy4vMFez9nCd QVkSREHIRw293hzxADcRfDuLbv26WOcRDhNnjTIkBhJhYDdtXsvaVL0zPRfeUs/wRfU+ k/aQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=eCXU/bA/hrr358UoKVzWFdm3P1PftxMeKq8OJhz3beQ=; b=hwapH1KbaNGo/kNG4FR0lmcBPLueNhCEScRWQrfw4i9MQaldu9M4YrrybTgtO9zoWy 73TbC9pHQnLzmdunhyNr8aXLaySv4nUNb+baFSItcFUhxrs0ZKOvkcflf5IVsd/cAzee AGDr5JXay1Uwj7jv8WrsNDcssmzF8S6Iw4sWR5yrGZKzz7Cl1EqejM8rzNNnIJXOCFIG YMFgTUWnD3h8YYO7/ul9ftmIX/++7GLbUQlDXqRDF5e4BB4HSWmZ8dp7NinOuMpKafv1 GLbp7ClukDjgQiEMwRF4uIlp7s2PIF5dREVsv31XTUKr2WjGlYJVTipYgmZURWJf5PVW PRqQ== X-Gm-Message-State: AOAM532Y8t22QZBrpa6lslck9zrZhqlJgiB2HdazNbzYNm79gB0N4Sbc C0uN4Az46HnLW9NVJafwHJj3k+2tRyiMeg== X-Google-Smtp-Source: ABdhPJxUe4ncFl9I8tCbyI205XquG4BPR/+mikGCe+3p77TbbA+zjwSMqt3aWAgE6I95ee0xvYpxZQ== X-Received: by 2002:a62:8fcf:0:b029:2e8:f2ba:38e7 with SMTP id n198-20020a628fcf0000b02902e8f2ba38e7mr2243532pfd.1.1622103466481; Thu, 27 May 2021 01:17:46 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id c130sm1223252pfc.51.2021.05.27.01.17.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 May 2021 01:17:46 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [PATCH v1 0/1] Fix function and structure definition mismatches in Ppi/MmControl.h Date: Thu, 27 May 2021 01:17:22 -0700 Message-Id: <20210527081723.1934-1-kuqin12@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3397 The current MdePkg/Include/Ppi/MmControl.h file contains function and structure definitions mismatch with those in Platform Initialization Specification v1.7 (Errata A). These discrepancies will cause build failure during usage. This change corrected the name discrepancies in this header file. Patch v1 branch: https://github.com/kuqin12/edk2/tree/mm_control_ppi_v1 Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Kun Qin (1): MdePkg: MmControl: Fix function and structure definition mismatches MdePkg/Include/Ppi/MmControl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.31.1.windows.1