diff options
Diffstat (limited to 'IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h b/IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h index 7ed3217134..2139d158bf 100644 --- a/IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h +++ b/IntelFrameworkPkg/Include/Ppi/DeviceRecoveryModule.h @@ -1,5 +1,12 @@ /** @file
This file declares Device Recovery Module PPI.
+ The interface of this PPI does the following:
+ - Reports the number of recovery DXE capsules that exist on the associated device(s)
+ - Finds the requested firmware binary capsule
+ - Loads that capsule into memory
+ A device can be either a group of devices, such as a block device, or an individual device.T he
+ module determines the internal search order, with capsule number 1 as the highest load priority and
+ number N as the lowest priority.
Copyright (c) 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
|