]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg.dsc
CryptoPkg/BaseCryptLib.h: Add new API to get organization name
[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
f4dfad05 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2b129e87
AB
9#\r
10#**/\r
11\r
12################################################################################\r
13#\r
14# Defines Section - statements that will be processed to create a Makefile.\r
15#\r
16################################################################################\r
17[Defines]\r
18 PLATFORM_NAME = ArmPlatformPkg\r
19 PLATFORM_GUID = 9ce08891-ac9c-476d-ab04-0c04d3a97544\r
20 PLATFORM_VERSION = 0.1\r
21 DSC_SPECIFICATION = 0x0001001A\r
22 OUTPUT_DIRECTORY = Build/ArmPlatform\r
23 SUPPORTED_ARCHITECTURES = ARM|AARCH64\r
5e0e5863 24 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
2b129e87
AB
25 SKUID_IDENTIFIER = DEFAULT\r
26\r
27[BuildOptions]\r
28 RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
29 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
30\r
31[PcdsFixedAtBuild]\r
32 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
33 gArmTokenSpaceGuid.PcdFdSize|0x1000\r
34\r
35[LibraryClasses.common]\r
36 ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf\r
37 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
38 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
39 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
40 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
41 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
42 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
43 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
44 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
45 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
46 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
47 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
48 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
49 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
2671d898 50 LcdHwLib|ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf\r
2b129e87
AB
51 LcdPlatformLib|ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf\r
52 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
53 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
54 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
55 NorFlashPlatformLib|ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf\r
56 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
57 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
58 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
59 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
60 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
61 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
62 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
63 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
64 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
65 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
66 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
67 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
68 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
69 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
70 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
71 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
72\r
73 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
74 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
75\r
76[LibraryClasses.common.PEIM]\r
77 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
78 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
79 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
80 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
81 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
82\r
83[LibraryClasses.common.SEC]\r
84 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
85 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
86 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
87 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
88\r
89[Components.common]\r
2671d898 90 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf\r
2b129e87
AB
91 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
92 ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf\r
93 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf\r
94 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf\r
95\r
96 ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
97 ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
99cfb43a 98 ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf\r
2b129e87
AB
99 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf\r
100 ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf\r
101 ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf\r
cbba5ca1 102 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf\r
2b129e87
AB
103 ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
104 ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r
105 ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
106\r
107 ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
108 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
109\r
110 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
111 ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
112\r
113 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf\r
114 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r
115\r
116 ArmPlatformPkg/PrePi/PeiMPCore.inf\r
117 ArmPlatformPkg/PrePi/PeiUniCore.inf\r
b99f8126
GP
118\r
119 ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf\r