diff options
author | Achin Gupta <achin.gupta@arm.com> | 2021-02-19 12:06:03 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-02-23 15:40:37 +0000 |
commit | 67f3f8b661d6ebdef571e70633ed6f6aee42a468 (patch) | |
tree | fad9c100c9b0acec8870f7b5c47f8b5746965a20 | |
parent | 388dfe02fb9acab1f7da138f4e5da9aa876e58a4 (diff) | |
download | edk2-67f3f8b661d6ebdef571e70633ed6f6aee42a468.zip edk2-67f3f8b661d6ebdef571e70633ed6f6aee42a468.tar.gz edk2-67f3f8b661d6ebdef571e70633ed6f6aee42a468.tar.bz2 |
ArmPkg: Use FF-A header file in Standalone MM Arm MMU library
Add the FF-A header for invoking the mmu functions using FF-A calls as
the transport mechanism. 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>
-rw-r--r-- | ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c index 5a316bc..e277063 100644 --- a/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c +++ b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c @@ -9,6 +9,7 @@ #include <Uefi.h>
#include <IndustryStandard/ArmMmSvc.h>
+#include <IndustryStandard/ArmFfaSvc.h>
#include <Library/ArmLib.h>
#include <Library/ArmMmuLib.h>
|