summaryrefslogtreecommitdiffstats
path: root/IntelFsp2Pkg/Include/Library/FspCommonLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFsp2Pkg/Include/Library/FspCommonLib.h')
-rw-r--r--IntelFsp2Pkg/Include/Library/FspCommonLib.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/IntelFsp2Pkg/Include/Library/FspCommonLib.h b/IntelFsp2Pkg/Include/Library/FspCommonLib.h
index 13b67f8822..12d993b7cc 100644
--- a/IntelFsp2Pkg/Include/Library/FspCommonLib.h
+++ b/IntelFsp2Pkg/Include/Library/FspCommonLib.h
@@ -193,6 +193,28 @@ GetFspSiliconInitUpdDataPointer (
);
/**
+ This function sets the smm init UPD data pointer.
+
+ @param[in] SmmInitUpdPtr smm init UPD data pointer.
+**/
+VOID
+EFIAPI
+SetFspSmmInitUpdDataPointer (
+ IN VOID *SmmInitUpdPtr
+ );
+
+/**
+ This function gets the smm init UPD data pointer.
+
+ @return smm init UPD data pointer.
+**/
+VOID *
+EFIAPI
+GetFspSmmInitUpdDataPointer (
+ VOID
+ );
+
+/**
Set FSP measurement point timestamp.
@param[in] Id Measurement point ID.