diff options
author | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-10-19 05:44:28 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-10-19 05:44:28 +0000 |
commit | 8598a1ed33f1fea5dac9d32a3ad6d28f62649cdc (patch) | |
tree | 0649da3009c052fa6a8348343e79c5d93f539d3a /EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk | |
parent | bb9f4ead2aeedd1ca0a909343b6a64fb9b04c552 (diff) | |
download | edk2-platforms-8598a1ed33f1fea5dac9d32a3ad6d28f62649cdc.tar.xz |
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
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.c b/EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.c index 6625231ba1..51ea68eeed 100644 --- a/EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.c +++ b/EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.c @@ -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 (
|