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 6BDDE21E79018 for ; Thu, 17 Aug 2017 20:26:12 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 17 Aug 2017 20:28:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,391,1498546800"; d="scan'208";a="120284129" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.51]) by orsmga004.jf.intel.com with ESMTP; 17 Aug 2017 20:28:39 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Fri, 18 Aug 2017 11:28:35 +0800 Message-Id: <1503026917-13296-1-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [Patch v2 0/2] Add new definition for TOPA table entry 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, 18 Aug 2017 03:26:12 -0000 This patch series add new definition for RTIT Topa table entry and update code to use MSR structure instead of BITxx style to make code more user friendly. Eric Dong (2): UefiCpuPkg/ArchitecturalMsr.h: Add RTIT TOPA table entry definition. UefiCpuPkg/CpuCommonFeaturesLib: Use MSR data structure when change MSR value. UefiCpuPkg/Include/Register/ArchitecturalMsr.h | 55 +++++++++++++++++ .../Library/CpuCommonFeaturesLib/ProcTrace.c | 70 +++++++++++++--------- 2 files changed, 97 insertions(+), 28 deletions(-) -- 2.7.0.windows.1