]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/DuetPkg.dsc
Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also added...
[mirror_edk2.git] / DuetPkg / DuetPkg.dsc
CommitLineData
3efaa6e0 1
2[Defines]
3 PLATFORM_NAME = DuetPkg
4 PLATFORM_GUID = 199E24E0-0989-42aa-87F2-611A8C397E72
5 PLATFORM_VERSION = 0.3
6 DSC_SPECIFICATION = 0x00010005
7 OUTPUT_DIRECTORY = Build/DuetPkg
8 SUPPORTED_ARCHITECTURES = IA32|X64
9 BUILD_TARGETS = DEBUG
10 SKUID_IDENTIFIER = DEFAULT
11 FLASH_DEFINITION = DuetPkg/DuetPkg.fdf
12
13[LibraryClasses.common]
14 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
15 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
3efaa6e0 16 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
17 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
18 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
19 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
3efaa6e0 20 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
21 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
22 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
87cac63d 23 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
3efaa6e0 24 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
25 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
3efaa6e0 26 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
3efaa6e0 27 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
28 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
29 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
30 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
31 PlatformBdsLib|DuetPkg/Library/DuetBdsLib/PlatformBds.inf
3efaa6e0 32 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
33 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
3efaa6e0 34 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
35 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
36 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
37 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
38 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
39 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
c6811ca1 40 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
74bafbae 41 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
3efaa6e0 42 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
43 TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
44 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
87cac63d
LG
45 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
46 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
8273af4e 47 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
87cac63d
LG
48
49 #
50 # To save size, use NULL library for DebugLib and ReportStatusCodeLib.
51 # If need status code output, do library instance overriden as below DxeMain.inf does
d6ca2c1e 52 #
87cac63d
LG
53 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
54 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
55
3efaa6e0 56[LibraryClasses.common.DXE_CORE]
57 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
3efaa6e0 58 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
59 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
60 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
3efaa6e0 61 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
62
3efaa6e0 63[PcdsFixedAtBuild]
d6ca2c1e 64 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0
65 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
66 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x0
3efaa6e0 67
68###################################################################################################
69#
70# Components Section - list of the modules and components that will be processed by compilation
71# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
72#
73# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
74# into firmware volume images. This section is just a list of modules to compile from
75# source into UEFI-compliant binaries.
76# It is the FDF file that contains information on combining binary files into firmware
77# volume images, whose concept is beyond UEFI and is described in PI specification.
78# Binary modules do not need to be listed in this section, as they should be
79# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
80# Logo (Logo.bmp), and etc.
81# There may also be modules listed in this section that are not required in the FDF file,
82# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
83# generated for it, but the binary will not be put into any firmware volume.
84#
85###################################################################################################
86
87[Components.common]
88 DuetPkg/DxeIpl/DxeIpl.inf {
87cac63d
LG
89 <LibraryClasses>
90 #
91 # If no following overriden for ReportStatusCodeLib library class,
92 # All other module can *not* output debug information even they are use not NULL library
93 # instance for DebugLib and ReportStatusCodeLib
bda1bdbb 94 #
102e7087 95 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
3efaa6e0 96 }
97
87cac63d
LG
98 MdeModulePkg/Core/Dxe/DxeMain.inf {
99 #
100 # Enable debug output for DxeCore module, this is a sample for how to enable debug output
101 # for a module. If need turn on debug output for other module, please copy following overriden
102 # PCD and library instance to other module's override section.
103 #
104 <PcdsFixedAtBuild>
105 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
106 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
107 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042
108 <LibraryClasses>
109 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
110 ReportStatusCodeLib|DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
111 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
112 }
113
3efaa6e0 114 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
115 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
116 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
117 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
118
119 DuetPkg/FSVariable/FSVariable.inf
120 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
121 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
122 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
3efaa6e0 123 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
124 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
125 <LibraryClasses>
126 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
127 }
128 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
129 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
130
131 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
132 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
133 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
134 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
135
136
21020c7c 137 DuetPkg/SmbiosGenDxe/SmbiosGen.inf
3efaa6e0 138 #DuetPkg/FvbRuntimeService/DUETFwh.inf
139 DuetPkg/EfiLdr/EfiLdr.inf {
140 <LibraryClasses>
141 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
8b85412a 142 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
3efaa6e0 143 }
144 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
145 <LibraryClasses>
146 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
147 }
b6d793e3 148 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
3efaa6e0 149 DuetPkg/CpuDxe/Cpu.inf
150 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
151 PcAtChipsetPkg/KbcResetDxe/Reset.inf
152 DuetPkg/LegacyMetronome/Metronome.inf
153
ba6f7d36 154 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
3efaa6e0 155 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
156 DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
157 DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
158 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
159 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
160
161 # IDE Support
93d4ce91 162 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
8273af4e 163 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
93d4ce91 164
3efaa6e0 165 # Usb Support
8273af4e 166 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
595c3b6c 167 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
3efaa6e0 168 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
169 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
170 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
171
172 # ISA Support
173 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
174 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
175 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
176 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
177 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
178
179 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
180 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
181 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
182
183 # Bios Thunk
184 DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
87cac63d
LG
185
186 #
187 # Sample Application
188 #
189 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
3efaa6e0 190
191[BuildOptions.common]
192 MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR
3efaa6e0 193