]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootModulePkg/CorebootModulePkg.dec
EmulatorPkg: Remove framework pkgs dependency from EmulatorPkg
[mirror_edk2.git] / CorebootModulePkg / CorebootModulePkg.dec
1 ## @file
2 # Coreboot Support Package
3 #
4 # Provides drivers and definitions to support coreboot in EDKII bios.
5 #
6 # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 DEC_SPECIFICATION = 0x00010005
13 PACKAGE_NAME = CorebootModulePkg
14 PACKAGE_GUID = DE1750CE-FEE7-4dd1-8E9C-B7B8BAEBCF4F
15 PACKAGE_VERSION = 0.1
16
17 [Includes]
18 Include
19
20 [LibraryClasses]
21 CbParseLib|Include/Library/CbParseLib.h
22
23 [Guids]
24 #
25 ## Defines the token space for the Coreboot Module Package PCDs.
26 #
27 gUefiCorebootModulePkgTokenSpaceGuid = {0xe6ff49a0, 0x15df, 0x48fd, {0x9a, 0xcf, 0xd7, 0xdc, 0x27, 0x1b, 0x39, 0xd5}}
28 gUefiSystemTableInfoGuid = {0x16c8a6d0, 0xfe8a, 0x4082, {0xa2, 0x8, 0xcf, 0x89, 0xc4, 0x29, 0x4, 0x33}}
29 gUefiFrameBufferInfoGuid = {0xdc2cd8bd, 0x402c, 0x4dc4, {0x9b, 0xe0, 0xc, 0x43, 0x2b, 0x7, 0xfa, 0x34}}
30 gUefiAcpiBoardInfoGuid = {0xad3d31b, 0xb3d8, 0x4506, {0xae, 0x71, 0x2e, 0xf1, 0x10, 0x6, 0xd9, 0xf}}
31
32
33 [Ppis]
34
35 [Protocols]
36
37
38 ################################################################################
39 #
40 # PCD Declarations section - list of all PCDs Declared by this Package
41 # Only this package should be providing the
42 # declaration, other packages should not.
43 #
44 ################################################################################
45 [PcdsFixedAtBuild, PcdsPatchableInModule]
46 ## Indicates the base address of the payload binary in memory
47 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase|0|UINT32|0x10000001
48 ## Provides the size of the payload binary in memory
49 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize|0|UINT32|0x10000002
50 ## Used to help reduce fragmentation in the EFI memory map
51 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x08|UINT32|0x10000012
52 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x04|UINT32|0x10000013
53 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x04|UINT32|0x00000014
54 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0xC0|UINT32|0x00000015
55 gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x80|UINT32|0x00000016
56
57 [PcdsDynamicEx]
58 gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer|0|UINT32|0x10000003
59