]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
Omap35xxPkg/MmcHostDxe: Clean code to respect EDK2 coding convention
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dec
index ca76951822e02fab9349bee406f5a64b465d411a..316b1f9039a93595b2fdaa8b3add33997603c862 100644 (file)
   ## 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