]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/PrePi/PeiUniCore.inf
NetworkPkg: Replace BSD License with BSD+Patent License
[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
a1594be9 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
917c5627
AB
8#\r
9#**/\r
10\r
11[Defines]\r
12 INF_VERSION = 0x0001001A\r
13 BASE_NAME = BeagleBoardPrePiUniCore\r
14 FILE_GUID = 8a5dc3de-fe31-4ad9-9c93-dd73626932e7\r
15 MODULE_TYPE = SEC\r
16 VERSION_STRING = 1.0\r
17\r
18[Sources]\r
19 PrePi.c\r
20 MainUniCore.c\r
21\r
22[Sources.ARM]\r
23 Arm/ArchPrePi.c\r
24 Arm/ModuleEntryPoint.S | GCC\r
25 Arm/ModuleEntryPoint.asm | RVCT\r
26\r
27[Packages]\r
28 ArmPkg/ArmPkg.dec\r
29 ArmPlatformPkg/ArmPlatformPkg.dec\r
30 EmbeddedPkg/EmbeddedPkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 MdePkg/MdePkg.dec\r
33\r
34[LibraryClasses]\r
35 ArmLib\r
36 ArmPlatformLib\r
37 ArmPlatformStackLib\r
38 BaseLib\r
39 DebugLib\r
40 DebugAgentLib\r
41 ExtractGuidedSectionLib\r
42 HobLib\r
43 IoLib\r
44 MemoryAllocationLib\r
45 MemoryInitPeiLib\r
46 PeCoffGetEntryPointLib\r
47 PlatformPeiLib\r
48 PrePiHobListPointerLib\r
49 PrePiLib\r
50 SerialPortLib\r
51 TimerLib\r
52\r
53[Ppis]\r
54 gArmMpCoreInfoPpiGuid\r
55\r
56[Guids]\r
57 gArmMpCoreInfoGuid\r
58 gEfiFirmwarePerformanceGuid\r
59\r
60[FeaturePcd]\r
61 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
62 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
63\r
64[Pcd]\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
66\r
67[FixedPcd]\r
68 gArmTokenSpaceGuid.PcdVFPEnabled\r
69\r
70 gArmTokenSpaceGuid.PcdFdBaseAddress\r
71 gArmTokenSpaceGuid.PcdFdSize\r
72\r
73 gArmTokenSpaceGuid.PcdFvBaseAddress\r
74 gArmTokenSpaceGuid.PcdFvSize\r
75\r
76 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
77 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
78\r
79 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
80\r
81 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
82\r
917c5627
AB
83 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
84\r
85 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
86 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
87 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
88 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
89 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
90 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
91 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
92 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
93 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
94\r
95[Pcd]\r
96 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
97 gArmTokenSpaceGuid.PcdSystemMemorySize\r