]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: Use FF-A header file in Standalone MM Core entry point
authorAchin Gupta <achin.gupta@arm.com>
Fri, 19 Feb 2021 06:35:56 +0000 (12:05 +0530)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 23 Feb 2021 15:40:37 +0000 (15:40 +0000)
Add the Firmware Framework(FF-A) header in the StandaloneMm entry
point driver. Support for invoking the functions through FF-A will be
added in a subsequent patch.

Signed-off-by: Achin Gupta <achin.gupta@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/StandaloneMmCoreEntryPoint.c

index fa2005e7e9e485faff9aedac9cefff7fc6c955e8..3d78e8e9ae44d218fa1b39270ba7167e4c665d83 100644 (file)
@@ -26,6 +26,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
 #include <IndustryStandard/ArmStdSmc.h>\r
 #include <IndustryStandard/ArmMmSvc.h>\r
+#include <IndustryStandard/ArmFfaSvc.h>\r
 \r
 #define SPM_MAJOR_VER_MASK        0xFFFF0000\r
 #define SPM_MINOR_VER_MASK        0x0000FFFF\r