-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UefiCpuPkg/SmmCpuPlatformHookLibNull: Add new interface
This patch is to add IsPlatformLmceStatusCheck interface in SmmCpuPlatformHookLib. This new interface can used to check platform specific LMCE status check is needed. By default, it will return TRUE to allow LMCE status check. However, if a platform would like to skip LMCE status check due to any reason, platform can skip LMCE status check by return FALSE. Signed-off-by: Khor Swee Aun <[email protected]>
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters