From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 21C092095D8DA for ; Thu, 13 Jul 2017 19:47:28 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2017 19:49:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,357,1496127600"; d="scan'208";a="992840959" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.51]) by orsmga003.jf.intel.com with ESMTP; 13 Jul 2017 19:49:16 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Fri, 14 Jul 2017 10:49:10 +0800 Message-Id: <1500000554-21960-1-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [Patch 0/4] Enable PPIN Cpu 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, 14 Jul 2017 02:47:28 -0000 Enable PPIN Cpu feature. Eric Dong (4): UefiCpuPkg: Add PPIN related MSR for Xeon E5. UefiCpuPkg RegisterCpuFeaturesLib: Add error handling. UefiCpuPkg: Add feature definition for PPIN. UefiCpuPkg CpuCommonFeaturesLib: Enable Ppin feature. .../Include/Library/RegisterCpuFeaturesLib.h | 1 + UefiCpuPkg/Include/Register/Msr.h | 1 + UefiCpuPkg/Include/Register/Msr/XeonE5v2Msr.h | 91 ++++++++++++++++++ .../CpuCommonFeaturesLib/CpuCommonFeatures.h | 55 +++++++++++ .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c | 11 +++ .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf | 1 + UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c | 107 +++++++++++++++++++++ .../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c | 9 +- 8 files changed, 275 insertions(+), 1 deletion(-) create mode 100644 UefiCpuPkg/Include/Register/Msr/XeonE5v2Msr.h create mode 100644 UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c -- 2.7.0.windows.1