From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 200F521B02845 for ; Sun, 29 Jul 2018 22:45:11 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jul 2018 22:45:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,421,1526367600"; d="scan'208";a="61768940" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by orsmga006.jf.intel.com with ESMTP; 29 Jul 2018 22:45:10 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Date: Mon, 30 Jul 2018 13:45:00 +0800 Message-Id: <20180730054504.6480-1-dandan.bi@intel.com> X-Mailer: git-send-email 2.14.3.windows.1 Subject: [patch 0/4] Remove DxeSmmPerformanceLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2018 05:45:11 -0000 DxeSmmPerformanceLib previously is used by DP tool. But in new pweformance infrastructure, we have updated Dp tool to get the performance data from firmware performance data table in ACPI. Now the DxeSmmPerformanceLib is not used by any module. So remove it from edk2 code base to avoid being used by mistake. Dandan Bi (4): QuarkPlatformPkg: Remove DxeSmmPerformanceLib Vlv2TbltDevicePkg: Remove DxeSmmPerformanceLib ShellPkg: Remove DxeSmmPerformanceLib MdeModulePkg: Remove DxeSmmPerformanceLib .../DxeSmmPerformanceLib/DxeSmmPerformanceLib.c | 866 --------------------- .../DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf | 68 -- .../DxeSmmPerformanceLib/DxeSmmPerformanceLib.uni | 24 - MdeModulePkg/MdeModulePkg.dsc | 1 - QuarkPlatformPkg/Quark.dsc | 2 - QuarkPlatformPkg/QuarkMin.dsc | 4 +- ShellPkg/ShellPkg.dsc | 7 +- Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 2 - Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 2 - Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 2 - 10 files changed, 2 insertions(+), 976 deletions(-) delete mode 100644 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.c delete mode 100644 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf delete mode 100644 MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.uni -- 2.14.3.windows.1