diff options
Diffstat (limited to 'MdePkg/Include/Ppi/LoadFile.h')
-rw-r--r-- | MdePkg/Include/Ppi/LoadFile.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Ppi/LoadFile.h b/MdePkg/Include/Ppi/LoadFile.h index 1e5d7f964b..39ad72ea81 100644 --- a/MdePkg/Include/Ppi/LoadFile.h +++ b/MdePkg/Include/Ppi/LoadFile.h @@ -25,6 +25,8 @@ typedef struct _EFI_PEI_LOAD_FILE_PPI EFI_PEI_LOAD_FILE_PPI;
/**
+ Loads a PEIM into memory for subsequent execution.
+
This service is the single member function of EFI_LOAD_FILE_PPI. This service separates
image loading and relocating from the PEI Foundation.
@@ -57,11 +59,9 @@ typedef struct _EFI_PEI_LOAD_FILE_PPI EFI_PEI_LOAD_FILE_PPI; @retval EFI_OUT_OF_RESOURCES There was not enough memory.
@retval EFI_LOAD_ERROR There was no supported image in
- the file EFI_INVALID_PARAMETER
- FileHandle was not a valid
- firmware file handle.
+ the file.
@retval EFI_INVALID_PARAMETER EntryPoint was NULL.
-
+ Or FileHandle was not a valid firmware file handle.
@retval EFI_NOT_SUPPORTED An image requires relocations or
is not memory mapped.
|