audk/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull
Khor Swee Aun a8363bce36 Add SmmCpuPlatformHookLib IsCpuSyncAlwaysNeeded interface
This patch adds the IsCpuSyncAlwaysNeeded interface to the SmmCpuPlatformHookLib.
This interface will determine whether the first CPU Synchronization should be
executed unconditionally when a SMI occurs.

If the function returns true, it indicates that there is no need to check the
system configuration and status, and the first CPU Synchronization should be
executed unconditionally.

If the function returns false, it indicates that the first CPU Synchronization is
not executed unconditionally, and the decision to synchronize should be based on
the system configuration and status.

Signed-off-by: Khor Swee Aun <swee.aun.khor@intel.com>
2025-01-10 07:45:26 +00:00
..
SmmCpuPlatformHookLibNull.c Add SmmCpuPlatformHookLib IsCpuSyncAlwaysNeeded interface 2025-01-10 07:45:26 +00:00
SmmCpuPlatformHookLibNull.inf UefiCpuPkg/Library: Add MM_STANDALONE type for SmmCpuPlatformHookLib 2024-06-28 05:47:13 +00:00
SmmCpuPlatformHookLibNull.uni UefiCpuPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:28 -07:00