mirror of
https://gitlab.com/qemu-project/edk2.git
synced 2025-10-30 07:56:39 +08:00
Original logic skips to call MmDispatcher() when number of FV HOBs exceeds the max supported FVs even for the already-discovered FVs. Original logic skips to call MmDispatcher() and even skips to process other FVs when insufficient MM memory for shadowing a FV. For both cases, replace "return" with "continue" to try best to dispatch more FVs. Signed-off-by: Ray Ni <ray.ni@intel.com>