Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 70df56728f71a906a54ac7c64081dbdcfa7bccc1 https://github.com/tianocore/edk2/commit/70df56728f71a906a54ac7c64081dbdcfa7bccc1 Author: Richard Lyu <richard....@suse.com> Date: 2025-04-09 (Wed, 09 Apr 2025)
Changed paths: M OvmfPkg/Include/Fdf/OvmfPkgDefines.fdf.inc Log Message: ----------- Increase FVMAIN Size for Compatibility with 2MB Size Limit In edk2-stable202502, the increase in code space caused an increase in size, leading to build failures for OVMF under the 2MB size limit due to insufficient space, because FVMAIN_COMPACT had insufficient space. This patch adjusts the memory layout by reducing SEVFV size by 0x10000, as its usage is below 50%, and reallocates the freed 0x10000 space to FVMAIN_COMPACT. This ensures sufficient space to accommodate all code within the FD_SIZE_2MB. Signed-off-by: Richard Lyu <richard....@suse.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