]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/ArmPkg.dsc
CorebootPayloadPkg: Use extra braces to prevent gcc compile fail
[mirror_edk2.git] / ArmPkg / ArmPkg.dsc
1 #/** @file
2 # ARM processor package.
3 #
4 # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
5 # Copyright (c) 2011 - 2015, ARM Ltd. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 PLATFORM_NAME = ArmPkg
24 PLATFORM_GUID = 5CFBD99E-3C43-4E7F-8054-9CDEAFF7710F
25 PLATFORM_VERSION = 0.1
26 DSC_SPECIFICATION = 0x00010005
27 OUTPUT_DIRECTORY = Build/Arm
28 SUPPORTED_ARCHITECTURES = ARM|AARCH64
29 BUILD_TARGETS = DEBUG|RELEASE
30 SKUID_IDENTIFIER = DEFAULT
31
32 [BuildOptions]
33 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
34 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a -mfpu=neon
35 # We use A15 to get the Secure and Virtualization extensions
36 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15
37
38 RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
39
40 [LibraryClasses.common]
41 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
42 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
43 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
44 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
45 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
46 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
47 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
48 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
49 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
50 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
51 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
52 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
53 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
54 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
55 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
56 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
57
58 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
59 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
60 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
61
62 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
63 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
64 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
65 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
66
67 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
68 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
69 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
70 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
71 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
72 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
73
74 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
75 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
76 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
77
78 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
79 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
80
81 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
82
83 [LibraryClasses.ARM]
84 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
85
86 [LibraryClasses.AARCH64]
87 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
88
89 [LibraryClasses.common.PEIM]
90 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
91 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
92 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
93 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
94 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
95
96 [LibraryClasses.common.DXE_DRIVER]
97 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
98
99 [LibraryClasses.ARM, LibraryClasses.AARCH64]
100 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
101
102 # Add support for GCC stack protector
103 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
104
105 [Components.common]
106 ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
107 ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
108 ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
109 ArmPkg/Library/ArmLib/Null/NullArmLib.inf
110 ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
111 ArmPkg/Library/BdsLib/BdsLib.inf
112 ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
113 ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
114 ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
115 ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
116 ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
117 ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
118 ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf
119 ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
120 ArmPkg/Library/SemihostLib/SemihostLib.inf
121 ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
122 ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf
123
124 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
125 ArmPkg/Drivers/CpuPei/CpuPei.inf
126 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
127 ArmPkg/Drivers/ArmGic/ArmGicLib.inf
128 ArmPkg/Drivers/ArmGic/ArmGicSecLib.inf
129 ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
130 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
131
132 ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
133 ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf
134
135 ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
136 ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.inf
137 ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf
138
139 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
140
141 ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf
142
143 [Components.ARM]
144 ArmPkg/Library/BaseMemoryLibVstm/BaseMemoryLibVstm.inf
145
146 ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.inf
147 ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf
148 ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
149
150 # ArmPkg/Library/ArmLib/Arm11/Arm11ArmLib.inf
151 # ArmPkg/Library/ArmLib/Arm11/Arm11ArmLibPrePi.inf
152 # ArmPkg/Library/ArmLib/Arm9/Arm9ArmLib.inf
153 # ArmPkg/Library/ArmLib/Arm9/Arm9ArmLibPrePi.inf
154 ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
155 ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
156
157 ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf
158
159 [Components.AARCH64]
160 ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
161 ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/ArmCortexA5xLib.inf
162
163 ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf
164 ArmPkg/Library/ArmLib/AArch64/AArch64LibPrePi.inf