From 8598a1ed33f1fea5dac9d32a3ad6d28f62649cdc Mon Sep 17 00:00:00 2001 From: niruiyu Date: Wed, 19 Oct 2011 05:44:28 +0000 Subject: 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 --- .../DxeSmmReadyToLockOnExitPmAuthThunk.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.c') 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.
+Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
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 ( -- cgit v1.2.3