| Index | Module | Size | Phase |
|---|---|---|---|
| 0415 | FsRecovery.efi | 0x52A0 (21152 bytes) | PEI |
This PEIM implements file system-based BIOS recovery during the PEI phase. At 77 functions, it is the largest of the PEI recovery modules. It provides file system drivers and recovery media access logic for discovering and loading recovery capsule images from formatted volumes (FAT partitions on disks or USB media). It handles media enumeration, file system volume opening, and file read operations within the constrained PEI environment.
ModuleEntryPoint -- UEFI PEI entry point, dispatches to FsRecovery logicZeroMem / CopyMem / SetMem / SetMem32 -- Memory utility functions (77 total functions)