aboutsummaryrefslogtreecommitdiff
path: root/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'Startup.c')
-rw-r--r--Startup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Startup.c b/Startup.c
index 8759e52..54df25b 100644
--- a/Startup.c
+++ b/Startup.c
@@ -163,5 +163,8 @@ TPM2_Startup(
// The H-CRTM state no longer matters
g_DrtmPreStartup = FALSE;
+ if (startup == SU_RESET)
+ _plat__ResetCallback();
+
return TPM_RC_SUCCESS;
}