diff options
author | Sughosh Ganu <sughosh.ganu@arm.com> | 2018-12-03 12:49:01 +0530 |
---|---|---|
committer | Achin Gupta <achin.gupta@arm.com> | 2018-12-09 16:01:47 +0000 |
commit | 34b1d7eafee06f6c7534afd1daa20dc3e33cb57f (patch) | |
tree | 29fce3ea700598f0e0b8758cd83d407112b70dbe /StandaloneMmPkg | |
parent | 0d1fb6cc8a15f4cf169d443b893c2b330d9e4be1 (diff) | |
download | edk2-34b1d7eafee06f6c7534afd1daa20dc3e33cb57f.tar.gz |
StandaloneMM: Include the newly added library class for MMU functions
The MMU functions needed for StandaloneMM image are now exported
through a separate library class. Make the corresponding change in the
core's entry point inf file so that it references the correct library
class for modifying the MMU attributes.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r-- | StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf index 66184c4a00..3222cd359f 100644 --- a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf +++ b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/StandaloneMmCoreEntryPoint.inf @@ -45,7 +45,7 @@ DebugLib
[LibraryClasses.AARCH64]
- ArmMmuLib
+ StandaloneMmMmuLib
ArmSvcLib
[Guids]
|