From 5d7f312635c8c6580e80868b2a2d7dd971ac7f88 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 9 Oct 2013 05:39:51 +0000 Subject: Update PeiCore to support load PEIM into memory on S3 boot path. Signed-off-by: Liming Gao Reviewed-by: Star Zeng git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14757 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ppi/LoadFile.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include/Ppi') diff --git a/MdePkg/Include/Ppi/LoadFile.h b/MdePkg/Include/Ppi/LoadFile.h index fdc9ce2605..03bfb32af0 100644 --- a/MdePkg/Include/Ppi/LoadFile.h +++ b/MdePkg/Include/Ppi/LoadFile.h @@ -1,7 +1,7 @@ /** @file Load image file from fv to memory. - Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -47,7 +47,10 @@ typedef struct _EFI_PEI_LOAD_FILE_PPI EFI_PEI_LOAD_FILE_PPI; @retval EFI_INVALID_PARAMETER EntryPoint was NULL. @retval EFI_UNSUPPORTED An image requires relocations or is not memory mapped. - + @retval EFI_WARN_BUFFER_TOO_SMALL + There is not enough heap to allocate the requested size. + This will not prevent the XIP image from being invoked. + **/ typedef EFI_STATUS -- cgit v1.2.3