]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuDxe/CpuDxe.inf
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
index 0adb66b032e607e359fc07dded24e10321be685d..02f86b774c42d4399d9086a78a481d1c98f50598 100644 (file)
@@ -1,7 +1,9 @@
 ## @file\r
 #  CPU driver installs CPU Architecture Protocol and CPU MP protocol.\r
 #\r
-#  Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
+#\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -19,7 +21,6 @@
   FILE_GUID                      = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-\r
   ENTRY_POINT                    = InitializeCpu\r
 \r
 [Packages]\r
@@ -44,6 +45,7 @@
   HobLib\r
   ReportStatusCodeLib\r
   MpInitLib\r
+  TimerLib\r
 \r
 [Sources]\r
   CpuDxe.c\r
@@ -52,6 +54,8 @@
   CpuGdt.h\r
   CpuMp.c\r
   CpuMp.h\r
+  CpuPageTable.h\r
+  CpuPageTable.c\r
 \r
 [Sources.IA32]\r
   Ia32/CpuAsm.asm\r
   gEfiSecPlatformInformationPpiGuid             ## UNDEFINED # HOB\r
 \r
 [Pcd]\r
-  gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber    ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask    ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard                       ## CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList              ## CONSUMES\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize                    ## CONSUMES\r
 \r
 [Depex]\r
   TRUE\r