X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FInclude%2FLibrary%2FFspPlatformLib.h;h=23460983ecf5b7c9d011696d575183f7e81288f7;hp=51d296835e0c0aacdb688fdf54bb26d18bea5c79;hb=9da591867c0bad1abbe17a321dc5b16d95226c6a;hpb=3b7f0a488be0ca7a2a8e4c352b0e10496bee9530 diff --git a/IntelFspPkg/Include/Library/FspPlatformLib.h b/IntelFspPkg/Include/Library/FspPlatformLib.h index 51d296835e..23460983ec 100644 --- a/IntelFspPkg/Include/Library/FspPlatformLib.h +++ b/IntelFspPkg/Include/Library/FspPlatformLib.h @@ -28,7 +28,7 @@ FspGetSystemMemorySize ( ); /** - Migrate bootloader data before destroying CAR. + Migrate BootLoader data before destroying CAR. **/ VOID @@ -49,7 +49,7 @@ FspSetNewStackFrame ( /** This function transfer control to the ContinuationFunc passed in by the - bootloader. + BootLoader. **/ VOID @@ -59,8 +59,8 @@ FspInitDone ( ); /** - This function handle NotifyPhase API call from the bootloader. - It gives control back to the bootloader after it is handled. If the + This function handle NotifyPhase API call from the BootLoader. + It gives control back to the BootLoader after it is handled. If the Notification code is a ReadyToBoot event, this function will return and FSP continues the remaining execution until it reaches the DxeIpl.