From 17f36727c55edbe9951b215c985fae9144aa0e95 Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Fri, 28 Dec 2018 17:39:35 +0530 Subject: 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 Signed-off-by: Sughosh Ganu --- Platform/ARM/SgiPkg/SgiPlatform.dsc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Platform/ARM/SgiPkg/SgiPlatform.dsc') 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 -- cgit v1.2.3