mirror of https://github.com/acidanthera/audk.git
Rollback SMRAM Lock location
Signed-off-by: mdkinney Reviewed-by: rsun3 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12243 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c648f73cd2
commit
f02dfb5aee
|
@ -605,16 +605,6 @@ SmmIplDxeDispatchEventNotify (
|
||||||
// Print debug message that the SMRAM window is now closed.
|
// Print debug message that the SMRAM window is now closed.
|
||||||
//
|
//
|
||||||
DEBUG ((DEBUG_INFO, "SMM IPL closed SMRAM window\n"));
|
DEBUG ((DEBUG_INFO, "SMM IPL closed SMRAM window\n"));
|
||||||
|
|
||||||
//
|
|
||||||
// Lock the SMRAM (Note: Locking SMRAM may not be supported on all platforms)
|
|
||||||
//
|
|
||||||
mSmmAccess->Lock (mSmmAccess);
|
|
||||||
|
|
||||||
//
|
|
||||||
// Print debug message that the SMRAM window is now locked
|
|
||||||
//
|
|
||||||
DEBUG ((DEBUG_INFO, "SMM IPL locked SMRAM window\n"));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -708,7 +698,7 @@ SmmIplReadyToLockEventNotify (
|
||||||
// Lock the SMRAM (Note: Locking SMRAM may not be supported on all platforms)
|
// Lock the SMRAM (Note: Locking SMRAM may not be supported on all platforms)
|
||||||
//
|
//
|
||||||
mSmmAccess->Lock (mSmmAccess);
|
mSmmAccess->Lock (mSmmAccess);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Close protocol and event notification events that do not apply after the
|
// Close protocol and event notification events that do not apply after the
|
||||||
// DXE SMM Ready To Lock Protocol has been installed or the Ready To Boot
|
// DXE SMM Ready To Lock Protocol has been installed or the Ready To Boot
|
||||||
|
|
Loading…
Reference in New Issue