Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: e15fe066036daa0a0e53f8166a684866ffb19170 https://github.com/tianocore/edk2/commit/e15fe066036daa0a0e53f8166a684866ffb19170 Author: Levi Yun <yeoreum....@arm.com> Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths: M MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.c M MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf Log Message: ----------- MdeModulePkg/Library: make ArmFfaPeiLib available early PEIM stage commit 26fb5edff397 ("MdeModulePkg/ArmFfaLib: Add depex on gEfiPeiMemoryDiscoveredPpiGuid") restricts ArmFfaPeiLib usage only after PEI phase can be used permanent memory. However, This would be problem for PEIM which runs before gEfiPeiMemoryDiscoveredPpiGuid Ppi installed. (i.e) Tcg2Pei PEIM. To resolve this, remove dependency on gEfiPeiMemoryDiscoveredPpiGuid and let ArmFfaPeiLib remap the Rx/Tx buffer after gEfiPeiMemoryDiscoveredPpiGuid is installed so that ArmFfaPeiLib can be used with temporary memory. Signed-off-by: Yeoreum Yun <yeoreum....@arm.com> Fixes: 26fb5edff397 ("MdeModulePkg/ArmFfaLib: ...") 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