Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: ad6639cf3ebe87892b648ba4771bcc73766e9cc1 https://github.com/tianocore/edk2/commit/ad6639cf3ebe87892b648ba4771bcc73766e9cc1 Author: Leif Lindholm <leif.lindh...@oss.qualcomm.com> Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths: M ArmPlatformPkg/PeilessSec/AArch64/ModuleEntryPoint.S Log Message: ----------- ArmPlatformPkg/PeilessSec: drop _SetSVCMode symbol from AArch64 AArch64 has no SVC mode, this was clearly copied from the AArch32 version, so drop it. Signed-off-by: Leif Lindholm <leif.lindh...@oss.qualcomm.com> Commit: a088d9ceb0c2400537290b6e3f10b75149d4cd1c https://github.com/tianocore/edk2/commit/a088d9ceb0c2400537290b6e3f10b75149d4cd1c Author: Leif Lindholm <leif.lindh...@oss.qualcomm.com> Date: 2025-03-31 (Mon, 31 Mar 2025) Changed paths: M ArmPlatformPkg/PeilessSec/Arm/ModuleEntryPoint.S Log Message: ----------- ArmPlatformPkg/PeilessSec: drop _SetSVCMode sequence for Arm _SetSVCMode sits shortly after _ModuleEntryPoint, to switch into SVC mode and mask FIQ and IRQ exceptions (making it badly named to boot). But this should always be the state we start executing in, so most likely this is another remnant of a time when the edk2 image also contained Secure Monitor code, which has not been supported for some time now. Delete the whole stanza and see if anything breaks. Signed-off-by: Leif Lindholm <leif.lindh...@oss.qualcomm.com> Compare: https://github.com/tianocore/edk2/compare/5d3314d0bf78...a088d9ceb0c2 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