]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c
Update IntelFspWrapperPkg according to FSP1.1.
[mirror_edk2.git] / IntelFspWrapperPkg / Library / BaseFspPlatformInfoLibSample / FspPlatformInfoLibSample.c
index 7c57e7bb46a3bba303353a6efc22e70d560a2aa0..d21c5665d9e174116adcca8d8201a4411e46c525 100644 (file)
@@ -82,6 +82,38 @@ UpdateFspUpdConfigs (
   return NULL;\r
 }\r
 \r
   return NULL;\r
 }\r
 \r
+/**\r
+  Get TempRamExit parameter.\r
+\r
+  @note At this point, memory is ready, PeiServices are available to use.\r
+\r
+  @return TempRamExit parameter.\r
+**/\r
+VOID *\r
+EFIAPI\r
+GetTempRamExitParam (\r
+  VOID\r
+  )\r
+{\r
+  return NULL;\r
+}\r
+\r
+/**\r
+  Get FspSiliconInit parameter.\r
+\r
+  @note At this point, memory is ready, PeiServices are available to use.\r
+\r
+  @return FspSiliconInit parameter.\r
+**/\r
+VOID *\r
+EFIAPI\r
+GetFspSiliconInitParam (\r
+  VOID\r
+  )\r
+{\r
+  return NULL;\r
+}\r
+\r
 /**\r
   Get S3 PEI memory information.\r
 \r
 /**\r
   Get S3 PEI memory information.\r
 \r