flows

package
v2.7.1-0...-5f38440 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: BSD-3-Clause Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AMDGenoaVerificationFailure = NewFlow("AMDGenoaVerificationFailure", types.Steps{
	commonsteps.SetFlow(AMDGenoaLocality0),
})
View Source
var AMDGenoaVerificationFailureV2 = NewFlow("AMDGenoaVerificationFailureV2", types.Steps{
	commonsteps.SetFlow(AMDGenoaLocality0V2),
})
View Source
var AMDMilanLegacyLocality0 = NewFlow("AMDMilanLegacyLocality0", types.Steps{
	commonsteps.Panic("this case is not implemented, yet"),
})
View Source
var AMDMilanLegacyLocality3 = NewFlow("AMDMilanLegacyLocality3", types.Steps{
	commonsteps.Panic("this case is not implemented, yet"),
})
View Source
var AMDMilanLocality0 = NewFlow("AMDMilanLocality0", types.Steps{
	commonsteps.Panic("this case is not implemented, yet"),
})
View Source
var AMDMilanLocality3 = NewFlow("AMDMilanLocality3", types.Steps{

	commonsteps.SetFlow(AMDGenoaLocality3),
})

DXE represents the steps of the DXE

View Source
var IntelCBnTFailure = NewFlow("IntelCBnTFailure", types.Steps{
	commonsteps.SetFlow(IntelLegacyTXTDisabled),
})
View Source
var IntelLegacyTXTDisabled = NewFlow("IntelLegacyTXTDisabled", types.Steps{
	commonsteps.SetFlow(PEI),
})
View Source
var IntelLegacyTXTEnabledTPM12 = NewFlow("IntelLegacyTXTEnabledTPM12", types.Steps{
	commonsteps.Panic("legacy TXT flow for TPM1.2 is not implemented"),
})

Functions

func All

func All() []types.Flow

All return all known flows.

func GetFlowByName

func GetFlowByName(name string) (types.Flow, bool)

GetFlowByName returns a Flow given its name.

The second value is false if there is no such flow.

func NewFlow

func NewFlow(name string, steps types.Steps) types.Flow

NewFlow adds a flow into the registry

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL