]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg: remove nonexistent FLASH_DEFINITION from package .dsc
[mirror_edk2.git] / EmbeddedPkg / EmbeddedPkg.dsc
1 #/** @file
2 # Embedded Package
3 #
4 #
5 # Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
6 # Copyright (c) 2012-2015, ARM Ltd. All rights reserved.<BR>
7 # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #**/
18
19 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 PLATFORM_NAME = Embedded
26 PLATFORM_GUID = 8DBB580B-CF89-4D57-95C6-DFE96C44686E
27 PLATFORM_VERSION = 0.1
28 DSC_SPECIFICATION = 0x00010005
29 OUTPUT_DIRECTORY = Build/Embedded
30 SUPPORTED_ARCHITECTURES = IA32|X64|IPF|ARM|AARCH64
31 BUILD_TARGETS = DEBUG|RELEASE
32 SKUID_IDENTIFIER = DEFAULT
33
34
35 ################################################################################
36 #
37 # SKU Identification section - list of all SKU IDs supported by this
38 # Platform.
39 #
40 ################################################################################
41 [SkuIds]
42 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
43
44 ################################################################################
45 #
46 # Library Class section - list of all Library Classes needed by this Platform.
47 #
48 ################################################################################
49 [LibraryClasses.common]
50 # DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
51 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
52
53
54 AndroidBootImgLib|EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf
55 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
56 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
57 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
58 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
59 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
60 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
61
62 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
63
64 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
65 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
66 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
67 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
68 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
69
70 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
71 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
72 EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf
73 GdbSerialLib|EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf
74
75
76 #
77 # Need to change this for IPF
78 #
79 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
80
81 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
82 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
83 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
84 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
85 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
86 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
87 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
88 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
89
90 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
91 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
92 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
93
94 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
95
96 AcpiLib|EmbeddedPkg/Library/AcpiLib/AcpiLib.inf
97 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
98
99 # Shell libraries
100 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
101 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
102 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
103
104 # Networking Requirements
105 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
106 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
107 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
108
109 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
110 DtPlatformDtbLoaderLib|EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/DxeDtPlatformDtbLoaderLibDefault.inf
111
112 [LibraryClasses.common.DXE_DRIVER]
113 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
114 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
115
116
117 [LibraryClasses.common.UEFI_APPLICATION]
118 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
119 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
120
121 [LibraryClasses.common.UEFI_DRIVER]
122 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
123 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
124
125 [LibraryClasses.common.SEC]
126 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
127
128 [LibraryClasses.ARM, LibraryClasses.AARCH64]
129 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
130 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
131 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
132 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
133
134 # Add support for GCC stack protector
135 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
136
137 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
138
139 ################################################################################
140 #
141 # Pcd Section - list of all PCD Entries defined by this Platform
142 #
143 ################################################################################
144
145 [PcdsFeatureFlag.common]
146 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
147 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
148 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
149 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
150
151 #
152 # Control what commands are supported from the UI
153 # Turn these on and off to add features or save size
154 #
155 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
156 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
157 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
158 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
159 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
160 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
161 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
162
163 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|FALSE
164
165
166 [PcdsFixedAtBuild.common]
167 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
168 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
169 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
170 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
171 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
172 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
173 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
174 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
175 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
176 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
177 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
178 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
179 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
180 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
181 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
182 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000
183 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|L""
184 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
185 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
186
187 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0
188 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0
189
190 #
191 # Optinal feature to help prevent EFI memory map fragments
192 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
193 # Values are in EFI Pages (4K). DXE Core will make sure that
194 # at least this much of each type of memory can be allocated
195 # from a single memory range. This way you only end up with
196 # maximum of two fragements for each type in the memory map
197 # (the memory used, and the free memory that was prereserved
198 # but not used).
199 #
200 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
201 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
202 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
203 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0
204 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0
205 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|0
206 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|0
207 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|0
208 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
209
210 #
211 # Timer config for this platform
212 #
213 gEmbeddedTokenSpaceGuid.PcdTimerBaseAddress|0x3c700000
214 gEmbeddedTokenSpaceGuid.PcdTimerVector|7
215 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
216
217 [PcdsFixedAtBuild.IPF]
218 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
219
220 #
221 # This makes it so you can source level debug with NT32. VC++ debugger limitiation!
222 #
223 #[BuildOptions]
224 # DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE
225 # RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096
226 # *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006
227
228 [BuildOptions]
229 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu=7-A.security
230 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
231
232 ################################################################################
233 #
234 # Components Section - list of all Modules needed by this Platform
235 #
236 ################################################################################
237 [Components.common]
238 EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf
239 EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf
240 EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
241 EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
242 EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf
243 EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
244 EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
245 EmbeddedPkg/Library/CoherentDmaLib/CoherentDmaLib.inf
246 EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
247 EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/DxeDtPlatformDtbLoaderLibDefault.inf
248
249 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
250 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
251 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
252 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
253 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf {
254 <LibraryClasses>
255 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
256 }
257
258 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
259
260 # Drivers
261 EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf
262 EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132Dxe.inf
263
264 EmbeddedPkg/Library/AcpiLib/AcpiLib.inf
265 EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
266 EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
267 EmbeddedPkg/Library/FdtLib/FdtLib.inf
268 EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
269 EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
270 EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
271
272 EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf
273
274 [Components.ARM]
275 EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.inf
276
277 [Components.ARM, Components.AARCH64]
278 EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.inf
279 EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
280 EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsbDxe.inf
281 EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcpDxe.inf
282
283 [Components.IA32, Components.X64, Components.IPF, Components.ARM]
284 EmbeddedPkg/GdbStub/GdbStub.inf