summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/tpm2/platform.c')
-rw-r--r--board/cr50/tpm2/platform.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/cr50/tpm2/platform.c b/board/cr50/tpm2/platform.c
index 7c98c353a0..e380d8afe1 100644
--- a/board/cr50/tpm2/platform.c
+++ b/board/cr50/tpm2/platform.c
@@ -6,6 +6,7 @@
#include "Platform.h"
#include "TPM_Types.h"
+#include "ccd_config.h"
#include "trng.h"
#include "util.h"
#include "version.h"
@@ -60,3 +61,8 @@ void _plat__GetFwVersion(uint32_t *firmwareV1, uint32_t *firmwareV2)
*firmwareV2 = strtoi(ver_str, NULL, 16);
}
+
+void _plat__ResetCallback(void)
+{
+ ccd_tpm_reset_callback();
+}