From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E710021CB031E for ; Thu, 20 Jul 2017 06:53:41 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jul 2017 06:55:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,384,1496127600"; d="scan'208";a="1153475436" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.12]) by orsmga001.jf.intel.com with ESMTP; 20 Jul 2017 06:55:36 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng Date: Thu, 20 Jul 2017 21:55:29 +0800 Message-Id: <1500558932-298208-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/3] Follow UEFI 2.7 spec to deprecate SMM Communication ACPI Table X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 13:53:42 -0000 Delete SMM Communication ACPI Table definition and update PiSmmCommunicationSmm to not install SMM Communication ACPI Table anymore. Star Zeng (3): SecurityPkg OpalPasswordSupportLib: Remove include to UefiAcpiDataTable.h MdePkg: Follow UEFI 2.7 spec to deprecate SMM Communication ACPI Table UefiCpuPkg PiSmmCommunicationSmm: Deprecate SMM Communication ACPI Table MdePkg/Include/Pi/PiSmmCommunicationAcpiTable.h | 20 -------- MdePkg/Include/PiSmm.h | 3 +- MdePkg/Include/Protocol/SmmCommunication.h | 28 ++++++++-- MdePkg/Include/Uefi/UefiAcpiDataTable.h | 33 +----------- .../OpalPasswordSupportNotify.h | 3 +- .../PiSmmCommunication/PiSmmCommunicationSmm.c | 60 +--------------------- .../PiSmmCommunication/PiSmmCommunicationSmm.inf | 29 ++--------- .../PiSmmCommunication/PiSmmCommunicationSmm.uni | 14 ++--- .../PiSmmCommunicationSmmExtra.uni | 4 +- 9 files changed, 39 insertions(+), 155 deletions(-) delete mode 100644 MdePkg/Include/Pi/PiSmmCommunicationAcpiTable.h -- 2.7.0.windows.1