summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/trusted/tpmLogMgr.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/trusted/tpmLogMgr.H')
-rw-r--r--src/usr/secureboot/trusted/tpmLogMgr.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/secureboot/trusted/tpmLogMgr.H b/src/usr/secureboot/trusted/tpmLogMgr.H
index 09adc2f63..6828e42fe 100644
--- a/src/usr/secureboot/trusted/tpmLogMgr.H
+++ b/src/usr/secureboot/trusted/tpmLogMgr.H
@@ -164,6 +164,15 @@ namespace TRUSTEDBOOT
void TpmLogMgr_setTpmDevtreeInfo(TpmLogMgr* i_val,
uint64_t i_xscomAddr,
uint32_t i_i2cMasterOffset);
+ /**
+ * @brief Relocate the TPM log to the provided location
+ * @param[in] i_val TpmLogMgr structure
+ * @param[in] i_newLog Pointer to locate to place log
+ * @param[in] i_maxSize Size of newLog location
+ */
+ void TpmLogMgr_relocateTpmLog(TpmLogMgr* i_val,
+ uint8_t* i_newLog,
+ size_t i_maxSize);
#endif
OpenPOWER on IntegriCloud