summaryrefslogtreecommitdiff
path: root/Platform/Intel/MinPlatformPkg/Include
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2017-11-03 16:22:45 +0800
committerJiewen Yao <jiewen.yao@intel.com>2017-11-13 14:06:26 +0800
commit47685e9ba5821a90f95a781b8c69545d362916eb (patch)
treefb177df5ffd7fb167ea820a0f58465332a9db471 /Platform/Intel/MinPlatformPkg/Include
parent303915fc30865823ef102d7d507103c0c2a56137 (diff)
downloadedk2-platforms-47685e9ba5821a90f95a781b8c69545d362916eb.tar.xz
Add SMM test point according to the design.
Cc: Michael A Kubacki <michael.a.kubacki@intel.com> Cc: Amy Chan <amy.chan@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Brett Wang <brett.wang@intel.com> Cc: Daocheng Bu <daocheng.bu@intel.com> Cc: Isaac W Oram <isaac.w.oram@intel.com> Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Amy Chan <amy.chan@intel.com>
Diffstat (limited to 'Platform/Intel/MinPlatformPkg/Include')
-rw-r--r--Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h b/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
index c551650824..dd338cc403 100644
--- a/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
+++ b/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
@@ -115,6 +115,12 @@ TestPointDxeSmmReadyToLockWsmtTableFuntional (
EFI_STATUS
EFIAPI
+TestPointDxeSmmReadyToBootSmmPageProtection (
+ VOID
+ );
+
+EFI_STATUS
+EFIAPI
TestPointReadyToBootAcpiTableFuntional (
VOID
);