Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 0826808d4f0246f25d25fdf60c0bce8172040f41 https://github.com/tianocore/edk2/commit/0826808d4f0246f25d25fdf60c0bce8172040f41 Author: Min M Xu <min.m...@intel.com> Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths: M EmbeddedPkg/Include/Library/PrePiLib.h M EmbeddedPkg/Library/PrePiLib/FwVol.c M EmbeddedPkg/Library/PrePiLib/PrePiLib.c M OvmfPkg/Library/PeilessStartupLib/DxeLoad.c Log Message: ----------- EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHook Commit c673216f53 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 in this patch. In the following patch the original FfsFindSectionData will be added back. FfsFindSectionData is renamed as FfsFindSectionDataWithHook. Accordingly PeilessStartupLib in OvmfPkg should be updated as well. To prevent the build from being broken, the changes in OvmfPkg are in this patch. Signed-off-by: Min Xu <min.m...@intel.com> Reviewed-by: Jiewen Yao <jiewen....@intel.com> Acked-by: Gerd Hoffmann <kra...@redhat.com> Commit: 51411435d559c55eaf38c02baf5d76da78bb658d https://github.com/tianocore/edk2/commit/51411435d559c55eaf38c02baf5d76da78bb658d Author: Min M Xu <min.m...@intel.com> Date: 2023-01-19 (Thu, 19 Jan 2023) Changed paths: M EmbeddedPkg/Include/Library/PrePiLib.h M EmbeddedPkg/Library/PrePiLib/FwVol.c Log Message: ----------- EmbeddedPkg: Add back FfsFindSectionData In commit c673216f53 a new input parameter is added in FfsFindSectionData. That change breaks the build of ArmVirtPkg. In this patch FfsFindSectionData is added back. It calls FfsFindSectionDataWithHook with a NULL hook. Signed-off-by: Min Xu <min.m...@intel.com> Reviewed-by: Jiewen Yao <jiewen....@intel.com> Acked-by: Gerd Hoffmann <kra...@redhat.com> Compare: https://github.com/tianocore/edk2/compare/18df11da8c14...51411435d559 _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits