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