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