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 472C921D2E623 for ; Wed, 23 Aug 2017 20:01:00 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2017 20:03:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,419,1498546800"; d="scan'208";a="127637267" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.51]) by orsmga002.jf.intel.com with ESMTP; 23 Aug 2017 20:03:28 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Thu, 24 Aug 2017 11:03:23 +0800 Message-Id: <1503543807-6304-1-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [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: Thu, 24 Aug 2017 03:01:00 -0000 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. 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. 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(-) -- 2.7.0.windows.1