]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmPlatformPkg.dsc
ArmPlatformPkg: add package .DSC file
[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 - 2015, ARM Ltd. All rights reserved.<BR>
6 # Copyright (c) 2016 - 2017, Linaro Ltd. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #**/
17
18 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 PLATFORM_NAME = ArmPlatformPkg
25 PLATFORM_GUID = 9ce08891-ac9c-476d-ab04-0c04d3a97544
26 PLATFORM_VERSION = 0.1
27 DSC_SPECIFICATION = 0x0001001A
28 OUTPUT_DIRECTORY = Build/ArmPlatform
29 SUPPORTED_ARCHITECTURES = ARM|AARCH64
30 BUILD_TARGETS = DEBUG|RELEASE
31 SKUID_IDENTIFIER = DEFAULT
32
33 [BuildOptions]
34 RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
35 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
36
37 [PcdsFixedAtBuild]
38 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
39 gArmTokenSpaceGuid.PcdFdSize|0x1000
40
41 [LibraryClasses.common]
42 ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf
43 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
44 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
45 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
46 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
47 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
48 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
49 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
50 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
51 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
52 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
53 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
54 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
55 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
56 LcdPlatformLib|ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
57 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
58 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
59 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
60 NorFlashPlatformLib|ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf
61 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
62 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
63 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
64 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
65 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
66 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
67 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
68 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
69 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
70 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
71 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
72 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
73 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
74 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
75 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
76 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
77
78 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
79 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
80
81 [LibraryClasses.common.PEIM]
82 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
83 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
84 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
85 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
86 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
87
88 [LibraryClasses.common.SEC]
89 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
90 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
91 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
92 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
93
94 [Components.common]
95 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcdGraphicsOutputDxe.inf
96 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
97 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
98 ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
99 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
100 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
101
102 ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
103 ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
104 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
105 ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf
106 ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
107 ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
108 ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
109 ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
110
111 ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
112 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
113
114 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
115 ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
116
117 ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
118 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
119
120 ArmPlatformPkg/PrePi/PeiMPCore.inf
121 ArmPlatformPkg/PrePi/PeiUniCore.inf