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