Re: [edk2-devel] [PATCH 3/5] StandaloneMmPkg/Core: add missing GUID reference

2020-06-15 Thread Sami Mujawar
Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#61289): https://edk2.groups.io/g/devel/message/61289 Mute This Topic: https://groups.io/mt/74792290/21656 Group Owner: devel+ow...@edk2.grou

Re: [edk2-devel] [PATCH 3/5] StandaloneMmPkg/Core: add missing GUID reference

2020-06-14 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: Ard Biesheuvel > Sent: Wednesday, June 10, 2020 4:18 PM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Kinney, Michael D > ; Gao, Liming ; Yao, > Jiewen ; Sami Mujawar ; > Ilias Apalodimas > Subject: [PATCH 3/5] StandaloneMmPkg/Cor

[edk2-devel] [PATCH 3/5] StandaloneMmPkg/Core: add missing GUID reference

2020-06-10 Thread Ard Biesheuvel
The Standalone core uses gEfiHobMemoryAllocModuleGuid, but failed to declare this in its INF. Signed-off-by: Ard Biesheuvel --- StandaloneMmPkg/Core/StandaloneMmCore.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.inf b/StandaloneMmPkg/Core/Standalo