github.com/linuxboot/fiano@v1.2.0/pkg/intel/metadata/bg/bgbootpolicy/pm.go (about)

     1  // Copyright 2017-2023 the LinuxBoot Authors. All rights reserved
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:generate manifestcodegen
     6  
     7  package bgbootpolicy
     8  
     9  type PM struct {
    10  	StructInfo `id:"__PMDA__" version:"0x10"`
    11  	DataSize   uint16 `json:"pcDataSize"`
    12  	Data       []byte `json:"pcData"`
    13  }