summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/UefiCpuPkg.dec
diff options
context:
space:
mode:
authorRay Ni <ray.ni@intel.com>2019-08-26 06:42:05 +0800
committerRay Ni <ray.ni@intel.com>2019-09-19 14:25:24 +0800
commit136dad095660e7b5a4bebab3da42090e3c797ca4 (patch)
treed7ba80b83c7fd678792319ce63eb72819056ee46 /UefiCpuPkg/UefiCpuPkg.dec
parentb0c15fb128c518b9acd8611a2deea213e9e55193 (diff)
downloadedk2-136dad095660e7b5a4bebab3da42090e3c797ca4.zip
edk2-136dad095660e7b5a4bebab3da42090e3c797ca4.tar.gz
edk2-136dad095660e7b5a4bebab3da42090e3c797ca4.tar.bz2
UefiCpuPkg: Remove PcdCpuSmmStaticPageTable
PcdCpuSmmRestrictedMemoryAccess is introduced to replace PcdCpuSmmStaticPageTable. Signed-off-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'UefiCpuPkg/UefiCpuPkg.dec')
-rw-r--r--UefiCpuPkg/UefiCpuPkg.dec11
1 files changed, 0 insertions, 11 deletions
diff --git a/UefiCpuPkg/UefiCpuPkg.dec b/UefiCpuPkg/UefiCpuPkg.dec
index 9a03bdd..031a2cc 100644
--- a/UefiCpuPkg/UefiCpuPkg.dec
+++ b/UefiCpuPkg/UefiCpuPkg.dec
@@ -247,17 +247,6 @@
# @Prompt The specified AP target C-state for Mwait.
gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate|0|UINT8|0x00000007
- ## Indicates if SMM uses static page table.
- # If enabled, SMM will not use on-demand paging. SMM will build static page table for all memory.
- # This flag only impacts X64 build, because SMM always builds static page table for IA32.
- # It could not be enabled at the same time with SMM profile feature (PcdCpuSmmProfileEnable).
- # It could not be enabled also at the same time with heap guard feature for SMM
- # (PcdHeapGuardPropertyMask in MdeModulePkg).<BR><BR>
- # TRUE - SMM uses static page table for all memory.<BR>
- # FALSE - SMM uses static page table for below 4G memory and use on-demand paging for above 4G memory.<BR>
- # @Prompt Use static page table for all memory in SMM.
- gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStaticPageTable|TRUE|BOOLEAN|0x3213210D
-
## Specifies timeout value in microseconds for the BSP in SMM to wait for all APs to come into SMM.
# @Prompt AP synchronization timeout value in SMM.
gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|1000000|UINT64|0x32132104