]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootModulePkg/CbSupportPei/CbSupportPei.inf
CorebootModulePkg: Use PCD for memory type information initialization
[mirror_edk2.git] / CorebootModulePkg / CbSupportPei / CbSupportPei.inf
index b88b6f07ffe3089eafdd60f6cf0e49b73d46bd17..4905bdbd8ed26f8dae72a79b47be0c24bf3be52b 100644 (file)
@@ -4,7 +4,7 @@
 # Parses coreboot table in memory and report resource information into pei core. It will install\r
 # the memory as required.\r
 #\r
-#  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 2016, Intel Corporation. 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
   gUefiAcpiBoardInfoGuid\r
 \r
 [Ppis]\r
-  gEfiPeiMasterBootModePpiGuid \r
+  gEfiPeiMasterBootModePpiGuid\r
 \r
 [Pcd]\r
   gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase\r
   gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize\r
-  gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer  \r
-  \r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer\r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
+  gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
+\r
 [Depex]\r
   TRUE
\ No newline at end of file