summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
diff options
context:
space:
mode:
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2012-11-29 05:41:51 +0000
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2012-11-29 05:41:51 +0000
commit93b21ade8864d28c3cde3a93feb1ddac5b8f8469 (patch)
treedc6611155dca3aabd801aee355f0313b06d3a8c0 /MdePkg/Include/Library
parentbcb7667258cf5df2db41f00ba7314f52d9ae79e1 (diff)
downloadedk2-platforms-93b21ade8864d28c3cde3a93feb1ddac5b8f8469.tar.xz
Fix the issue that S3BootScriptLabel() does not work to insert label when the specified position is not at the end of table.
Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13979 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r--MdePkg/Include/Library/S3BootScriptLib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/S3BootScriptLib.h b/MdePkg/Include/Library/S3BootScriptLib.h
index 2fabaa9f89..0776812e6a 100644
--- a/MdePkg/Include/Library/S3BootScriptLib.h
+++ b/MdePkg/Include/Library/S3BootScriptLib.h
@@ -5,7 +5,7 @@
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.
- Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions
@@ -348,7 +348,6 @@ S3BootScriptSaveMemPoll (
@param[in] InformationLength Length of the data in bytes
@param[in] Information Information to be logged in the boot scrpit
- @retval RETURN_UNSUPPORTED In runtime, this method is not supported.
@retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
the operation.
@retval RETURN_SUCCESS The opcode was added.
@@ -461,7 +460,6 @@ S3BootScriptSavePci2Poll (
@param[in] String The Null-terminated ASCII string to store into the S3 boot
script table.
- @retval RETURN_UNSUPPORTED In runtime, this method is not supported.
@retval RETURN_OUT_OF_RESOURCES Not enough memory for the table to perform
the operation.
@retval RETURN_SUCCESS The opcode was added.