From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web12.410.1577084160583910651 for ; Sun, 22 Dec 2019 22:56:00 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Dec 2019 22:55:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,346,1571727600"; d="scan'208";a="211454608" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.255.29.23]) by orsmga008.jf.intel.com with ESMTP; 22 Dec 2019 22:55:59 -0800 From: "Liming Gao" To: devel@edk2.groups.io Cc: Jason Voelz Subject: [Patch 0/2] UefiCpuPkg/CpuCommonFeaturesLib: Set SMXE bit of CR4 when SMX is enabled. Date: Mon, 23 Dec 2019 14:55:35 +0800 Message-Id: <20191223065537.32468-1-liming.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 From: Jason Voelz Jason Voelz (2): MdePkg BaseLib.h: Update IA32_CR4 strut to include all public fields UefiCpuPkg/CpuCommonFeaturesLib: SMXE bit of CR4 should set UefiCpuPkg/Library/CpuCommonFeaturesLib/FeatureControl.c | 9 +++++++++ MdePkg/Include/Library/BaseLib.h | 15 ++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) -- 2.13.0.windows.1