summaryrefslogtreecommitdiff
path: root/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c')
-rw-r--r--Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c
index d76020d220..77f5a7de4f 100644
--- a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c
+++ b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.c
@@ -412,6 +412,10 @@ MemoryDiscoveredPpiNotifyCallback (
ReportCpuHob ();
+ TestPointMemoryDiscoveredMtrrFunctional ();
+
+ TestPointMemoryDiscoveredMemoryResourceFunctional ();
+
///
/// If S3 resume, then we are done
///
@@ -421,7 +425,7 @@ MemoryDiscoveredPpiNotifyCallback (
ReportFv ();
- TestPointMemoryDiscovered ();
+ TestPointMemoryDiscoveredFvInfoFunctional ();
if (PcdGetBool (PcdStopAfterMemInit)) {
CpuDeadLoop ();