]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtXen.dsc
ArmVirtPkg/ArmVirtXen: move from Intel to generic BDS
[mirror_edk2.git] / ArmVirtPkg / ArmVirtXen.dsc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2014, Linaro Limited. All rights reserved.
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15
16 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 PLATFORM_NAME = ArmVirtXen
23 PLATFORM_GUID = d1c43be3-3373-4a06-86fb-d1cb3083a207
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/ArmVirtXen-$(ARCH)
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtXen.fdf
31
32 !include ArmVirtPkg/ArmVirt.dsc.inc
33
34 [LibraryClasses]
35 SerialPortLib|OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.inf
36 RealTimeClockLib|ArmVirtPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf
37 XenHypercallLib|OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
38
39 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
40 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
41
42 # Virtio Support
43 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
44 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
45
46 ArmVirtMemInfoLib|ArmVirtPkg/Library/XenVirtMemInfoLib/XenVirtMemInfoLib.inf
47
48 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
49
50 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
51 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
52 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
53 PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
54 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
55
56 [LibraryClasses.common.UEFI_DRIVER]
57 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
58
59 [BuildOptions.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]
60 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE
61 # executable we build for the relocatable PrePi. They are not runtime
62 # relocatable in ELF.
63 *_CLANG35_*_CC_FLAGS = -mno-movt
64
65 ################################################################################
66 #
67 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
68 #
69 ################################################################################
70
71 [PcdsFixedAtBuild.common]
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"$(FIRMWARE_VER)"
73
74 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
75 !if $(ARCH) == AARCH64
76 gArmTokenSpaceGuid.PcdVFPEnabled|1
77 !endif
78
79 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
80
81 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
82 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
83
84 #
85 # ARM Virtual Architectural Timer
86 #
87 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
88
89 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
90 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
91 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
92
93 ## Default Terminal Type
94 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
95 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
96
97 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
98 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
99
100 [PcdsPatchableInModule.common]
101 #
102 # This will be overridden in the code
103 #
104 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
105 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
106 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x0
107
108 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
109 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
110
111 [PcdsDynamicDefault.common]
112
113 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
114 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
115 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
116 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
117
118 #
119 # ARM General Interrupt Controller
120 #
121 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
122 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
123 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
124
125 ## PL031 RealTimeClock
126 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
127
128 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
129
130 ################################################################################
131 #
132 # Components Section - list of all EDK II Modules needed by this Platform
133 #
134 ################################################################################
135 [Components.common]
136 #
137 # PEI Phase modules
138 #
139 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
140 <LibraryClasses>
141 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
142 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
143 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
144 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
145 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
146 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
147 SerialPortLib|OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.inf
148 }
149
150 #
151 # DXE
152 #
153 MdeModulePkg/Core/Dxe/DxeMain.inf {
154 <LibraryClasses>
155 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
156 }
157 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
158 <LibraryClasses>
159 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
160 }
161
162 #
163 # Architectural Protocols
164 #
165 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
166 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
167 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
168 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
169
170 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
171
172 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
173 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
174 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
175 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
176
177 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
178 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
179 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
180
181 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
182
183 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
184 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
185 <LibraryClasses>
186 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
187 }
188 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
189
190 #
191 # Platform Driver
192 #
193 ArmVirtPkg/XenioFdtDxe/XenioFdtDxe.inf
194 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
195
196 #
197 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
198 #
199 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
200 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
201 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
202 FatPkg/EnhancedFatDxe/Fat.inf
203 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
204
205 #
206 # Bds
207 #
208 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
209 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
210 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
211 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
212 MdeModulePkg/Application/UiApp/UiApp.inf {
213 <LibraryClasses>
214 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
215 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
216 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
217 }
218
219 OvmfPkg/XenBusDxe/XenBusDxe.inf
220 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
221
222 #
223 # ACPI support
224 #
225 ArmVirtPkg/XenPlatformHasAcpiDtDxe/XenPlatformHasAcpiDtDxe.inf
226 !if $(ARCH) == AARCH64
227 ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf
228 !endif