X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFspWrapperPkg%2FLibrary%2FBaseFspPlatformInfoLibSample%2FFspPlatformInfoLibSample.c;fp=IntelFspWrapperPkg%2FLibrary%2FBaseFspPlatformInfoLibSample%2FFspPlatformInfoLibSample.c;h=903e26eefa91d83fdf9ade067774a26f807775be;hb=88a539ca5f791000a1d033fbcf9c6c01ad9b9fe0;hp=d21c5665d9e174116adcca8d8201a4411e46c525;hpb=9da591867c0bad1abbe17a321dc5b16d95226c6a;p=mirror_edk2.git diff --git a/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c b/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c index d21c5665d9..903e26eefa 100644 --- a/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c +++ b/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c @@ -82,6 +82,22 @@ UpdateFspUpdConfigs ( return NULL; } +/** + 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 + ) +{ + return 0; +} + /** Get TempRamExit parameter.