]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg: Add back FfsFindSectionData
authorMin M Xu <min.m.xu@intel.com>
Thu, 19 Jan 2023 01:51:08 +0000 (09:51 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 19 Jan 2023 08:35:59 +0000 (08:35 +0000)
commit51411435d559c55eaf38c02baf5d76da78bb658d
tree65244c051ae6ea250a78eb159ea6c9ccf64f6b1c
parent0826808d4f0246f25d25fdf60c0bce8172040f41
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.xu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
EmbeddedPkg/Include/Library/PrePiLib.h
EmbeddedPkg/Library/PrePiLib/FwVol.c