diff options
author | Star Zeng <star.zeng@intel.com> | 2025-08-04 14:22:47 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-08-06 20:36:39 +0000 |
commit | d1c1f7e35419d937ab937ab050107864401d8cd9 (patch) | |
tree | d138241a08b26ac48e78b304ea6b4d2cc636e558 /MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf | |
parent | 06627541341149fb9f22a5f45fd90c8a60d9e35a (diff) | |
download | edk2-master.zip edk2-master.tar.gz edk2-master.tar.bz2 |
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.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf')
0 files changed, 0 insertions, 0 deletions