Skip to content

Commit ff0edea

Browse files
Damien-Chenmergify[bot]
authored andcommitted
StandaloneMmPkg/Core/Dispatcher: Use more generic MMRAM term in comment
In StandaloneMmPkg/Core/Dispatcher.c, a comment referred to SMRAM. SMRAM is specific to the x86 architecture. The StandaloneMmPkg is designed to be architecture-agnostic. This commit updates the comment to use the more generic term MMRAM (Management Mode RAM) to better reflect the nature of the package. Signed-off-by: Damien Chen <[email protected]>
1 parent 64a1aca commit ff0edea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StandaloneMmPkg/Core/Dispatcher.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ BOOLEAN gDispatcherRunning = FALSE;
125125
BOOLEAN gRequestDispatch = FALSE;
126126

127127
/**
128-
Loads an EFI image into SMRAM.
128+
Loads an EFI image into MMRAM.
129129
130130
@param DriverEntry EFI_MM_DRIVER_ENTRY instance
131131
@param ImageContext Allocated ImageContext to be filled out by this function
@@ -225,7 +225,7 @@ MmLoadImage (
225225

226226
//
227227
// Fill in the remaining fields of the Loaded Image Protocol instance.
228-
// Note: ImageBase is an SMRAM address that can not be accessed outside of SMRAM if SMRAM window is closed.
228+
// Note: ImageBase is an MMRAM address that can not be accessed outside of MMRAM if MMRAM window is closed.
229229
//
230230
DriverEntry->LoadedImage.Revision = EFI_LOADED_IMAGE_PROTOCOL_REVISION;
231231
DriverEntry->LoadedImage.ParentHandle = NULL;

0 commit comments

Comments
 (0)