From 93b21ade8864d28c3cde3a93feb1ddac5b8f8469 Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Thu, 29 Nov 2012 05:41:51 +0000 Subject: 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 Reviewed-by: Jiewen Yao git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13979 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/S3BootScriptLib.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'MdePkg/Include/Library') 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.
+ Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
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. -- cgit v1.2.3