Re: [edk2-devel] [PATCH 02/10] EmbeddedPkg/PrePiLib: Update PrePiLib

2021-12-15 Thread Min Xu
On December 14, 2021 10:01 PM, Ard Biesheuvel wrote: > On Tue, 14 Dec 2021 at 14:42, Min Xu wrote: > > --- a/EmbeddedPkg/Library/PrePiLib/FwVol.c > > +++ b/EmbeddedPkg/Library/PrePiLib/FwVol.c > > @@ -335,7 +335,7 @@ FfsProcessSection ( > > > > Status = UefiDecompressGetInfo ( > >

Re: [edk2-devel] [PATCH 02/10] EmbeddedPkg/PrePiLib: Update PrePiLib

2021-12-14 Thread Ard Biesheuvel
On Tue, 14 Dec 2021 at 14:42, Min Xu wrote: > > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 > > There are below new functions added in EmbeddedPkg/PrePiLib. > 1. FfsAnyFvFindFileByName >This function is to find the file by name in the FvImage. > 2. FfsDecompressSection >This f

[edk2-devel] [PATCH 02/10] EmbeddedPkg/PrePiLib: Update PrePiLib

2021-12-14 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 There are below new functions added in EmbeddedPkg/PrePiLib. 1. FfsAnyFvFindFileByName This function is to find the file by name in the FvImage. 2. FfsDecompressSection This function is to decompress a compressed section. 3. FfsProcess