On Thu, 19 Jan 2023 at 08:55, Gerd Hoffmann wrote:
>
> On Thu, Jan 19, 2023 at 09:51:06AM +0800, Min Xu wrote:
> > Commit c673216 introduces FFS_CHECK_SECTION_HOOK and add it as the
> > second input parameter in FfsFindSectionData. This change breaks the build
> > of ArmVirtPkg. To fix this issue,
On Thu, Jan 19, 2023 at 09:51:06AM +0800, Min Xu wrote:
> Commit c673216 introduces FFS_CHECK_SECTION_HOOK and add it as the
> second input parameter in FfsFindSectionData. This change breaks the build
> of ArmVirtPkg. To fix this issue, the new version of FfsFindSectionData
> is renamed as FfsFind
Thanks for the quick update.
Reviewed-by: Jiewen Yao
> -Original Message-
> From: Xu, Min M
> Sent: Thursday, January 19, 2023 9:51 AM
> To: devel@edk2.groups.io
> Cc: Xu, Min M ; Leif Lindholm
> ; Ard Biesheuvel ;
> Abner Chang ; Daniel Schaefer
> ; Gerd Hoffmann ; Aktas,
> Erdem ; Jam
Commit c673216 introduces FFS_CHECK_SECTION_HOOK and add it as the
second input parameter in FfsFindSectionData. This change breaks the build
of ArmVirtPkg. To fix this issue, the new version of FfsFindSectionData
is renamed as FfsFindSectionDataWithHook. Then the original
FfsFindSectionData is add