]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootModulePkg/CorebootModulePkg.dec
CorebootModulePkg: Use PCD for memory type information initialization
[mirror_edk2.git] / CorebootModulePkg / CorebootModulePkg.dec
index 4b97f9f24948867e8e9b916b32e83cc0efe8263a..7f1309bdae61980899f5226f100a8aca1f3129db 100644 (file)
@@ -1,16 +1,16 @@
 ## @file\r
 # Coreboot Support Package\r
 #\r
-# Provides drivers and definitions to support coreboot in EDKII bios. \r
+# Provides drivers and definitions to support coreboot in EDKII bios.\r
 #\r
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials are licensed and made available under \r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r
+# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials are licensed and made available under\r
+# the terms and conditions of the BSD License that accompanies this distribution.\r
 # The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php.                                                                          \r
-# \r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.  \r
+# http://opensource.org/licenses/bsd-license.php.\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 ##\r
 \r
   PACKAGE_NAME                   = CorebootModulePkg\r
   PACKAGE_GUID                   = DE1750CE-FEE7-4dd1-8E9C-B7B8BAEBCF4F\r
   PACKAGE_VERSION                = 0.1\r
-  \r
+\r
 [Includes]\r
   Include\r
-  \r
+\r
 [LibraryClasses]\r
   CbParseLib|Include/Library/CbParseLib.h\r
-  \r
+\r
 [Guids]\r
   #\r
   ## Defines the token space for the Coreboot Module Package PCDs.\r
 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase|0|UINT32|0x10000001\r
 ## Provides the size of the payload binary in memory\r
 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize|0|UINT32|0x10000002\r
+## Used to help reduce fragmentation in the EFI memory map\r
+gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x08|UINT32|0x10000012\r
+gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x04|UINT32|0x10000013\r
+gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x04|UINT32|0x00000014\r
+gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0xC0|UINT32|0x00000015\r
+gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x80|UINT32|0x00000016\r
 \r
 [PcdsDynamicEx]\r
 gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer|0|UINT32|0x10000003\r
\r
+\r