TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | _FSP_TEMP_RAM_EXIT_PPI |
Macros | |
#define | FSP_TEMP_RAM_EXIT_GUID |
Typedefs | |
typedef struct _FSP_TEMP_RAM_EXIT_PPI | FSP_TEMP_RAM_EXIT_PPI |
typedef EFI_STATUS(EFIAPI * | FSP_TEMP_RAM_EXIT) (IN VOID *TempRamExitParamPtr) |
Variables | |
EFI_GUID | gFspTempRamExitPpiGuid |
This file defines the Silicon Temp Ram Exit PPI which implements the required programming steps for disabling temporary memory.
Copyright (c) 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file TempRamExitPpi.h.
#define FSP_TEMP_RAM_EXIT_GUID |
Global ID for the FSP_TEMP_RAM_EXIT_PPI.
Definition at line 16 of file TempRamExitPpi.h.
typedef EFI_STATUS(EFIAPI * FSP_TEMP_RAM_EXIT) (IN VOID *TempRamExitParamPtr) |
Silicon function for disabling temporary memory.
[in] | TempRamExitParamPtr | - Pointer to the TempRamExit parameters structure. This structure is normally defined in the Integration Guide. If it is not defined in the Integration Guide, pass NULL. |
EFI_SUCCESS | - FSP execution environment was initialized successfully. |
EFI_INVALID_PARAMETER | - Input parameters are invalid. |
EFI_UNSUPPORTED | - The FSP calling conditions were not met. |
EFI_DEVICE_ERROR | - Temporary memory exit. |
Definition at line 38 of file TempRamExitPpi.h.
typedef struct _FSP_TEMP_RAM_EXIT_PPI FSP_TEMP_RAM_EXIT_PPI |
Definition at line 24 of file TempRamExitPpi.h.