Skip to content

Commit adae6c3

Browse files
committed
intel/metadata: pretty print specific key manifests
This allows for better distinguishing them. Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 8a127a6 commit adae6c3

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

pkg/intel/metadata/bg/bgkey/manifest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
"github.com/linuxboot/fiano/pkg/intel/metadata/bg"
1515
)
1616

17+
// PrettyString: BG Key Manifest
1718
type Manifest struct {
1819
bg.StructInfo `id:"__KEYM__" version:"0x10"`
1920
KMVersion uint8 `json:"kmVersion"`

pkg/intel/metadata/bg/bgkey/manifest_manifestcodegen.go

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

pkg/intel/metadata/cbnt/cbntkey/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/linuxboot/fiano/pkg/intel/metadata/cbnt"
1515
)
1616

17-
// PrettyString: Key Manifest
17+
// PrettyString: CBnT Key Manifest
1818
type Manifest struct {
1919
cbnt.StructInfo `id:"__KEYM__" version:"0x21" var0:"0" var1:"0"`
2020

pkg/intel/metadata/cbnt/cbntkey/manifest_manifestcodegen.go

Lines changed: 1 addition & 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)