]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct function comments of S3BootScriptSaveDispatch2().
authorLiming Gao <liming.gao@intel.com>
Fri, 3 Jan 2014 03:27:18 +0000 (03:27 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jan 2014 03:27:18 +0000 (03:27 +0000)
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

MdePkg/Include/Library/S3BootScriptLib.h
MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c

index 0776812e6a38143dd4fea2efb2ee12c0c6475e23..828ce83749c6f61a05d81c6dc7832e2a3c0ceaee 100644 (file)
@@ -5,7 +5,7 @@
   be provided in the Framework version library instance, which means some of these \r
   APIs cannot be used if the underlying firmware is Framework and not PI.\r
 \r
-  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions\r
@@ -281,7 +281,7 @@ S3BootScriptSaveStall (
   );\r
 \r
 /**\r
-  Adds a record for an execution stall on the processor into a specified boot script table.\r
+  Adds a record for dispatching specified arbitrary code into a specified boot script table.\r
 \r
   @param[in] EntryPoint   The entry point of the code to be dispatched.\r
   @param[in] Context      The argument to be passed into the EntryPoint of the code \r
index 8e1ca7f4ef76f8e385f140629acca0b123ea1ac8..d28a58f13c35fe4a5a24cc57d411bef2354a73eb 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Null function implementation for EFI S3 boot script. \r
 \r
-  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions\r
@@ -257,7 +257,7 @@ S3BootScriptSaveDispatch (
   return RETURN_SUCCESS;\r
 }\r
 /**\r
-  Adds a record for an execution stall on the processor into a specified boot script table.\r
+  Adds a record for dispatching specified arbitrary code into a specified boot script table.\r
 \r
   @param EntryPoint   Entry point of the code to be dispatched.\r
   @param Context      Argument to be passed into the EntryPoint of the code to be dispatched.\r