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