]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/DuetPkgX64.dsc
DuetPkg: Add DxeMpInitLib instance reference
[mirror_edk2.git] / DuetPkg / DuetPkgX64.dsc
1 ## @file
2 # An EFI/Framework Emulation Platform with UEFI HII interface supported.
3 #
4 # Developer's UEFI Emulation. DUET provides an EFI/UEFI IA32/X64 environment on legacy BIOS,
5 # to help developing and debugging native EFI/UEFI drivers.
6 #
7 # Copyright (c) 2010 - 2016, Intel Corporation. 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 = DuetPkg
26 PLATFORM_GUID = 199E24E0-0989-42aa-87F2-611A8C397E72
27 PLATFORM_VERSION = 0.4
28 DSC_SPECIFICATION = 0x00010005
29 OUTPUT_DIRECTORY = Build/DuetPkgX64
30 SUPPORTED_ARCHITECTURES = X64
31 BUILD_TARGETS = DEBUG
32 SKUID_IDENTIFIER = DEFAULT
33 FLASH_DEFINITION = DuetPkg/DuetPkg.fdf
34
35 ################################################################################
36 #
37 # Library Class section - list of all Library Classes needed by this Platform.
38 #
39 ################################################################################
40 [LibraryClasses]
41 #
42 # Entry point
43 #
44 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
45 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
46 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
47 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
48 #
49 # Basic
50 #
51 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
52 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
53 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
54 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
55 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
56 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
57 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
58 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
59 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
60 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
61 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
62 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
63 #
64 # UEFI & PI
65 #
66 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
67 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
68 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
69 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
70 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
71 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
72 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
73 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
74 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
75 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
76 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
77
78 #
79 # Generic Modules
80 #
81 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
82 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
83 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
84 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
85 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
86 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
87 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
88 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
89 #
90 # Platform
91 #
92 PlatformBdsLib|DuetPkg/Library/DuetBdsLib/PlatformBds.inf
93 TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
94 #
95 # Misc
96 #
97 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
98 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
99 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
100 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
101 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
102 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
103 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
104 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
105 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
106 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
107 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
108 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
109 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
110
111 #
112 # To save size, use NULL library for DebugLib and ReportStatusCodeLib.
113 # If need status code output, do library instance overriden as below DxeMain.inf does
114 #
115 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
116 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
117 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
118
119 [LibraryClasses.common.DXE_CORE]
120 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
121 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
122
123 ################################################################################
124 #
125 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
126 #
127 ################################################################################
128 [PcdsFixedAtBuild]
129 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0
130 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
131 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x0
132 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
133
134 [PcdsFeatureFlag]
135 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
136
137 ###################################################################################################
138 #
139 # Components Section - list of the modules and components that will be processed by compilation
140 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
141 #
142 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
143 # into firmware volume images. This section is just a list of modules to compile from
144 # source into UEFI-compliant binaries.
145 # It is the FDF file that contains information on combining binary files into firmware
146 # volume images, whose concept is beyond UEFI and is described in PI specification.
147 # Binary modules do not need to be listed in this section, as they should be
148 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
149 # Logo (Logo.bmp), and etc.
150 # There may also be modules listed in this section that are not required in the FDF file,
151 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
152 # generated for it, but the binary will not be put into any firmware volume.
153 #
154 ###################################################################################################
155 [Components]
156 DuetPkg/DxeIpl/DxeIpl.inf {
157 <LibraryClasses>
158 #
159 # If no following overriden for ReportStatusCodeLib library class,
160 # All other module can *not* output debug information even they are use not NULL library
161 # instance for DebugLib and ReportStatusCodeLib
162 #
163 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
164 }
165
166 MdeModulePkg/Core/Dxe/DxeMain.inf {
167 #
168 # Enable debug output for DxeCore module, this is a sample for how to enable debug output
169 # for a module. If need turn on debug output for other module, please copy following overriden
170 # PCD and library instance to other module's override section.
171 #
172 <PcdsFixedAtBuild>
173 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
174 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
175 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042
176 <LibraryClasses>
177 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
178 ReportStatusCodeLib|DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
179 }
180
181 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
182 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
183 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
184 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
185
186 DuetPkg/FSVariable/FSVariable.inf
187 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
188 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
189 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
190 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
191 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
192 <LibraryClasses>
193 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
194 }
195 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
196 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
197 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
198
199 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
200 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
201 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
202 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
203
204
205 DuetPkg/SmbiosGenDxe/SmbiosGen.inf
206 #DuetPkg/FvbRuntimeService/DUETFwh.inf
207 DuetPkg/EfiLdr/EfiLdr.inf {
208 <LibraryClasses>
209 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
210 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
211 }
212 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
213 <LibraryClasses>
214 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
215 }
216 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
217 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
218 UefiCpuPkg/CpuDxe/CpuDxe.inf
219 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
220 DuetPkg/AcpiResetDxe/Reset.inf
221 DuetPkg/LegacyMetronome/Metronome.inf
222
223 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
224 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
225 DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
226 DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
227 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
228 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
229
230 # IDE/AHCI Support
231 DuetPkg/SataControllerDxe/SataControllerDxe.inf
232 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
233 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
234 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
235 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
236
237 # Usb Support
238 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
239 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
240 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
241 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
242 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
243
244 # ISA Support
245 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
246 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
247 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
248 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
249 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
250
251 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
252 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
253 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
254 FatPkg/EnhancedFatDxe/Fat.inf
255
256 # Bios Thunk
257 DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
258
259 #
260 # Sample Application
261 #
262 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
263
264 ###################################################################################################
265 #
266 # BuildOptions Section - Define the module specific tool chain flags that should be used as
267 # the default flags for a module. These flags are appended to any
268 # standard flags that are defined by the build process. They can be
269 # applied for any modules or only those modules with the specific
270 # module style (EDK or EDKII) specified in [Components] section.
271 #
272 ###################################################################################################
273 [BuildOptions]
274 MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR
275