This function parses firmware driver event logs irrelevant to secure boot
|
func ParseSecurebootState(events []tcg.Event, registerCfg registerConfig) (*SecurebootState, error) { |
.
Now with the new method
EfiDriverState extracting EFI driver information, the duplicated firmware driver parsing logics should be removed from
ParseSecureBootState
This function parses firmware driver event logs irrelevant to secure boot
go-eventlog/extract/secureboot.go
Line 108 in cec9cd6
Now with the new method
EfiDriverStateextracting EFI driver information, the duplicated firmware driver parsing logics should be removed fromParseSecureBootState