BaseTools/ECC: Add a new checkpoint
Add a new checkpoint to check if the SMM communication parameter has a correct buffer type. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
@@ -261,6 +261,13 @@ UniCheckPCDInfo = 1
|
||||
# Uncheck whether UNI file is in UTF-16 format
|
||||
GeneralCheckUni = -1
|
||||
|
||||
#
|
||||
# SMM Communicate Function Parameter Checking
|
||||
#
|
||||
SmmCommParaCheckAll = 0
|
||||
# Check if the EFI_SMM_COMMUNICATION_PROTOCOL parameter buffer type is Reserved / ACPI NVS or UEFI RT code/data
|
||||
SmmCommParaCheckBufferType = 1
|
||||
|
||||
#
|
||||
# The check points in this section are reserved
|
||||
#
|
||||
|
Reference in New Issue
Block a user