]> git.proxmox.com Git - mirror_edk2.git/commit
PeiCore: Remove assertion when failing to load PE image
authorRay Ni <ray.ni@intel.com>
Sat, 1 May 2021 10:42:36 +0000 (18:42 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 16 Jun 2021 07:51:00 +0000 (07:51 +0000)
commitab2b389e7afc19ca87574eb4594eaf26ca2d4135
tree583cff318f2a00cf871afbcd4725eca5118ac065
parentfe471d4a578e5aeda4c246e27678a984bb179e00
PeiCore: Remove assertion when failing to load PE image

EFI_PEI_LOAD_FILE_PPI is invoked by DxeIpl for loading DxeCore.
It's possible that the instance produced by PeiCore fails to load but
other instances of EFI_PEI_LOAD_FILE_PPI can load.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Acked-by: Hao A Wu <hao.a.wu@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
MdeModulePkg/Core/Pei/Image/Image.c