]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and size
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiUniCore.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = ArmPlatformPrePiUniCore\r
18 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21\r
22[Sources]\r
23 PrePi.c\r
24 MainUniCore.c\r
25\r
26[Sources.ARM]\r
27 Arm/ArchPrePi.c\r
28 Arm/ModuleEntryPoint.S | GCC\r
29 Arm/ModuleEntryPoint.asm | RVCT\r
30\r
31[Sources.AArch64]\r
32 AArch64/ArchPrePi.c\r
33 AArch64/ModuleEntryPoint.S\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 EmbeddedPkg/EmbeddedPkg.dec\r
39 ArmPkg/ArmPkg.dec\r
40 ArmPlatformPkg/ArmPlatformPkg.dec\r
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 DebugLib\r
46 DebugAgentLib\r
47 ArmLib\r
48 IoLib\r
49 TimerLib\r
50 SerialPortLib\r
51 ExtractGuidedSectionLib\r
52 LzmaDecompressLib\r
53 PeCoffGetEntryPointLib\r
54 DebugAgentLib\r
55 PrePiLib\r
56 ArmPlatformLib\r
57 ArmPlatformStackLib\r
58 MemoryAllocationLib\r
59 HobLib\r
60 PrePiHobListPointerLib\r
61 PlatformPeiLib\r
62 MemoryInitPeiLib\r
63\r
64[Ppis]\r
65 gArmMpCoreInfoPpiGuid\r
66\r
67[Guids]\r
68 gArmGlobalVariableGuid\r
69 gArmMpCoreInfoGuid\r
70\r
71[FeaturePcd]\r
72 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
73 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
74\r
75[FixedPcd]\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
77\r
78 gArmTokenSpaceGuid.PcdVFPEnabled\r
79\r
80 gArmTokenSpaceGuid.PcdFdBaseAddress\r
81 gArmTokenSpaceGuid.PcdFdSize\r
82\r
83 gArmTokenSpaceGuid.PcdFvBaseAddress\r
84 gArmTokenSpaceGuid.PcdFvSize\r
85\r
86 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
87 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
88\r
89 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
90\r
91 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
92\r
93 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
94\r
95 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
96 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
97\r
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
99 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
100 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
101 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
102 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
103 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
104 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
105 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
106 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
107\r
108[Pcd]\r
109 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
110 gArmTokenSpaceGuid.PcdSystemMemorySize\r