summaryrefslogtreecommitdiffstats
path: root/IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h')
-rw-r--r--IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h b/IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h
index c997ea8b22..e5bb2c2125 100644
--- a/IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h
+++ b/IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h
@@ -69,6 +69,19 @@ UpdateFspUpdConfigs (
);
/**
+ Get BootLoader Tolum size.
+
+ @note At this point, memory is NOT ready, PeiServices are available to use.
+
+ @return BootLoader Tolum size.
+**/
+UINT32
+EFIAPI
+GetBootLoaderTolumSize (
+ VOID
+ );
+
+/**
Get TempRamExit parameter.
@note At this point, memory is ready, PeiServices are available to use.