summaryrefslogtreecommitdiff
path: root/Platform/Intel/MinPlatformPkg/Include
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2017-11-06 15:07:51 +0800
committerJiewen Yao <jiewen.yao@intel.com>2017-11-13 14:06:28 +0800
commit8dffd33247d6dac1c4a5732d320c4ff4bc22beaf (patch)
treeafd477b94ce4275fd731b628f3afbc89506451c4 /Platform/Intel/MinPlatformPkg/Include
parentb170dcb967250308cda829d1047aef8a37089cd4 (diff)
downloadedk2-platforms-8dffd33247d6dac1c4a5732d320c4ff4bc22beaf.tar.xz
Add DMA protection check test point.
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.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h b/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
index a3de013ac9..be6186dc03 100644
--- a/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
+++ b/Platform/Intel/MinPlatformPkg/Include/Library/TestPointCheckLib.h
@@ -61,6 +61,12 @@ TestPointMemoryDiscoveredFvInfoFunctional (
EFI_STATUS
EFIAPI
+TestPointMemoryDiscoveredDmaProtectionEnabled (
+ VOID
+ );
+
+EFI_STATUS
+EFIAPI
TestPointEndOfPeiSystemResourceFunctional (
VOID
);
@@ -91,13 +97,19 @@ TestPointPciEnumerationDonePciResourceAllocated (
EFI_STATUS
EFIAPI
+TestPointEndOfDxeNoThirdPartyPciOptionRom (
+ VOID
+ );
+
+EFI_STATUS
+EFIAPI
TestPointEndOfDxeDmaAcpiTableFuntional (
VOID
);
EFI_STATUS
EFIAPI
-TestPointEndOfDxeNoThirdPartyPciOptionRom (
+TestPointEndOfDxeDmaProtectionEnabled (
VOID
);