Files
edk2/StandaloneMmPkg
Ray Ni 51733a72ca StandaloneMmPkg/Core: try best to dispatch FVs
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>
2025-06-04 00:19:23 +00:00
..