]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg.dsc
IntelFsp2WrapperPkg: Revert 90c5bc08
[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
b99f8126 5# Copyright (c) 2011 - 2018, ARM Ltd. All rights reserved.<BR>\r
2b129e87
AB
6# Copyright (c) 2016 - 2017, Linaro Ltd. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 PLATFORM_NAME = ArmPlatformPkg\r
25 PLATFORM_GUID = 9ce08891-ac9c-476d-ab04-0c04d3a97544\r
26 PLATFORM_VERSION = 0.1\r
27 DSC_SPECIFICATION = 0x0001001A\r
28 OUTPUT_DIRECTORY = Build/ArmPlatform\r
29 SUPPORTED_ARCHITECTURES = ARM|AARCH64\r
5e0e5863 30 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
2b129e87
AB
31 SKUID_IDENTIFIER = DEFAULT\r
32\r
33[BuildOptions]\r
34 RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
35 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
36\r
37[PcdsFixedAtBuild]\r
38 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
39 gArmTokenSpaceGuid.PcdFdSize|0x1000\r
40\r
41[LibraryClasses.common]\r
42 ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf\r
43 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
44 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
45 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
46 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
47 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
48 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
49 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
50 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
51 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
52 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
53 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
54 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
55 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
2671d898 56 LcdHwLib|ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf\r
2b129e87
AB
57 LcdPlatformLib|ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf\r
58 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
59 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
60 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
61 NorFlashPlatformLib|ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf\r
62 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
63 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
64 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
65 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
66 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
67 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
68 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
69 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
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
95[Components.common]\r
2671d898 96 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf\r
2b129e87
AB
97 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
98 ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf\r
99 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf\r
100 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf\r
101\r
102 ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
103 ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
99cfb43a 104 ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf\r
2b129e87
AB
105 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf\r
106 ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf\r
107 ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf\r
cbba5ca1 108 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf\r
2b129e87
AB
109 ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
110 ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r
111 ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
112\r
113 ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
114 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
115\r
116 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
117 ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
118\r
119 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf\r
120 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
121\r
122 ArmPlatformPkg/PrePi/PeiMPCore.inf\r
123 ArmPlatformPkg/PrePi/PeiUniCore.inf\r
b99f8126
GP
124\r
125 ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf\r