Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: d1c1f7e35419d937ab937ab050107864401d8cd9 https://github.com/tianocore/edk2/commit/d1c1f7e35419d937ab937ab050107864401d8cd9 Author: Star Zeng <star.z...@intel.com> Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths: M StandaloneMmPkg/Drivers/StandaloneMmIplPei/StandaloneMmIplPei.c Log Message: ----------- StandaloneMmPkg/MmIpl: Call CreatMmHobList() with page aligned size MmCore ImageSize may be not page aligned, it will be converted to page aligned for allocating MMRAM to hold MmCore image. This patch is to call CreatMmHobList() with page aligned size of ImageSize, otherwise ASSERT (IS_ALIGNED (Length, EFI_PAGE_SIZE)) in MmIplBuildMmCoreModuleHob() will happen if the input MmCore ImageSize is not page aligned. Signed-off-by: Star Zeng <star.z...@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