Skip to content

Commit 22aff9b

Browse files
zaolinChriMarMe
authored andcommitted
Correct PMDA parsing
Signed-off-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
1 parent 81e7fdb commit 22aff9b

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

pkg/intel/metadata/bg/bootpolicy/pm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ package bootpolicy
88

99
type PM struct {
1010
StructInfo `id:"__PMDA__" version:"0x10"`
11+
DataSize uint16 `json:"pcDataSize"`
1112
Data []byte `json:"pcData"`
1213
}

pkg/intel/metadata/bg/bootpolicy/pm_manifestcodegen.go

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)