X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FLibrary%2FBaseFspPlatformInfoLibSample%2FFspPlatformInfoLibSample.c;h=d21c5665d9e174116adcca8d8201a4411e46c525;hp=7c57e7bb46a3bba303353a6efc22e70d560a2aa0;hb=d8043ce905a5832f911361ef30be28765afbdc6b;hpb=d5fb1edfb16a2af29486ffbf5aa32a036da9caa4;ds=sidebyside diff --git a/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c b/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c index 7c57e7bb46..d21c5665d9 100644 --- a/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c +++ b/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c @@ -82,6 +82,38 @@ UpdateFspUpdConfigs ( return NULL; } +/** + Get TempRamExit parameter. + + @note At this point, memory is ready, PeiServices are available to use. + + @return TempRamExit parameter. +**/ +VOID * +EFIAPI +GetTempRamExitParam ( + VOID + ) +{ + return NULL; +} + +/** + Get FspSiliconInit parameter. + + @note At this point, memory is ready, PeiServices are available to use. + + @return FspSiliconInit parameter. +**/ +VOID * +EFIAPI +GetFspSiliconInitParam ( + VOID + ) +{ + return NULL; +} + /** Get S3 PEI memory information.