Avoid using code name in comments.
Signed-off-by: niruiyu Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12552 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/** @file
|
||||
DxeSmmReadyToLock Protocol on ExitPmAuth Protocol Thunk driver.
|
||||
R8 platform uses ExitPmAuth point to lock SMRAM and SMM API.
|
||||
But R9 uses DxeSmmReadyToLock. We need a thunk driver to convert this event.
|
||||
EDK platform uses ExitPmAuth point to lock SMRAM and SMM API.
|
||||
But EDKII uses DxeSmmReadyToLock. We need a thunk driver to convert this event.
|
||||
|
||||
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions
|
||||
@@ -37,7 +37,7 @@ ExitPmAuthProtocolNotification (
|
||||
|
||||
//
|
||||
// Add more check to locate protocol after got event, because
|
||||
// R8 ECP will signal this event immediately once it is register
|
||||
// ECP will signal this event immediately once it is register
|
||||
// just in case it is already installed.
|
||||
//
|
||||
Status = gBS->LocateProtocol (
|
||||
|
Reference in New Issue
Block a user