]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePi/PeiUniCore.inf
BaseTools: Use absolute import in Scripts
[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-2017, 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\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 DebugAgentLib\r
54 PrePiLib\r
55 ArmPlatformLib\r
56 ArmPlatformStackLib\r
57 MemoryAllocationLib\r
58 HobLib\r
59 PrePiHobListPointerLib\r
60 PlatformPeiLib\r
61 MemoryInitPeiLib\r
62\r
63[Ppis]\r
64 gArmMpCoreInfoPpiGuid\r
65\r
66[Guids]\r
67 gArmMpCoreInfoGuid\r
68 gEfiFirmwarePerformanceGuid\r
69\r
70[FeaturePcd]\r
71 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
72 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
73\r
74[Pcd]\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
76\r
77[FixedPcd]\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.PcdSystemMemoryUefiRegionSize\r
90\r
91 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
92\r
93 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
94 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
95\r
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
99 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
100 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
101 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
102 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
103 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
104 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
105\r
106[Pcd]\r
107 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
108 gArmTokenSpaceGuid.PcdSystemMemorySize\r