TianoCore EDK2 master
|
#include <FspEas.h>
Go to the source code of this file.
Functions | |
FSP_INFO_HEADER *EFIAPI | FspFindFspHeader (IN EFI_PHYSICAL_ADDRESS FlashFvFspBase) |
EFI_STATUS EFIAPI | CallFspNotifyPhase (IN NOTIFY_PHASE_PARAMS *NotifyPhaseParams) |
EFI_STATUS EFIAPI | CallFspMemoryInit (IN VOID *FspmUpdDataPtr, OUT VOID **HobListPtr) |
EFI_STATUS EFIAPI | CallTempRamExit (IN VOID *TempRamExitParam) |
EFI_STATUS EFIAPI | CallFspSiliconInit (IN VOID *FspsUpdDataPtr) |
Provide FSP wrapper API related function.
Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file FspWrapperApiLib.h.
EFI_STATUS EFIAPI CallFspMemoryInit | ( | IN VOID * | FspmUpdDataPtr, |
OUT VOID ** | HobListPtr | ||
) |
Call FSP API - FspMemoryInit.
[in] | FspmUpdDataPtr | Pointer to the FSPM_UPD data structure. |
[out] | HobListPtr | Pointer to receive the address of the HOB list. |
Call FSP API - FspMemoryInit.
[in] | FspmUpdDataPtr | Address pointer to the FSP_MEMORY_INIT_PARAMS structure. |
[out] | HobListPtr | Address of the HobList pointer. |
Definition at line 134 of file FspWrapperApiLib.c.
EFI_STATUS EFIAPI CallFspNotifyPhase | ( | IN NOTIFY_PHASE_PARAMS * | NotifyPhaseParams | ) |
Call FSP API - FspNotifyPhase.
[in] | NotifyPhaseParams | Address pointer to the NOTIFY_PHASE_PARAMS structure. |
Definition at line 97 of file FspWrapperApiLib.c.
EFI_STATUS EFIAPI CallFspSiliconInit | ( | IN VOID * | FspsUpdDataPtr | ) |
Call FSP API - FspSiliconInit.
[in] | FspsUpdDataPtr | Pointer to the FSPS_UPD data structure. |
Call FSP API - FspSiliconInit.
[in] | FspsUpdDataPtr | Address pointer to the Silicon Init parameters structure. |
Definition at line 207 of file FspWrapperApiLib.c.
EFI_STATUS EFIAPI CallTempRamExit | ( | IN VOID * | TempRamExitParam | ) |
Call FSP API - TempRamExit.
[in] | TempRamExitParam | Address pointer to the TempRamExit parameters structure. |
Definition at line 171 of file FspWrapperApiLib.c.
FSP_INFO_HEADER *EFIAPI FspFindFspHeader | ( | IN EFI_PHYSICAL_ADDRESS | FlashFvFspBase | ) |
Find FSP header pointer.
[in] | FlashFvFspBase | Flash address of FSP FV. |
Definition at line 57 of file FspWrapperApiLib.c.