IntelFsp2WrapperPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
FspWrapperApiTestLib.h File Reference

Functions

EFI_STATUS EFIAPI TestFspMemoryInitApiOutput (IN VOID *FspmUpdDataPtr, IN VOID **HobListPtr)
 
EFI_STATUS EFIAPI TestFspTempRamExitApiOutput (IN VOID *TempRamExitParam)
 
EFI_STATUS EFIAPI TestFspSiliconInitApiOutput (IN VOID *FspsUpdDataPtr)
 

Detailed Description

Provide FSP wrapper API test related function.

Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Function Documentation

EFI_STATUS EFIAPI TestFspMemoryInitApiOutput ( IN VOID *  FspmUpdDataPtr,
IN VOID **  HobListPtr 
)

Test the output of FSP API - FspMemoryInit.

Parameters
[in]FspmUpdDataPtrAddress pointer to the FSP_MEMORY_INIT_PARAMS structure.
[in]HobListPtrAddress of the HobList pointer.
Returns
test result on output of FspMemoryInit API.
EFI_STATUS EFIAPI TestFspSiliconInitApiOutput ( IN VOID *  FspsUpdDataPtr)

Test the output of FSP API - FspSiliconInit.

Parameters
[in]FspsUpdDataPtrAddress pointer to the Silicon Init parameters structure.
Returns
test result on output of FspSiliconInit API.
EFI_STATUS EFIAPI TestFspTempRamExitApiOutput ( IN VOID *  TempRamExitParam)

Test the output of FSP API - TempRamExit.

Parameters
[in]TempRamExitParamAddress pointer to the TempRamExit parameters structure.
Returns
test result on output of TempRamExit API.