Correct function comments of S3BootScriptSaveDispatch2().

Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15037 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Liming Gao 2014-01-03 03:27:18 +00:00 committed by lgao4
parent 18d3e28062
commit 300f2c6ad5
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
be provided in the Framework version library instance, which means some of these be provided in the Framework version library instance, which means some of these
APIs cannot be used if the underlying firmware is Framework and not PI. APIs cannot be used if the underlying firmware is Framework and not PI.
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions are licensed and made available under the terms and conditions
@ -281,7 +281,7 @@ S3BootScriptSaveStall (
); );
/** /**
Adds a record for an execution stall on the processor into a specified boot script table. Adds a record for dispatching specified arbitrary code into a specified boot script table.
@param[in] EntryPoint The entry point of the code to be dispatched. @param[in] EntryPoint The entry point of the code to be dispatched.
@param[in] Context The argument to be passed into the EntryPoint of the code @param[in] Context The argument to be passed into the EntryPoint of the code

View File

@ -1,7 +1,7 @@
/** @file /** @file
Null function implementation for EFI S3 boot script. Null function implementation for EFI S3 boot script.
Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR> Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions are licensed and made available under the terms and conditions
@ -257,7 +257,7 @@ S3BootScriptSaveDispatch (
return RETURN_SUCCESS; return RETURN_SUCCESS;
} }
/** /**
Adds a record for an execution stall on the processor into a specified boot script table. Adds a record for dispatching specified arbitrary code into a specified boot script table.
@param EntryPoint Entry point of the code to be dispatched. @param EntryPoint Entry point of the code to be dispatched.
@param Context Argument to be passed into the EntryPoint of the code to be dispatched. @param Context Argument to be passed into the EntryPoint of the code to be dispatched.