summaryrefslogtreecommitdiff
path: root/Platform
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@arm.com>2018-12-28 17:39:35 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-04-15 21:22:49 +0530
commitf9240e3fbeafa9fba81ef075c4d14a3144f2ed98 (patch)
treede5e236b3eb8fd627ffdaaeb1ef7732e317e0339 /Platform
parent7bda51fff7cc5c33f525c5cd461c625750e179ae (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')
-rw-r--r--Platform/ARM/SgiPkg/SgiPlatform.dsc.inc6
-rw-r--r--Platform/ARM/SgiPkg/SgiPlatform.fdf2
2 files changed, 8 insertions, 0 deletions
diff --git a/Platform/ARM/SgiPkg/SgiPlatform.dsc.inc b/Platform/ARM/SgiPkg/SgiPlatform.dsc.inc
index 963e116b..1113bdf6 100644
--- a/Platform/ARM/SgiPkg/SgiPlatform.dsc.inc
+++ b/Platform/ARM/SgiPkg/SgiPlatform.dsc.inc
@@ -29,6 +29,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
@@ -84,6 +86,9 @@
gArmSgiTokenSpaceGuid.PcdVirtioBlkSupported|TRUE
gArmSgiTokenSpaceGuid.PcdVirtioNetSupported|TRUE
+ # Required by APEI DXE driver
+ gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
+
[PcdsFixedAtBuild.common]
gArmTokenSpaceGuid.PcdVFPEnabled|1
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
@@ -318,3 +323,4 @@
MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
+ ArmPkg/Drivers/ApeiDxe/Apei.inf
diff --git a/Platform/ARM/SgiPkg/SgiPlatform.fdf b/Platform/ARM/SgiPkg/SgiPlatform.fdf
index 9fc011a6..63ee1dd5 100644
--- a/Platform/ARM/SgiPkg/SgiPlatform.fdf
+++ b/Platform/ARM/SgiPkg/SgiPlatform.fdf
@@ -164,6 +164,8 @@ READ_LOCK_STATUS = TRUE
# MM Communicate
INF ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
+ INF ArmPkg/Drivers/ApeiDxe/Apei.inf
+
#
# Platform driver
#