Data Structures | |
struct | _EFI_PEI_RECOVERY_MODULE_PPI |
Defines | |
#define | EFI_PEI_RECOVERY_MODULE_PPI_GUID |
Typedefs | |
typedef struct _EFI_PEI_RECOVERY_MODULE_PPI | EFI_PEI_RECOVERY_MODULE_PPI |
typedef EFI_STATUS(EFIAPI * | EFI_PEI_LOAD_RECOVERY_CAPSULE )(IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_MODULE_PPI *This) |
Variables | |
EFI_GUID | gEfiPeiRecoveryModulePpiGuid |
A module that produces this PPI has many roles and is responsible for the following:
Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define EFI_PEI_RECOVERY_MODULE_PPI_GUID |
Value:
{ \ 0xFB6D9542, 0x612D, 0x4f45, {0x87, 0x2F, 0x5C, 0xFF, 0x52, 0xE9, 0x3D, 0xCF } \ }
typedef EFI_STATUS(EFIAPI * EFI_PEI_LOAD_RECOVERY_CAPSULE)(IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_MODULE_PPI *This) |
Loads a DXE capsule from some media into memory and updates the HOB table with the DXE firmware volume information.
PeiServices | General-purpose services that are available to every PEIM. | |
This | Indicates the EFI_PEI_RECOVERY_MODULE_PPI instance. |
EFI_SUCCESS | The capsule was loaded correctly. | |
EFI_DEVICE_ERROR | A device error occurred. | |
EFI_NOT_FOUND | A recovery DXE capsule cannot be found. |
typedef struct _EFI_PEI_RECOVERY_MODULE_PPI EFI_PEI_RECOVERY_MODULE_PPI |