|
IntelFsp2WrapperPkg[all]
0.1
|
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) |
Provide FSP wrapper API test related function.
Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
| EFI_STATUS EFIAPI TestFspMemoryInitApiOutput | ( | IN VOID * | FspmUpdDataPtr, |
| IN VOID ** | HobListPtr | ||
| ) |
Test the output of FSP API - FspMemoryInit.
| [in] | FspmUpdDataPtr | Address pointer to the FSP_MEMORY_INIT_PARAMS structure. |
| [in] | HobListPtr | Address of the HobList pointer. |
| EFI_STATUS EFIAPI TestFspSiliconInitApiOutput | ( | IN VOID * | FspsUpdDataPtr | ) |
Test the output of FSP API - FspSiliconInit.
| [in] | FspsUpdDataPtr | Address pointer to the Silicon Init parameters structure. |
| EFI_STATUS EFIAPI TestFspTempRamExitApiOutput | ( | IN VOID * | TempRamExitParam | ) |
Test the output of FSP API - TempRamExit.
| [in] | TempRamExitParam | Address pointer to the TempRamExit parameters structure. |