]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/IntelFspPkg.dec
IntelFspPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspPkg / IntelFspPkg.dec
1 ## @file
2 # Provides driver and definitions to build fsp in EDKII bios.
3 #
4 # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 DEC_SPECIFICATION = 0x00010005
11 PACKAGE_NAME = IntelFspPkg
12 PACKAGE_GUID = 444C6CDF-55BD-4744-8F74-AE98B003B955
13 PACKAGE_VERSION = 0.1
14
15 [Includes]
16 Include
17 Include/Private
18
19 [LibraryClasses]
20 ## @libraryclass Provides cache-as-ram support.
21 CacheAsRamLib|Include/Library/CacheAsRamLib.h
22
23 ## @libraryclass Provides cache setting on MTRR.
24 CacheLib|Include/Library/CacheLib.h
25
26 ## @libraryclass Provides debug device abstraction.
27 DebugDeviceLib|Include/Library/DebugDeviceLib.h
28
29 ## @libraryclass Provides FSP related services.
30 FspCommonLib|Include/Library/FspCommonLib.h
31
32 ## @libraryclass Provides FSP platform related actions.
33 FspPlatformLib|Include/Library/FspPlatformLib.h
34
35 ## @libraryclass Provides FSP switch stack function.
36 FspSwitchStackLib|Include/Library/FspSwitchStackLib.h
37
38 ## @libraryclass Provides FSP platform sec related actions.
39 FspSecPlatformLib|Include/Library/FspSecPlatformLib.h
40
41 [Guids]
42 #
43 # GUID defined in package
44 #
45 gIntelFspPkgTokenSpaceGuid = { 0x834c0c5f, 0xadb3, 0x4372, { 0xae, 0xeb, 0x03, 0xe4, 0xe9, 0xe6, 0xc5, 0x91 } }
46
47 # Guid define in FSP EAS
48 gFspHeaderFileGuid = { 0x912740BE, 0x2284, 0x4734, { 0xB9, 0x71, 0x84, 0xB0, 0x27, 0x35, 0x3F, 0x0C } }
49 gFspBootLoaderTemporaryMemoryGuid = { 0xbbcff46c, 0xc8d3, 0x4113, { 0x89, 0x85, 0xb9, 0xd4, 0xf3, 0xb3, 0xf6, 0x4e } }
50 gFspReservedMemoryResourceHobGuid = { 0x69a79759, 0x1373, 0x4367, { 0xa6, 0xc4, 0xc7, 0xf5, 0x9e, 0xfd, 0x98, 0x6e } }
51 gFspNonVolatileStorageHobGuid = { 0x721acf02, 0x4d77, 0x4c2a, { 0xb3, 0xdc, 0x27, 0x0b, 0x7b, 0xa9, 0xe4, 0xb0 } }
52 gFspBootLoaderTolumHobGuid = { 0x73ff4f56, 0xaa8e, 0x4451, { 0xb3, 0x16, 0x36, 0x35, 0x36, 0x67, 0xad, 0x44 } } # FSP EAS v1.1
53
54 # Guid defined by platform
55 gFspReservedMemoryResourceHobTsegGuid = { 0xd038747c, 0xd00c, 0x4980, { 0xb3, 0x19, 0x49, 0x01, 0x99, 0xa4, 0x7d, 0x55 } }
56 gFspReservedMemoryResourceHobGfxGuid = { 0x9c7c3aa7, 0x5332, 0x4917, { 0x82, 0xb9, 0x56, 0xa5, 0xf3, 0xe6, 0x2a, 0x07 } }
57 gFspReservedMemoryResourceHobMiscGuid = { 0x00d6b14b, 0x7dd0, 0x4062, { 0x88, 0x21, 0xe5, 0xf9, 0x6a, 0x2a, 0x1b, 0x00 } }
58
59 [PcdsFixedAtBuild]
60 gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress |0xFED00108|UINT32|0x00000001
61 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase |0xFEF00000|UINT32|0x10001001
62 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize | 0x2000|UINT32|0x10001002
63 gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize | 0x1000|UINT32|0x10001003
64 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry | 32|UINT32|0x00002001
65 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry | 6|UINT32|0x00002002
66 gIntelFspPkgTokenSpaceGuid.PcdFspAreaBaseAddress |0xFFF80000|UINT32|0x10000001
67 gIntelFspPkgTokenSpaceGuid.PcdFspAreaSize |0x00040000|UINT32|0x10000002
68 gIntelFspPkgTokenSpaceGuid.PcdFspBootFirmwareVolumeBase|0xFFF80000|UINT32|0x10000003
69
70 [PcdsFixedAtBuild,PcdsDynamic,PcdsDynamicEx]
71 gIntelFspPkgTokenSpaceGuid.PcdFspReservedMemoryLength |0x00100000|UINT32|0x46530000
72 gIntelFspPkgTokenSpaceGuid.PcdBootLoaderEntry |0xFFFFFFE4|UINT32|0x46530100