]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c
IntelFspWrapperPkg update for FSP1.1
[mirror_edk2.git] / IntelFspWrapperPkg / Library / BaseFspPlatformInfoLibSample / FspPlatformInfoLibSample.c
index d21c5665d9e174116adcca8d8201a4411e46c525..903e26eefa91d83fdf9ade067774a26f807775be 100644 (file)
@@ -82,6 +82,22 @@ UpdateFspUpdConfigs (
   return NULL;\r
 }\r
 \r
+/**\r
+  Get BootLoader Tolum size.\r
+\r
+  @note At this point, memory is NOT ready, PeiServices are available to use.\r
+\r
+  @return BootLoader Tolum size.\r
+**/\r
+UINT32\r
+EFIAPI\r
+GetBootLoaderTolumSize (\r
+  VOID\r
+  )\r
+{\r
+  return 0;\r
+}\r
+\r
 /**\r
   Get TempRamExit parameter.\r
 \r