Expand description
Abstractions to support pluggable UEFI nvram storage backends (e.g: in memory, file backed, etc…)
Modules§
- in_
memory - Provides an in-memory implementation of
NvramStorage
that doesn’t automatically persist to disk.
Structs§
- EFI_
TIME - UEFI Time Structure
Enums§
Traits§
- Inspectable
Nvram Storage - Extends
NvramStorage
with a bound onInspect
- Nvram
Storage - Abstraction over persistent nvram variable storage (e.g: in-memory, file-backed, vmgs-backed, etc.).