]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/SmmCpuFeaturesLib: Add Tiger Lake support
authorGuo Dong <guo.dong@intel.com>
Wed, 2 Dec 2020 21:36:27 +0000 (14:36 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 8 Dec 2020 23:07:22 +0000 (23:07 +0000)
Add Tiger Lake ModelId support in the SMM CPU feature lib.

Signed-off-by: Guo Dong <guo.dong@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c

index a00786a8ebef0b5baaede821adec2b15f2d7b2fa..8fed18cf0e171bca6e12bb857b14bf88d048ee8e 100644 (file)
@@ -292,7 +292,8 @@ SmmCpuFeaturesInitializeProcessor (
   if (FamilyId == 0x06) {\r
     if (ModelId == 0x3C || ModelId == 0x45 || ModelId == 0x46 ||\r
         ModelId == 0x3D || ModelId == 0x47 || ModelId == 0x4E || ModelId == 0x4F ||\r
-        ModelId == 0x3F || ModelId == 0x56 || ModelId == 0x57 || ModelId == 0x5C) {\r
+        ModelId == 0x3F || ModelId == 0x56 || ModelId == 0x57 || ModelId == 0x5C ||\r
+        ModelId == 0x8C) {\r
       //\r
       // Check to see if the CPU supports the SMM Code Access Check feature\r
       // Do not access this MSR unless the CPU supports the SmmRegFeatureControl\r