]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg.dsc
UefiPayloadPkg: Add PCI root bridge info hob support for SBL
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg.dsc
CommitLineData
2b129e87
AB
1#/** @file\r
2# ARM platform package.\r
3#\r
4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
2dfd81aa 5# Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>\r
2b129e87 6# Copyright (c) 2016 - 2017, Linaro Ltd. All rights reserved.<BR>\r
e24529a5 7# Copyright (c) Microsoft Corporation.<BR>\r
2b129e87 8#\r
f4dfad05 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2b129e87
AB
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 = ArmPlatformPkg\r
20 PLATFORM_GUID = 9ce08891-ac9c-476d-ab04-0c04d3a97544\r
21 PLATFORM_VERSION = 0.1\r
22 DSC_SPECIFICATION = 0x0001001A\r
23 OUTPUT_DIRECTORY = Build/ArmPlatform\r
24 SUPPORTED_ARCHITECTURES = ARM|AARCH64\r
5e0e5863 25 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
2b129e87
AB
26 SKUID_IDENTIFIER = DEFAULT\r
27\r
28[BuildOptions]\r
272a1db6
PG
29 RELEASE_*_*_CC_FLAGS = -D MDEPKG_NDEBUG\r
30 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
2b129e87
AB
31\r
32[PcdsFixedAtBuild]\r
33 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
34 gArmTokenSpaceGuid.PcdFdSize|0x1000\r
35\r
96afc546
DB
36!include MdePkg/MdeLibs.dsc.inc\r
37\r
2b129e87
AB
38[LibraryClasses.common]\r
39 ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf\r
40 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
41 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
42 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
43 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
44 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
45 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
46 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
47 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
48 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
49 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
50 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
51 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
52 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
2671d898 53 LcdHwLib|ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf\r
2b129e87
AB
54 LcdPlatformLib|ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf\r
55 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
56 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
57 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
58 NorFlashPlatformLib|ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf\r
59 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
60 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
61 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
62 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
2dfd81aa
PG
63 PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf\r
64 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
2b129e87
AB
65 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
66 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
67 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
68 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
2dfd81aa 69 TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf\r
2b129e87
AB
70 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
71 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
72 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
73 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
74 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
75 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
76 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
77 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
78\r
79 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
80 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
81\r
82[LibraryClasses.common.PEIM]\r
83 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
84 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
85 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
86 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
87 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
88\r
89[LibraryClasses.common.SEC]\r
90 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
91 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
92 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
93 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
94\r
4e511554
MK
95[LibraryClasses.AARCH64.MM_STANDALONE]\r
96 HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf\r
97 MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf\r
98 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf\r
99 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf\r
100\r
2b129e87 101[Components.common]\r
2671d898 102 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf\r
2b129e87
AB
103 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
104 ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf\r
2b129e87
AB
105 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf\r
106\r
107 ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
108 ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
e24529a5 109 ArmPlatformPkg/Library/HdLcd/HdLcd.inf\r
99cfb43a 110 ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf\r
2b129e87
AB
111 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf\r
112 ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf\r
113 ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf\r
cbba5ca1 114 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf\r
2b129e87
AB
115 ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
116 ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r
e24529a5 117 ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.inf\r
2b129e87
AB
118 ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
119\r
120 ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
121 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
122\r
123 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
124 ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
125\r
126 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf\r
127 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
128\r
129 ArmPlatformPkg/PrePi/PeiMPCore.inf\r
130 ArmPlatformPkg/PrePi/PeiUniCore.inf\r
b99f8126
GP
131\r
132 ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf\r
4e511554
MK
133\r
134[Components.AARCH64]\r
135 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashStandaloneMm.inf\r