Set SoC Environment Variable
更新时间: 2026/08/06
在Gitcode上查看源码

Set SoC Environment Variable

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

Set SoC environment variables.

Privilege

Permissions vary depending on parameters. For details about parameters and permissions, see Table 1 Parameters for setting the SoC environment variable.

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command=80h
2Parameter Selector, function number, Table 1
3Data Length
4:NFor details about configuration parameter data, see Table 1.

Response Information

ByteData Field
1Completion Code

Table 1 Parameters for setting the SoC environment variables

ParameterOperation Rights#Parameter DataDescription
Set Host GmacBasicSetting01hRequest:
data3: Data Length 7
data4: HostGmacIndex
data[5-10]: MacAddr
NA
Set Coprocessor Boot Mem LimitSecurityMgmt02hRequest:
data3: Data Length 4
data[4-7]: MemSize
For equipment use only

Command Example

Set the GMAC address of the SoC environment variable.

Request:

bash
ipmitool raw 0x30 0x90 0x01 0x06 0x60 0x61 0x62 0x63 0x64 0x65

Response:

text

Back to Index