summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-01 03:26:19 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-01 03:26:19 +0000
commit26a76fbcb2762826523bba325400e302bf346859 (patch)
tree52a63d084937f331c0553e2b17319d947596148e /EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk
parenta111b843ea3cf9b48f3f06f73c6ed9b346ff16ba (diff)
downloadedk2-platforms-26a76fbcb2762826523bba325400e302bf346859.tar.xz
Update code to match EDKII coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10130 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk')
-rw-r--r--EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.c b/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.c
index bc6eb2b8cb..db837927cc 100644
--- a/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.c
+++ b/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderOnLoadFileThunk.c
@@ -9,7 +9,7 @@ This module is used on platform when both of these two conditions are true:
1) Framework module consumes EFI_PEI_FV_FILE_LOADER_PPI is present.
2) The platform has PI modules that produce EFI_PEI_LOAD_FILE_PPI.
-Copyright (c) 2008, Intel Corporation
+Copyright (c) 2008 - 2010, 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
@@ -32,16 +32,16 @@ Module Name:
Wrap the call to PI's EFI_PEI_LOAD_FILE_PPI.
- @param This A pointer to EFI_PEI_FV_FILE_LOADER_PPI.
- @param FileHeader The pointer to the file header to be loaded by the Pe/Coff loader.
+ @param This A pointer to EFI_PEI_FV_FILE_LOADER_PPI.
+ @param FfsHeader Pointer to the FFS header of the file to load.
@param ImageAddress The loaded address of the Image.
- @param ImageSize Pointer to the size of the loaded image.
- @param EntryPoint Pointer to the entry point of the image.
+ @param ImageSize Pointer to the size of the loaded image.
+ @param EntryPoint Pointer to the entry point of the image.
- @retval EFI_SUCCESS The image was loaded successfully.
+ @retval EFI_SUCCESS The image was loaded successfully.
@retval EFI_OUT_OF_RESOURCE There was not enought memory.
@retval EFI_INVALID_PARAMETER The contents of the FFS file did not contain a valid PE/COFF image that could be loaded.
---*/
+**/
EFI_STATUS
EFIAPI
FrameworkLoadFile (
@@ -65,12 +65,12 @@ EFI_PEI_PPI_DESCRIPTOR mPpiFrameworkLoadFile = {
/**
Standard entry point of a PEIM.
- @param FfsHeadher The FFS file header
+ @param FfsHeader The FFS file header
@param PeiServices General purpose services available to every PEIM.
@retval EFI_SUCCESS If the gEfiPeiReadOnlyVariablePpiGuid interface could be successfully installed.
---*/
+**/
EFI_STATUS
EFIAPI
InitPeim (
@@ -92,16 +92,16 @@ InitPeim (
Wrap the call to PI's EFI_PEI_LOAD_FILE_PPI.
- @param This A pointer to EFI_PEI_FV_FILE_LOADER_PPI.
- @param FileHeader The pointer to the file header to be loaded by the Pe/Coff loader.
+ @param This A pointer to EFI_PEI_FV_FILE_LOADER_PPI.
+ @param FfsHeader The pointer to the file header to be loaded by the Pe/Coff loader.
@param ImageAddress The loaded address of the Image.
- @param ImageSize Pointer to the size of the loaded image.
- @param EntryPoint Pointer to the entry point of the image.
+ @param ImageSize Pointer to the size of the loaded image.
+ @param EntryPoint Pointer to the entry point of the image.
- @retval EFI_SUCCESS The image was loaded successfully.
+ @retval EFI_SUCCESS The image was loaded successfully.
@retval EFI_OUT_OF_RESOURCE There was not enought memory.
@retval EFI_INVALID_PARAMETER The contents of the FFS file did not contain a valid PE/COFF image that could be loaded.
---*/
+**/
EFI_STATUS
EFIAPI
FrameworkLoadFile (