mirror of https://github.com/acidanthera/audk.git
StandaloneMmPkg: Use FF-A header file in Standalone MM Core entry point
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>
This commit is contained in:
parent
af0c597e98
commit
82abb8f981
|
@ -26,6 +26,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||
|
||||
#include <IndustryStandard/ArmStdSmc.h>
|
||||
#include <IndustryStandard/ArmMmSvc.h>
|
||||
#include <IndustryStandard/ArmFfaSvc.h>
|
||||
|
||||
#define SPM_MAJOR_VER_MASK 0xFFFF0000
|
||||
#define SPM_MINOR_VER_MASK 0x0000FFFF
|
||||
|
|
Loading…
Reference in New Issue