TianoCore EDK2 master
|
#include <PiPei.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>
#include <Guid/GuidHobFspEas.h>
Go to the source code of this file.
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
Definition in file FspWrapperApiTest.c.
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. |
Definition at line 25 of file FspWrapperApiTest.c.
EFI_STATUS EFIAPI TestFspSiliconInitApiOutput | ( | IN VOID * | FspsUpdDataPtr | ) |
Test the output of FSP API - FspSiliconInit.
[in] | FspsUpdDataPtr | Address pointer to the Silicon Init parameters structure. |
Definition at line 80 of file FspWrapperApiTest.c.
EFI_STATUS EFIAPI TestFspTempRamExitApiOutput | ( | IN VOID * | TempRamExitParam | ) |
Test the output of FSP API - TempRamExit.
[in] | TempRamExitParam | Address pointer to the TempRamExit parameters structure. |
Definition at line 64 of file FspWrapperApiTest.c.