From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 8CAC02095DCB2 for ; Thu, 24 Aug 2017 17:29:20 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 24 Aug 2017 17:31:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,423,1498546800"; d="scan'208";a="304178688" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by fmsmga004.fm.intel.com with ESMTP; 24 Aug 2017 17:31:55 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.25]) by ORSMSX103.amr.corp.intel.com ([169.254.5.176]) with mapi id 14.03.0319.002; Thu, 24 Aug 2017 17:31:55 -0700 From: "Kinney, Michael D" To: "Dong, Eric" , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: [edk2] [Patch 0/4] Enhance the implementation for Proc Trace feature. Thread-Index: AQHTHIW/w0gzSO79JEmKVX5zd+27AqKUOfuQ Date: Fri, 25 Aug 2017 00:31:54 +0000 Message-ID: References: <1503543807-6304-1-git-send-email-eric.dong@intel.com> In-Reply-To: <1503543807-6304-1-git-send-email-eric.dong@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: [Patch 0/4] Enhance the implementation for Proc Trace feature. 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: Fri, 25 Aug 2017 00:29:20 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Michael Kinney > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On > Behalf Of Eric Dong > Sent: Wednesday, August 23, 2017 8:03 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch 0/4] Enhance the implementation for > Proc Trace feature. >=20 > V2: > 1. Move RTIT_TOPA_MEMORY_SIZE definition to architecturalMsr.h > file. > 2. Use strcture menbers to do value assignment. > 3. Enhance the comments for PCD PcdCpuProcTraceMemSize and > PcdCpuProcTraceOutputScheme. >=20 > Eric Dong (4): > UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry > definition. > UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when > change > MSR value. > UefiCpuPkg/CpuCommonFeaturesLib: Remove redundant > definition. > UefiCpuPkg: Update default for > PcdCpuProcTraceMemSize/PcdCpuProcTraceOutputScheme. >=20 > UefiCpuPkg/Include/Register/ArchitecturalMsr.h | 79 > ++++++++++++- > .../Library/CpuCommonFeaturesLib/ProcTrace.c | 131 > +++++++++++---------- > UefiCpuPkg/UefiCpuPkg.dec | 22 ++-- > UefiCpuPkg/UefiCpuPkg.uni | 16 +-- > 5 files changed, 200 insertions(+), 91 deletions(-) >=20 > -- > 2.7.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel