Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 4a68176cb548902cad93e6ebb5957d0cac94d297 https://github.com/tianocore/edk2/commit/4a68176cb548902cad93e6ebb5957d0cac94d297 Author: Li, Zhihao <zhihao...@intel.com> Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths: A UefiCpuPkg/Include/Library/SmmCpuRendezvousLib.h M UefiCpuPkg/Include/Protocol/SmmCpuService.h A UefiCpuPkg/Library/SmmCpuRendezvousLib/SmmCpuRendezvousLib.c A UefiCpuPkg/Library/SmmCpuRendezvousLib/SmmCpuRendezvousLib.inf M UefiCpuPkg/PiSmmCpuDxeSmm/CpuService.c M UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c M UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h M UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf M UefiCpuPkg/UefiCpuPkg.dec M UefiCpuPkg/UefiCpuPkg.dsc Log Message: ----------- UefiCpuPkg: Extend SMM CPU Service with rendezvous support. REF? https://bugzilla.tianocore.org/show_bug.cgi?id=3815 This patch define a new Protocol with the new services SmmWaitForAllProcessor(), which can be used by SMI handler to optionally wait for other APs to complete SMM rendezvous in relaxed AP mode. A new library SmmCpuRendezvousLib is provided to abstract the service into library API to simple SMI handler code. Cc: Eric Dong <eric.d...@intel.com> Reviewed-by: Ray Ni <ray...@intel.com> Cc: Rahul Kumar <rahul1.ku...@intel.com> Cc: Siyuan Fu <siyuan...@intel.com> Cc: Zhihao Li <zhihao...@intel.com> Signed-off-by: Zhihao Li <zhihao...@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits