Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 8e92e8761c6305cb13ca0af636e8192aba78b68e https://github.com/tianocore/edk2/commit/8e92e8761c6305cb13ca0af636e8192aba78b68e Author: Ray Ni <ray...@intel.com> Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths: M IntelFsp2Pkg/FspSecCore/SecFsp.c Log Message: ----------- IntelFsp2Pkg/FspSecCore: initialize FspMode in FSP_GLOBAL_DATA FspSecCore only runs in API mode. When it allocates memory in stack for FSP_GLOBAL_DATA, it does not initialize the FspMode to FSP_IN_API_MODE. The patch enhances the code to initialize the FspMode as well. This change does not have functionality impact as there should be some code elsewhere which sets the FspMode. This change allows to remove the extra code logic that sets FspMode in API mode. Signed-off-by: Ray Ni <ray...@intel.com> Cc: Chasel Chiu <chasel.c...@intel.com> Cc: Nate DeSimone <nathaniel.l.desim...@intel.com> Cc: Duggapu Chinni B <chinni.b.dugg...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Ted Kuo <ted....@intel.com> Cc: Ashraf Ali S <ashraf.al...@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