summaryrefslogtreecommitdiff
path: root/Platform/ARM/SgiPkg/SgiPlatform.dsc
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@arm.com>2018-12-28 17:39:35 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-10-22 17:14:53 +0530
commit17f36727c55edbe9951b215c985fae9144aa0e95 (patch)
tree96d2042ace373ce496a9e36afe5ce689e0f7e788 /Platform/ARM/SgiPkg/SgiPlatform.dsc
parentf7f85060f161f8ec9b80dde4cdca04140274ca71 (diff)
SgiPlatform: Include drivers and symbols needed for StandaloneMM communication
Include the drivers and variables needed by the Sgi platform for communicating with StandaloneMM. Change-Id: I5fbdfd08cb0a2a32d4da3cd21709707699b0e89d Signed-off-by: Daniil Egranov <daniil.egranov@arm.com> Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
Diffstat (limited to 'Platform/ARM/SgiPkg/SgiPlatform.dsc')
-rw-r--r--Platform/ARM/SgiPkg/SgiPlatform.dsc6
1 files changed, 6 insertions, 0 deletions
diff --git a/Platform/ARM/SgiPkg/SgiPlatform.dsc b/Platform/ARM/SgiPkg/SgiPlatform.dsc
index 02b94540..106a191b 100644
--- a/Platform/ARM/SgiPkg/SgiPlatform.dsc
+++ b/Platform/ARM/SgiPkg/SgiPlatform.dsc
@@ -43,6 +43,8 @@
FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
+ ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf
+
[LibraryClasses.common.SEC]
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
@@ -98,6 +100,9 @@
gArmSgiTokenSpaceGuid.PcdVirtioBlkSupported|TRUE
gArmSgiTokenSpaceGuid.PcdVirtioNetSupported|TRUE
+ # Required by APEI DXE driver
+ gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
+
[PcdsFixedAtBuild.common]
gArmTokenSpaceGuid.PcdVFPEnabled|1
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
@@ -343,3 +348,4 @@
MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
+ ArmPkg/Drivers/ApeiDxe/Apei.inf