Set PEF Configuration Parameters
更新时间: 2025/06/26
在Gitcode上查看源码

12h — Set PEF Configuration Parameters

Change History

openUBMC VersionRevision DateAuthorDescription
25.062025/06/26pengqiang-gsInitial draft, add command details

Basic Information

Function Description

Sets PEF configuration parameters and event strings.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
1Parameter selector
[7] - reserved
[6:0] - Parameter selector
2Configuration parameter data, per PEF Configuration Parameters.

Response Information

ByteData Field
1Completion Code. Generic plus the following command-specific completion codes:
80h = parameter not supported.
81h = attempt to set the 'set in progress' value (in parameter #0) when not in the 'set complete' state. (This completion code provides a way to recognize that another party has already 'claimed' the parameters)
82h = attempt to write read-only parameter
83h = attempt to read write-only parameter

Command Examples

Example 1: Set PEF Configuration Parameters

  • Request:
  • Response:

Back to Index