# IpmiRedirFru

| Index | Module | Size | Phase |
|-------|--------|------|-------|
| 117 | IpmiRedirFru | 20,992 bytes (PE32+) | DXE_RUNTIME_DRIVER |

## Overview

IPMI FRU (Field Replaceable Unit) redirect driver that provides FRU inventory data access through the IPMI transport layer. Initializes the FRU driver and communicates with the BMC to read and manage FRU device information, supporting system inventory and asset management functions.

## Key Functions

- **FruDriverInit** -- Main FRU driver initialization
- **UefiBootServicesTableLibConstructor** -- UEFI boot services table setup
- **AssertCpuDeadLoop** -- Fatal assertion handling

## Dependencies

- IPMI transport protocol
- UEFI Boot Services
- BMC FRU device interface

## Platform

Intel Purley (Xeon Scalable) with BMC. x86-64 UEFI Runtime Driver.