Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 10b310f9b2047b7ff935974371eb59c1e0b46594
      
https://github.com/tianocore/edk2/commit/10b310f9b2047b7ff935974371eb59c1e0b46594
  Author: Ray Ni <ray...@intel.com>
  Date:   2025-09-10 (Wed, 10 Sep 2025)

  Changed paths:
    M StandaloneMmPkg/Drivers/StandaloneMmIplPei/StandaloneMmIplPei.c
    M StandaloneMmPkg/Include/StandaloneMm.h

  Log Message:
  -----------
  StandaloneMmPkg/Ipl: Do not check return status of MmCore's entry point

Per PI spec the entry point of standalone MM core returns "VOID".
So it's not right to check the return status of MM core's entry point.
In rare case, it might hit assertion as the MM core's entry point has
no responsibility to reset RAX to 0 (in x64 arch).

Signed-off-by: Ray Ni <ray...@intel.com>
Cc: Ard Biesheuvel <ardb+tianoc...@kernel.org>
Cc: Sami Mujawar <sami.muja...@arm.com>
Cc: Dun Tan <dun....@intel.com>
Cc: Eduardo Cuevas Farfan <eduardo.cuevas.far...@intel.com>



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


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to