Skip to content

Commit

Permalink
Correct PMDA parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
zaolin committed Jan 3, 2023
1 parent e36026d commit 2f4652a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/intel/metadata/bg/bootpolicy/pm.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ package bootpolicy

type PM struct {
StructInfo `id:"__PMDA__" version:"0x10"`
DataSize uint16 `json:"pcDataSize"`
Data []byte `json:"pcData"`
}
33 changes: 32 additions & 1 deletion pkg/intel/metadata/bg/bootpolicy/pm_manifestcodegen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f4652a

Please sign in to comment.