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.c191
1 files changed, 181 insertions, 10 deletions
diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
index a4d352fdec..d3f170554b 100644
--- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
+++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.c
@@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
EFI_STATUS
EFIAPI
-TestPointTempMemoryInitDone (
+TestPointTempMemoryFunction (
IN VOID *TempRamStart,
IN VOID *TempRamEnd
)
@@ -35,7 +35,7 @@ TestPointDebugInitDone (
EFI_STATUS
EFIAPI
-TestPointMemoryDiscovered (
+TestPointMemoryDiscoveredMtrrFunctional (
VOID
)
{
@@ -44,7 +44,7 @@ TestPointMemoryDiscovered (
EFI_STATUS
EFIAPI
-TestPointEndOfPei (
+TestPointMemoryDiscoveredMemoryResourceFunctional (
VOID
)
{
@@ -53,7 +53,7 @@ TestPointEndOfPei (
EFI_STATUS
EFIAPI
-TestPointPciEnumerationDone (
+TestPointMemoryDiscoveredFvInfoFunctional (
VOID
)
{
@@ -62,7 +62,7 @@ TestPointPciEnumerationDone (
EFI_STATUS
EFIAPI
-TestPointEndOfDxe (
+TestPointEndOfPeiSystemResourceFunctional (
VOID
)
{
@@ -71,7 +71,7 @@ TestPointEndOfDxe (
EFI_STATUS
EFIAPI
-TestPointDxeSmmReadyToLock (
+TestPointEndOfPeiMtrrFunctional (
VOID
)
{
@@ -80,7 +80,169 @@ TestPointDxeSmmReadyToLock (
EFI_STATUS
EFIAPI
-TestPointReadyToBoot (
+TestPointEndOfPeiPciBusMasterDisabled (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointPciEnumerationDonePciBusMasterDisabled (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointPciEnumerationDonePciResourceAllocated (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointEndOfDxeNoThirdPartyPciOptionRom (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointEndOfDxeDmarTableFuntional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointDxeSmmReadyToLockSmramAligned (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointDxeSmmReadyToLockWsmtTableFuntional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootSmiHandlerInstrument (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootAcpiTableFuntional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootMemoryTypeInformationFunctional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootUefiMemoryAttributeTableFunctional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootUefiBootVariableFunctional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootUefiConsoleVariableFunctional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootHstiTableFunctional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootEsrtTableFunctional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootUefiSecureBootEnabled (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootPiSignedFvBootEnabled (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootTcgTrustedBootEnabled (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointReadyToBootTcgMorEnabled (
VOID
)
{
@@ -98,7 +260,16 @@ TestPointExitBootServices (
EFI_STATUS
EFIAPI
-TestPointSmmEndOfDxe (
+TestPointSmmEndOfDxeSmrrFunctional (
+ VOID
+ )
+{
+ return EFI_SUCCESS;
+}
+
+EFI_STATUS
+EFIAPI
+TestPointSmmReadyToLockSmmMemoryAttributeTableFunctional (
VOID
)
{
@@ -107,7 +278,7 @@ TestPointSmmEndOfDxe (
EFI_STATUS
EFIAPI
-TestPointSmmReadyToLock (
+TestPointSmmReadyToLockSecureSmmCommunicationBuffer (
VOID
)
{
@@ -116,7 +287,7 @@ TestPointSmmReadyToLock (
EFI_STATUS
EFIAPI
-TestPointSmmReadyToBoot (
+TestPointSmmReadyToBootSmmPageProtection (
VOID
)
{