IntelFsp2WrapperPkg[all]
0.1
|
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
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. |
EFI_STATUS EFIAPI CallFspNotifyPhase | ( | IN NOTIFY_PHASE_PARAMS * | NotifyPhaseParams | ) |
Call FSP API - FspNotifyPhase.
[in] | NotifyPhaseParams | Address pointer to the NOTIFY_PHASE_PARAMS structure. |
EFI_STATUS EFIAPI CallFspSiliconInit | ( | IN VOID * | FspsUpdDataPtr | ) |
Call FSP API - FspSiliconInit.
[in] | FspsUpdDataPtr | Pointer to the FSPS_UPD data structure. |
EFI_STATUS EFIAPI CallTempRamExit | ( | IN VOID * | TempRamExitParam | ) |
Call FSP API - TempRamExit.
[in] | TempRamExitParam | Address pointer to the TempRamExit parameters structure. |
FSP_INFO_HEADER* EFIAPI FspFindFspHeader | ( | IN EFI_PHYSICAL_ADDRESS | FlashFvFspBase | ) |
Find FSP header pointer.
[in] | FlashFvFspBase | Flash address of FSP FV. |