summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseS3BootScriptLibNull
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2014-01-03 03:27:18 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2014-01-03 03:27:18 +0000
commit300f2c6ad5300c473037910200cf2d24ab38ecbc (patch)
tree686778800e772680e5305daf2d8d7af086f8a239 /MdePkg/Library/BaseS3BootScriptLibNull
parent18d3e280624f0748237b82fdf7e10b1e25797a01 (diff)
downloadedk2-300f2c6ad5300c473037910200cf2d24ab38ecbc.tar.gz
edk2-300f2c6ad5300c473037910200cf2d24ab38ecbc.tar.bz2
edk2-300f2c6ad5300c473037910200cf2d24ab38ecbc.zip
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
Diffstat (limited to 'MdePkg/Library/BaseS3BootScriptLibNull')
-rw-r--r--MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c b/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c
index 8e1ca7f4ef..d28a58f13c 100644
--- a/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c
+++ b/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c
@@ -1,7 +1,7 @@
/** @file
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
are licensed and made available under the terms and conditions
@@ -257,7 +257,7 @@ S3BootScriptSaveDispatch (
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 Context Argument to be passed into the EntryPoint of the code to be dispatched.