| Field | Value |
|---|---|
| Index | 422 |
| Module | LnvPeiStatusCode |
| Size | 1,956 bytes (PE32 .text: 536 / .rdata: 720 / .data: 17 / .reloc: 28) |
| Phase | PEI |
| Functions | ~10 |
LnvPeiStatusCode is a Lenovo-proprietary PEIM that provides status code reporting services during the PEI phase. It supplies memory manipulation primitives (set, copy, fill) used to format and deliver status code payloads. The module is minimal -- 536 bytes of .text -- reflecting its role as a thin wrapper around the PEI status code infrastructure.
SetMem / SetMem32 -- Memory fill helpers for status code buffersCopyMem -- Overlapping-safe memory copy for payload assemblyFillDwordArray -- Dword-aligned array initialization