]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/ArmPkg.dsc
ArmPkg: Fix Ecc error 8005 for SCMI_PROTOCOL_ID
[mirror_edk2.git] / ArmPkg / ArmPkg.dsc
... / ...
CommitLineData
1#/** @file\r
2# ARM processor package.\r
3#\r
4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
5# Copyright (c) 2011 - 2021, Arm Limited. All rights reserved.<BR>\r
6# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
7# Copyright (c) Microsoft Corporation.<BR>\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11#**/\r
12\r
13################################################################################\r
14#\r
15# Defines Section - statements that will be processed to create a Makefile.\r
16#\r
17################################################################################\r
18[Defines]\r
19 PLATFORM_NAME = ArmPkg\r
20 PLATFORM_GUID = 5CFBD99E-3C43-4E7F-8054-9CDEAFF7710F\r
21 PLATFORM_VERSION = 0.1\r
22 DSC_SPECIFICATION = 0x00010005\r
23 OUTPUT_DIRECTORY = Build/Arm\r
24 SUPPORTED_ARCHITECTURES = ARM|AARCH64\r
25 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
26 SKUID_IDENTIFIER = DEFAULT\r
27\r
28[BuildOptions]\r
29 RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
30 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
31\r
32[PcdsFixedAtBuild]\r
33 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
34\r
35!include MdePkg/MdeLibs.dsc.inc\r
36\r
37[LibraryClasses.common]\r
38 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
39 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
40 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
41 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
42 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
43 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
44 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
45 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
46 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
47 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
48 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
49 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
50 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
51 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
52 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
53 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
54 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
55 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
56 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
57 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
58 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
59\r
60 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
61 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
62\r
63 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
64 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
65 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
66 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf\r
67\r
68 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
69 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
70 ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf\r
71 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf\r
72 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
73 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
74 OpteeLib|ArmPkg/Library/OpteeLib/OpteeLib.inf\r
75\r
76 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
77 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
78 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
79\r
80 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
81\r
82 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
83 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
84 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
85\r
86 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
87\r
88 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
89 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
90\r
91 ArmMtlLib|ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf\r
92\r
93 OemMiscLib|ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf\r
94\r
95[LibraryClasses.common.PEIM]\r
96 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
97 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
98 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
99 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
100 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
101\r
102[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
103 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
104\r
105 # Add support for GCC stack protector\r
106 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
107\r
108[Components.common]\r
109 ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
110 ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
111 ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
112 ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r
113 ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
114 ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
115 ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
116 ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf\r
117 ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf\r
118 ArmPkg/Library/SemihostLib/SemihostLib.inf\r
119 ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf\r
120 ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf\r
121 ArmPkg/Library/ArmExceptionLib/ArmRelocateExceptionLib.inf\r
122\r
123 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
124 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
125 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
126 ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
127 ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf\r
128 ArmPkg/Drivers/TimerDxe/TimerDxe.inf\r
129\r
130 ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf\r
131 ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf\r
132\r
133 ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
134 ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.inf\r
135 ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf\r
136 ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf\r
137 ArmPkg/Library/OpteeLib/OpteeLib.inf\r
138\r
139 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
140\r
141 ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
142\r
143 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf\r
144 ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
145 ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf\r
146 ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf\r
147 ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
148 ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf\r
149 ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
150 ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf\r
151 ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
152 ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
153\r
154 ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf\r
155 ArmPkg/Drivers/ArmScmiDxe/ArmScmiDxe.inf\r
156\r
157 ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClassDxe.inf\r
158 ArmPkg/Universal/Smbios/SmbiosMiscDxe/SmbiosMiscDxe.inf\r
159\r
160[Components.AARCH64]\r
161 ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf\r
162 ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf\r
163 ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf\r