StandaloneMmPkg/MmIpl: Correct CreatMmHobList to CreateMmHobList

Signed-off-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Star Zeng
2025-08-04 16:22:28 +08:00
committed by mergify[bot]
parent 9418a9f1e7
commit d192e7ea75

View File

@ -383,7 +383,7 @@ LocateMmCoreFv (
it is pointed to fundation and platform HOB list.
**/
VOID *
CreatMmHobList (
CreateMmHobList (
OUT UINTN *HobSize,
IN MM_COMM_BUFFER *MmCommBuffer,
IN EFI_PHYSICAL_ADDRESS MmFvBase,
@ -785,10 +785,10 @@ ExecuteMmCoreFromMmram (
InvalidateInstructionCacheRange ((VOID *)(UINTN)ImageContext.ImageAddress, (UINTN)ImageContext.ImageSize);
//
// Get HOB list for Standalone MM Core.
// Create HOB list for Standalone MM Core.
//
MmHobSize = 0;
MmHobList = CreatMmHobList (
MmHobList = CreateMmHobList (
&MmHobSize,
MmCommBuffer,
MmFvBase,