]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPlatformPkg: Change the memory model for the ARM Platform components
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiUniCore.inf
CommitLineData
d269095b 1#/** @file\r
2# \r
3# Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11# \r
12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = ArmPlatformPrePiUniCore\r
17 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
18 MODULE_TYPE = SEC\r
19 VERSION_STRING = 1.0\r
20\r
21[Sources.ARM]\r
22 PrePi.c\r
23 ModuleEntryPoint.S | GCC\r
24 ModuleEntryPoint.asm | RVCT\r
25 Exception.asm | RVCT\r
26 Exception.S | GCC\r
27 MainUniCore.c\r
28 \r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 EmbeddedPkg/EmbeddedPkg.dec\r
33 ArmPkg/ArmPkg.dec\r
34 ArmPlatformPkg/ArmPlatformPkg.dec\r
35 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 DebugLib\r
40 DebugAgentLib\r
41 ArmLib\r
42 IoLib\r
43 TimerLib\r
44 SerialPortLib\r
45 ExtractGuidedSectionLib\r
46 LzmaDecompressLib\r
47 PeCoffGetEntryPointLib\r
48 DebugAgentLib\r
49 PrePiLib\r
50 ArmPlatformLib\r
51 MemoryAllocationLib\r
52 HobLib\r
53 PrePiHobListPointerLib\r
54 PlatformPeiLib\r
55 MemoryInitPeiLib\r
56\r
57[FeaturePcd] \r
58 gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
59 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
60 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
61\r
62[FixedPcd]\r
63 gArmTokenSpaceGuid.PcdVFPEnabled\r
64\r
65 gArmTokenSpaceGuid.PcdNormalFdBaseAddress\r
66 gArmTokenSpaceGuid.PcdNormalFdSize\r
67\r
68 gArmTokenSpaceGuid.PcdNormalFvBaseAddress\r
69 gArmTokenSpaceGuid.PcdNormalFvSize\r
70\r
71 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackBase\r
72 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackSize\r
73\r
74 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
75 gArmPlatformTokenSpaceGuid.PcdHobListPtrGlobalOffset\r
76\r
77 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
78 gArmTokenSpaceGuid.PcdSystemMemorySize\r
79 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
80 \r
81 gArmPlatformTokenSpaceGuid.PcdMPCoreMaxCores\r
82 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
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