| 
    IntelFsp2Pkg[all]
    0.1
    
   | 
 
Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.
 SPDX-License-Identifier: BSD-2-Clause-Patent 
| VOID EFIAPI FspApiReturnStatusReset | ( | IN UINT32 | FspResetType | ) | 
This function updates the return status of the FSP API with requested reset type and returns to Boot Loader.
| [in] | FspResetType | Reset type that needs to returned as API return status | 
| UINT8 EFIAPI GetFspApiCallingIndex | ( | VOID | ) | 
This function gets FSP API calling mode.
| API | calling mode | 
| UINT32 EFIAPI GetFspApiParameter | ( | VOID | ) | 
This function gets back the FSP API first parameter passed by the bootloader.
| ApiParameter | FSP API first parameter passed by the bootloader. | 
| UINT32 EFIAPI GetFspApiParameter2 | ( | VOID | ) | 
This function gets back the FSP API second parameter passed by the bootloader.
| ApiParameter | FSP API second parameter passed by the bootloader. | 
| VOID* EFIAPI GetFspCfgRegionDataPointer | ( | VOID | ) | 
This function gets the CfgRegion data pointer.
| VOID* EFIAPI GetFspEntryStack | ( | VOID | ) | 
This function returns the FSP entry stack pointer from address of the first API parameter.
| FSP | entry stack pointer. | 
| FSP_GLOBAL_DATA* EFIAPI GetFspGlobalDataPointer | ( | VOID | ) | 
This function gets the FSP global data pointer.
| FSP_INFO_HEADER* EFIAPI GetFspInfoHeader | ( | VOID | ) | 
This function gets the FSP info header pointer.
| FspInfoHeader | FSP info header pointer | 
| FSP_INFO_HEADER* EFIAPI GetFspInfoHeaderFromApiContext | ( | VOID | ) | 
This function gets the FSP info header pointer from the API context.
| FspInfoHeader | FSP info header pointer | 
| VOID* EFIAPI GetFspMemoryInitUpdDataPointer | ( | VOID | ) | 
This function gets the memory init UPD data pointer.
| VOID* EFIAPI GetFspPlatformDataPointer | ( | VOID | ) | 
This function gets the platform specific data pointer.
| [in] | PlatformData | Fsp platform specific data pointer. | 
| VOID* EFIAPI GetFspSiliconInitUpdDataPointer | ( | VOID | ) | 
This function gets the silicon init UPD data pointer.
| VOID* EFIAPI GetFspUpdDataPointer | ( | VOID | ) | 
This function gets the UPD data pointer.
| UINT32 EFIAPI GetPhaseStatusCode | ( | VOID | ) | 
This function gets FSP Phase StatusCode.
| StatusCode | 
| VOID EFIAPI SetFspApiCallingIndex | ( | UINT8 | Index | ) | 
This function sets FSP API calling mode.
| [in] | Index | API calling index | 
| VOID EFIAPI SetFspApiParameter | ( | IN UINT32 | Value | ) | 
This function sets the FSP API parameter in the stack.
| [in] | Value | New parameter value. | 
| VOID EFIAPI SetFspApiReturnStatus | ( | IN UINT32 | ReturnStatus | ) | 
This function set the API status code returned to the BootLoader.
| [in] | ReturnStatus | Status code to return. | 
| VOID EFIAPI SetFspCoreStackPointer | ( | IN VOID * | NewStackTop | ) | 
This function sets the context switching stack to a new stack frame.
| [in] | NewStackTop | New core stack to be set. | 
| VOID EFIAPI SetFspGlobalDataPointer | ( | IN FSP_GLOBAL_DATA * | FspData | ) | 
This function sets the FSP global data pointer.
| [in] | FspData | Fsp global data pointer. | 
| VOID EFIAPI SetFspInfoHeader | ( | FSP_INFO_HEADER * | FspInfoHeader | ) | 
This function sets the FSP info header pointer.
| [in] | FspInfoHeader | FSP info header pointer | 
| UINT64 EFIAPI SetFspMeasurePoint | ( | IN UINT8 | Id | ) | 
Set FSP measurement point timestamp.
| [in] | Id | Measurement point ID. | 
| VOID EFIAPI SetFspMemoryInitUpdDataPointer | ( | IN VOID * | MemoryInitUpdPtr | ) | 
This function sets the memory init UPD data pointer.
| [in] | MemoryInitUpdPtr | memory init UPD data pointer. | 
| VOID EFIAPI SetFspPlatformDataPointer | ( | IN VOID * | PlatformData | ) | 
This function sets the platform specific data pointer.
| [in] | PlatformData | Fsp platform specific data pointer. | 
| VOID EFIAPI SetFspSiliconInitUpdDataPointer | ( | IN VOID * | SiliconInitUpdPtr | ) | 
This function sets the silicon init UPD data pointer.
| [in] | SiliconInitUpdPtr | silicon init UPD data pointer. | 
| VOID EFIAPI SetFspUpdDataPointer | ( | IN VOID * | UpdDataPtr | ) | 
This function sets the UPD data pointer.
| [in] | UpdDataPtr | UPD data pointer. | 
| VOID EFIAPI SetPhaseStatusCode | ( | UINT32 | StatusCode | ) | 
This function sets FSP Phase StatusCode.
| [in] | Mode | Phase StatusCode |