X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FPpi%2FFvLoadFile.h;h=b444246772091cf1bc88acf9cd89ac9203f5fe90;hp=5f75a18a6a7bdd2bd7c464926044a7fe6c3c14d8;hb=f22f941ed273753a0426d1234869857f19c28664;hpb=a89fa50ccf7a29405e3d24c49625dbd70cdba9fa diff --git a/IntelFrameworkPkg/Include/Ppi/FvLoadFile.h b/IntelFrameworkPkg/Include/Ppi/FvLoadFile.h index 5f75a18a6a..b444246772 100644 --- a/IntelFrameworkPkg/Include/Ppi/FvLoadFile.h +++ b/IntelFrameworkPkg/Include/Ppi/FvLoadFile.h @@ -1,14 +1,14 @@ /** @file Load image file from fv to memory. - Copyright (c) 2007 - 2009, 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 - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2007 - 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 that accompanies this distribution. +The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php. + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @par Revision Reference: This PPI is defined in PEI CIS spec Version 0.91. @@ -29,10 +29,10 @@ typedef struct _EFI_PEI_FV_FILE_LOADER_PPI EFI_PEI_FV_FILE_LOADER_PPI; Loads a PEIM into memory for subsequent execution. @param This Interface pointer that implements the Load File PPI instance. - @param FfsHeader Pointer to the FFS header of the file to load. - @param ImageAddress Pointer to the address of the loaded Image - @param ImageSize Pointer to the size of the loaded image. - @param EntryPoint Pointer to the entry point of the image. + @param FfsHeader The pointer to the FFS header of the file to load. + @param ImageAddress The pointer to the address of the loaded Image + @param ImageSize The pointer to the size of the loaded image. + @param EntryPoint The pointer to the entry point of the image. @retval EFI_SUCCESS The image was loaded successfully. @retval EFI_OUT_OF_RESOURCES There was not enough memory. @@ -52,13 +52,13 @@ EFI_STATUS /** This PPI is a pointer to the Load File service. This service will be - published by a PEIM.The PEI Foundation will use this service to + published by a PEIM. The PEI Foundation will use this service to launch the known non-XIP PE/COFF PEIM images. This service may depend upon the presence of the EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI. **/ struct _EFI_PEI_FV_FILE_LOADER_PPI { /// - /// Loads a PEIM into memory for subsequent execution + /// Loads a PEIM into memory for subsequent execution. /// EFI_PEI_FV_LOAD_FILE FvLoadFile; };