Module td_uefi_pi

Module td_uefi_pi 

Source
Expand description

UEFI Platform Initialization data structures and accessors.

This crate defines constants and data structures defined by the UEFI-PI Spec and needed by the td-shim project. It also provides functions to parse those data structures from raw data buffer.

Constants and data structures defined by [UEFI PI Spec] are hosted by crate::pi, functions to access them are hosted by [crate::fv] and [crate::hob].

Modulesยง

fv
Functions to access UEFI-PI defined Firmware Volumes.
hob
Functions to access UEFI-PI defined Hand-Off Block (HOB) list.
pi
Constants and Structures defined by the UEFI Platform Initialization (UEFI-PI) Spec.