X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FFramework%2FPeiCis.h;h=042ec269fead09acf0ba3942acd0256fe69d4003;hb=5259c97d7ac7f464c134c3a15186b30e8e8eadff;hp=db0b185a1faabaa989dc97d7218108894243b165;hpb=d3a12d776c9985cfc9055d9b9b61aa39682a261e;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Framework/PeiCis.h b/IntelFrameworkPkg/Include/Framework/PeiCis.h index db0b185a1f..042ec269fe 100644 --- a/IntelFrameworkPkg/Include/Framework/PeiCis.h +++ b/IntelFrameworkPkg/Include/Framework/PeiCis.h @@ -52,7 +52,7 @@ EFI_STATUS ); /** - The purpose of the service is to abstract the capability of the PEI + This service abstracts the capability of the PEI Foundation to discover instances of firmware volumes in the system. Given the input file pointer, this service searches for the next matching file in the Firmware File System (FFS) volume. @@ -75,16 +75,16 @@ EFI_STATUS ); /** - The purpose of the service is to abstract the capability of the PEI + This service abstracts the capability of the PEI Foundation to discover instances of firmware files in the system. Given the input file pointer, this service searches for the next matching file in the Firmware File System (FFS) volume. @param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation. @param SearchType A filter to find files only of this type. - @param FwVolHeader Pointer to the firmware volume header of the volume to search.This parameter + @param FwVolHeader Pointer to the firmware volume header of the volume to search. This parameter must point to a valid FFS volume. - @param FileHeader Pointer to the current file from which to begin searching.This pointer will be + @param FileHeader Pointer to the current file from which to begin searching. This pointer will be updated upon return to reflect the file found. @retval EFI_SUCCESS The file was found.