Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: c75d79faae0ec0b884b39c0931ea317110f66dd8
      
https://github.com/tianocore/edk2/commit/c75d79faae0ec0b884b39c0931ea317110f66dd8
  Author: Kun Qin <[email protected]>
  Date:   2025-12-02 (Tue, 02 Dec 2025)

  Changed paths:
    M StandaloneMmPkg/Drivers/StandaloneMmIplPei/StandaloneMmIplPei.c

  Log Message:
  -----------
  StandaloneMmPkg: StandaloneMmIplPei: Improve handling of MmAccess returns

Previously, if an MmAccess call failed during locking and closing a MMRAM
region, the logic would bail out the entire loop, leaving subsequent
regions open. Additionally, the failure status was stored in `Status`,
overwriting values from earlier steps.

This update introduces proper handling for MmAccess PPI failures and
ensures best-effort attempts to close and lock all regions when possible.

Signed-off-by: Kun Qin <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to