Skip to main content

Crate firmware_uefi_custom_vars

Crate firmware_uefi_custom_vars 

Source
Expand description

Types and methods for defining and layering sets of UEFI nvram variables.

Modules§

delta
Data types which define a “delta” operation on a UefiVars struct.

Structs§

BaseTemplate
A complete base template deferred as raw JSON.
BaseTemplateJson
A complete base template deferred as raw JSON.
BaseTemplateVars
A complete set of variables supplied by a built-in template.
FinalVars
A complete set of variables ready for NVRAM injection.
Sha256Digest
Signatures
UefiVar
UefiVars
Collection of UEFI nvram variables that will be injected on first boot.
UefiVarsDeltaJson
A customer-provided UEFI variable delta deferred as raw JSON.
X509Cert

Enums§

ApplyDeltaError
Signature