]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtXen.dsc
ArmVirtPkg/ArmVirtQemu*: enable minimal Status Code Routing in DXE
[mirror_edk2.git] / ArmVirtPkg / ArmVirtXen.dsc
CommitLineData
22455087 1#\r
7fbd1eb2 2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
22455087 3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
9d731a72 4# Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>\r
22455087
AB
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
7fbd1eb2 22 PLATFORM_NAME = ArmVirtXen\r
22455087
AB
23 PLATFORM_GUID = d1c43be3-3373-4a06-86fb-d1cb3083a207\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
7fbd1eb2 26 OUTPUT_DIRECTORY = Build/ArmVirtXen-$(ARCH)\r
f7de74af 27 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
80ee06ce 28 BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r
22455087 29 SKUID_IDENTIFIER = DEFAULT\r
7fbd1eb2 30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtXen.fdf\r
22455087 31\r
7fbd1eb2 32!include ArmVirtPkg/ArmVirt.dsc.inc\r
22455087
AB
33\r
34[LibraryClasses]\r
35 SerialPortLib|OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.inf\r
7fbd1eb2 36 RealTimeClockLib|ArmVirtPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf\r
df040c00 37 XenHypercallLib|OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf\r
22455087 38\r
ef42ef7e 39 ArmGenericTimerCounterLib|ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/XenArmGenericTimerVirtCounterLib.inf\r
550eaa4a 40 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
5db1cce1
AB
41 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
42\r
22455087
AB
43 # Virtio Support\r
44 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
45 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
46\r
496cf19a 47 ArmVirtMemInfoLib|ArmVirtPkg/Library/XenVirtMemInfoLib/XenVirtMemInfoLib.inf\r
22455087
AB
48\r
49 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
50\r
51 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
75e2d0e0
AB
52 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
53 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
54 PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
22455087
AB
55 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
56\r
57[LibraryClasses.common.UEFI_DRIVER]\r
58 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
59\r
e07092ed 60[BuildOptions.common.EDKII.SEC, BuildOptions.common.EDKII.BASE]\r
e07092ed
AB
61 #\r
62 # CLANG38 with LTO support enabled uses the GNU GOLD linker, which insists\r
63 # on emitting GOT based symbol references when running in shared mode, unless\r
64 # we override visibility to 'hidden' in all modules that make up the PrePi\r
65 # build.\r
66 #\r
67 GCC:*_CLANG38_*_CC_FLAGS = -include $(WORKSPACE)/ArmVirtPkg/Include/Platform/Hidden.h\r
87ee6390 68\r
22455087
AB
69################################################################################\r
70#\r
71# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
72#\r
73################################################################################\r
74\r
75[PcdsFixedAtBuild.common]\r
22455087 76 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"$(FIRMWARE_VER)"\r
22455087
AB
77!if $(ARCH) == AARCH64\r
78 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
79!endif\r
80\r
81 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
82\r
83 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
84 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
85\r
86 #\r
87 # ARM Virtual Architectural Timer\r
88 #\r
89 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
90\r
91 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
75e2d0e0 92 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
22455087 93\r
75e2d0e0
AB
94 ## Default Terminal Type\r
95 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
96 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
97\r
9d731a72
SZ
98 #\r
99 # Make VariableRuntimeDxe work at emulated non-volatile variable mode.\r
100 #\r
101 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE\r
102\r
22455087
AB
103[PcdsPatchableInModule.common]\r
104 #\r
105 # This will be overridden in the code\r
106 #\r
107 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0\r
108 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0\r
7fbd1eb2 109 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x0\r
22455087
AB
110\r
111 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
112 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0\r
113\r
114[PcdsDynamicDefault.common]\r
22455087
AB
115\r
116 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
117 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
118 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
119 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
120\r
121 #\r
122 # ARM General Interrupt Controller\r
123 #\r
124 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
125 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
126 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
127\r
66b43839 128 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
22455087
AB
129\r
130################################################################################\r
131#\r
132# Components Section - list of all EDK II Modules needed by this Platform\r
133#\r
134################################################################################\r
135[Components.common]\r
136 #\r
137 # PEI Phase modules\r
138 #\r
7fbd1eb2 139 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {\r
22455087
AB
140 <LibraryClasses>\r
141 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
9435a57e 142 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
22455087
AB
143 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
144 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
145 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
22455087 146 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
22455087
AB
147 SerialPortLib|OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.inf\r
148 }\r
149\r
150 #\r
151 # DXE\r
152 #\r
153 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
154 <LibraryClasses>\r
155 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
f9dff902 156 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
22455087 157 }\r
31b3b02a
AB
158 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
159 <LibraryClasses>\r
160 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
161 }\r
22455087
AB
162\r
163 #\r
164 # Architectural Protocols\r
165 #\r
166 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
167 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
168 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
169 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
170\r
476b1db6
SZ
171 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
172 <LibraryClasses>\r
173 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
174 }\r
22455087
AB
175\r
176 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
7b1dc6c5 177 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
22455087
AB
178 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
179 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
180\r
181 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
182 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
ad7f6bc2 183 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
22455087
AB
184\r
185 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
186\r
187 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
188 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
189 <LibraryClasses>\r
190 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
191 }\r
22455087
AB
192 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
193\r
194 #\r
195 # Platform Driver\r
196 #\r
81996ba8 197 ArmVirtPkg/XenioFdtDxe/XenioFdtDxe.inf\r
44b9e615 198 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
22455087
AB
199\r
200 #\r
88fff4f6 201 # FAT filesystem + GPT/MBR partitioning + UDF filesystem\r
22455087
AB
202 #\r
203 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
204 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
205 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 206 FatPkg/EnhancedFatDxe/Fat.inf\r
88fff4f6 207 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf\r
22455087
AB
208\r
209 #\r
210 # Bds\r
211 #\r
f9dff902
LE
212 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r
213 <LibraryClasses>\r
214 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
215 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
216 }\r
22455087
AB
217 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
218 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
75e2d0e0
AB
219 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
220 MdeModulePkg/Application/UiApp/UiApp.inf {\r
221 <LibraryClasses>\r
222 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
223 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
224 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
225 }\r
22455087
AB
226\r
227 OvmfPkg/XenBusDxe/XenBusDxe.inf\r
228 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf\r
402dde68
SZ
229\r
230 #\r
231 # ACPI support\r
232 #\r
3a2c1548 233 ArmVirtPkg/XenPlatformHasAcpiDtDxe/XenPlatformHasAcpiDtDxe.inf\r
01430be5 234!if $(ARCH) == AARCH64\r
402dde68
SZ
235 ArmVirtPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf\r
236!endif\r