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 B51B421AEB0D9 for ; Tue, 1 Aug 2017 02:04:26 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2017 02:06:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,305,1498546800"; d="scan'208";a="1201377804" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 01 Aug 2017 02:06:28 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 1 Aug 2017 02:01:54 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 1 Aug 2017 02:01:54 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Tue, 1 Aug 2017 17:01:52 +0800 From: "Gao, Liming" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Fan, Jeff" Thread-Topic: [PATCH 0/3] Add SecPerformancePpiCallBack to get SEC performance data in SecCore Thread-Index: AQHTCa2UF4ewOr5rUEyx1p2Jpf/8iqJvNjXg Date: Tue, 1 Aug 2017 09:01:51 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D75E0BC@shsmsx102.ccr.corp.intel.com> References: <1501471917-11272-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1501471917-11272-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/3] Add SecPerformancePpiCallBack to get SEC performance data in SecCore 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: Tue, 01 Aug 2017 09:04:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Zeng, Star >Sent: Monday, July 31, 2017 11:32 AM >To: edk2-devel@lists.01.org >Cc: Zeng, Star ; Gao, Liming ; >Fan, Jeff >Subject: [PATCH 0/3] Add SecPerformancePpiCallBack to get SEC performance >data in SecCore > >Current SEC performance data getting code in FirmwarePerformancePei >may get wrong SEC performance data if FirmwarePerformancePei executes >after memory discovered, it can be removed after >SecPerformancePpiCallBack >is added in SecCore. > >Cc: Liming Gao >Cc: Jeff Fan > >Star Zeng (3): > UefiCpuPkg SecCore: Adjust PeiTemporaryRamBase&Size to be 8byte > aligned > UefiCpuPkg SecCore: Add SecPerformancePpiCallBack > MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting >code > > .../FirmwarePerformancePei.c | 39 ++-------------- > .../FirmwarePerformancePei.inf | 9 +--- > .../FirmwarePerformancePei.uni | 6 +-- > UefiCpuPkg/SecCore/SecCore.inf | 7 +++ > UefiCpuPkg/SecCore/SecMain.c | 53 +++++++++++++++++= ++++- > UefiCpuPkg/SecCore/SecMain.h | 25 +++++++++- > 6 files changed, 89 insertions(+), 50 deletions(-) > >-- >2.7.0.windows.1