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=liming.gao@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 0CA7321A00AE6 for ; Fri, 3 Aug 2018 02:40:34 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2018 02:40:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,438,1526367600"; d="scan'208";a="77017790" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 03 Aug 2018 02:39:53 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 3 Aug 2018 02:39:53 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 3 Aug 2018 02:39:53 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.81]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.57]) with mapi id 14.03.0319.002; Fri, 3 Aug 2018 17:39:51 +0800 From: "Gao, Liming" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: Dmitry Antipov , "Kinney, Michael D" , "Zeng, Star" Thread-Topic: [patch 0/2] Enahnce Perf data transfer between Dxe Perf Lib and driver Thread-Index: AQHUJ9MjHicG5Ubur0GvbLXQP1F0maStzCqA Date: Fri, 3 Aug 2018 09:39:50 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E2C555D@SHSMSX104.ccr.corp.intel.com> References: <20180730070016.10396-1-dandan.bi@intel.com> In-Reply-To: <20180730070016.10396-1-dandan.bi@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/2] Enahnce Perf data transfer between Dxe Perf Lib and driver 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: Fri, 03 Aug 2018 09:40:35 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Bi, Dandan >Sent: Monday, July 30, 2018 3:00 PM >To: edk2-devel@lists.01.org >Cc: Dmitry Antipov ; Kinney, Michael D >; Gao, Liming ; Zeng, >Star >Subject: [patch 0/2] Enahnce Perf data transfer between Dxe Perf Lib and >driver > >Add an internal protocol Firmware Boot Performance Table protocol to >get the performance data from DxeCorePerformanceLib. >Thus the FirmwarePerformanceDxe driver can call the API in the >new protocl to get the performance data instead of through >hook status code. > >Cc: Dmitry Antipov >Cc: Michael D Kinney >Cc: Liming Gao >Cc: Star Zeng >Dandan Bi (2): > MdeModulePkg: Add definition of Boot Performance Table protocol > MdeModulePkg: Implement/use Boot Performance Table protocol > > .../Include/Guid/FirmwareBootPerformanceTable.h | 47 ++++++++++++++ > .../DxeCorePerformanceLib/DxeCorePerformanceLib.c | 74 ++++++----------- >----- > .../DxeCorePerformanceLib.inf | 6 +- > .../DxeCorePerformanceLibInternal.h | 15 +++++ > MdeModulePkg/MdeModulePkg.dec | 4 ++ > .../FirmwarePerformanceDxe.c | 71 ++++++++++++++++-= ---- > .../FirmwarePerformanceDxe.inf | 5 +- > 7 files changed, 144 insertions(+), 78 deletions(-) > create mode 100644 >MdeModulePkg/Include/Guid/FirmwareBootPerformanceTable.h > >-- >2.14.3.windows.1