summaryrefslogtreecommitdiff
path: root/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c')
-rw-r--r--Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
index 9e83c76b11..0ddceac5ff 100644
--- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
+++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
@@ -62,6 +62,15 @@ TestPointMemoryDiscoveredFvInfoFunctional (
EFI_STATUS
EFIAPI
+TestPointMemoryDiscoveredDmaProtectionEnabled (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
TestPointEndOfPeiSystemResourceFunctional (
VOID
)
@@ -125,6 +134,15 @@ TestPointEndOfDxeDmaAcpiTableFuntional (
EFI_STATUS
EFIAPI
+TestPointEndOfDxeDmaProtectionEnabled (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
TestPointDxeSmmReadyToLockSmramAligned (
VOID
)