MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RecoveryModule.h File Reference

Data Structures

struct  _EFI_PEI_RECOVERY_MODULE_PPI
 

Macros

#define EFI_PEI_RECOVERY_MODULE_PPI_GUID
 

Typedefs

typedef struct
_EFI_PEI_RECOVERY_MODULE_PPI 
EFI_PEI_RECOVERY_MODULE_PPI
 
typedef EFI_STATUS(EFIAPIEFI_PEI_LOAD_RECOVERY_CAPSULE )(IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_RECOVERY_MODULE_PPI *This)
 

Variables

EFI_GUID gEfiPeiRecoveryModulePpiGuid
 

Detailed Description

This file declares Recovery Module PPI. This PPI is used to find and load the recovery files.

A module that produces this PPI has many roles and is responsible for the following:

  1. Calling the driver recovery PPI EFI_PEI_DEVICE_RECOVERY_MODULE_PPI. GetNumberRecoveryCapsules() to determine if one or more DXE recovery entities exist.
  2. If no capsules exist, then performing appropriate error handling.
  3. Allocating a buffer of MaxRecoveryCapsuleSize as determined by EFI_PEI_DEVICE_RECOVERY_MODULE_PPI.GetRecoveryCapsuleInfo() or larger.
  4. Determining the policy in which DXE recovery capsules are loaded.
  5. Calling the driver recovery PPI EFI_PEI_DEVICE_RECOVERY_MODULE_PPI. LoadRecoveryCapsule() for capsule number x.
  6. If the load failed, performing appropriate error handling.
  7. Performing security checks for a loaded DXE recovery capsule.
  8. If the security checks failed, then logging the failure in a data HOB.
  9. If the security checks failed, then determining the next EFI_PEI_DEVICE_RECOVERY_MODULE_PPI.LoadRecoveryCapsule()capsule number; otherwise, go to step 11.
  10. If more DXE recovery capsules exist, then go to step 5; otherwise, perform error handling.
  11. Decomposing the capsule loaded by EFI_PEI_DEVICE_RECOVERY_MODULE_PPI. LoadRecoveryCapsule() into its components. It is assumed that the path parameters are redundant for recovery and Setup parameters are either redundant or canned.
  12. Invalidating all HOB entries for updateable firmware volume entries. This invalidation prevents possible errant drivers from being executed.
  13. Updating the HOB table with the recovery DXE firmware volume information generated from the capsule decomposition.
  14. Returning to the PEI Dispatcher.

Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Revision Reference:
This PPI is defined in UEFI Platform Initialization Specification 1.2 Errata B Volume 1: Pre-EFI Initialization Core Interface

Macro Definition Documentation

#define EFI_PEI_RECOVERY_MODULE_PPI_GUID
Value:
{ \
0xFB6D9542, 0x612D, 0x4f45, {0x87, 0x2F, 0x5C, 0xFF, 0x52, 0xE9, 0x3D, 0xCF } \
}

Typedef Documentation

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.

Parameters
PeiServicesGeneral-purpose services that are available to every PEIM.
ThisIndicates the EFI_PEI_RECOVERY_MODULE_PPI instance.
Return values
EFI_SUCCESSThe capsule was loaded correctly.
EFI_DEVICE_ERRORA device error occurred.
EFI_NOT_FOUNDA recovery DXE capsule cannot be found.

Variable Documentation

EFI_GUID gEfiPeiRecoveryModulePpiGuid