diff options
author | Ard Biesheuvel <ard.biesheuvel@arm.com> | 2020-06-09 10:23:23 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-06-16 16:15:00 +0000 |
commit | 102da0255bab6610f24f212b295e63d6d8032ab7 (patch) | |
tree | 07cb5fdfbdf1941e5f273551afc825173d8cc7ef /StandaloneMmPkg/Core | |
parent | bd7c73ba7706d82a974799aac39e48e05dccd169 (diff) | |
download | edk2-102da0255bab6610f24f212b295e63d6d8032ab7.tar.gz edk2-102da0255bab6610f24f212b295e63d6d8032ab7.tar.bz2 edk2-102da0255bab6610f24f212b295e63d6d8032ab7.zip |
StandaloneMmPkg/Core: add missing GUID reference
The Standalone core uses gEfiHobMemoryAllocModuleGuid, but failed to
declare this in its INF.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'StandaloneMmPkg/Core')
-rw-r--r-- | StandaloneMmPkg/Core/StandaloneMmCore.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.inf b/StandaloneMmPkg/Core/StandaloneMmCore.inf index 7d590b49bd..d17ff9965b 100644 --- a/StandaloneMmPkg/Core/StandaloneMmCore.inf +++ b/StandaloneMmPkg/Core/StandaloneMmCore.inf @@ -69,6 +69,7 @@ gEdkiiMemoryProfileGuid
gZeroGuid ## SOMETIMES_CONSUMES ## GUID
gEfiHobListGuid
+ gEfiHobMemoryAllocModuleGuid
gMmCoreDataHobGuid
gMmFvDispatchGuid
gEfiEventLegacyBootGuid
|