]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
AppPkg|Python: Files from the Python 2.7.2 distribution that must be modified to...
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dec
index 22888bbac6cb3e310ce436d3e35d363c53728352..316b1f9039a93595b2fdaa8b3add33997603c862 100644 (file)
@@ -94,6 +94,9 @@
   ## This PCD specifies whether PS2 keyboard does a extended verification during start.\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|TRUE|BOOLEAN|0x00010045\r
 \r
+  ## If TRUE, ACPI Support Protocol will be installed.\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdInstallAcpiSupportProtocol|TRUE|BOOLEAN|0x00010046\r
+\r
 [PcdsFixedAtBuild]\r
   ## FFS filename to find the default BMP Logo file.\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile |{ 0x99, 0x8b, 0xB2, 0x7B, 0xBB, 0x61, 0xD5, 0x11, 0x9A, 0x5D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }|VOID*|0x40000003\r
   ## The value should be a multiple of 4KB.\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdEbdaReservedMemorySize|0x8000|UINT32|0x30000005\r
 \r
+  ## The PCD is used to specify memory size with page number for a pre-allocated ACPI NVS memory to be used\r
+  #  by PEI in S3 phase. The default size 32K. When changing the value of this PCD, the platform\r
+  #  developer should make sure the memory size is large enough to meet PEI requiremnt in S3 phase.\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x8000|UINT32|0x30000006\r
+\r
+  ## The PCD is used to specify memory size for boot script executor stack usage in S3 phase.\r
+  #  The default size 32K. When changing the value of this PCD, the platform developer should\r
+  #  make sure the memory size is large enough to meet boot script executor requiremnt in S3 phase.\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3BootScriptStackSize|0x8000|UINT32|0x30000007\r
+\r
+\r