diff options
Diffstat (limited to 'IntelFspPkg/Include/Library/FspCommonLib.h')
-rw-r--r-- | IntelFspPkg/Include/Library/FspCommonLib.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/IntelFspPkg/Include/Library/FspCommonLib.h b/IntelFspPkg/Include/Library/FspCommonLib.h index e7d7b0271a..22db27708d 100644 --- a/IntelFspPkg/Include/Library/FspCommonLib.h +++ b/IntelFspPkg/Include/Library/FspCommonLib.h @@ -76,7 +76,7 @@ SetFspContinuationFuncParameter ( );
/**
- This function changes the Bootloader return address in stack.
+ This function changes the BootLoader return address in stack.
@param[in] ReturnAddress Address to return.
@@ -88,7 +88,7 @@ SetFspApiReturnAddress ( );
/**
- This function set the API status code returned to the bootloader.
+ This function set the API status code returned to the BootLoader.
@param[in] ReturnStatus Status code to return.
@@ -182,6 +182,17 @@ GetFspInfoHeader ( );
/**
+ This function gets the VPD data pointer.
+
+ @return VpdDataRgnPtr VPD data pointer.
+**/
+VOID *
+EFIAPI
+GetFspVpdDataPointer (
+ VOID
+ );
+
+/**
This function gets FSP API calling mode.
@retval API calling mode
|