代码仓
中
Obtains the name of each CPLD chip
更新时间: 2026/08/06
在AtomGit上查看源码

Obtains the name of each CPLD chip ​

Change History ​

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

Basic Information ​

Function Description ​

Obtain the name of each CPLD chip and return it to the CPLD.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD7eh
1:3fruId supports only the mainboard CPLD: 0x00 0x02 0x00
4deviceId
5sdrType supports only the mainboard CPLD: 0x02

Response Information ​

ByteData Field
1Completion Code
2:nCpld name(ASCII)

Command Example ​

Query the CPLD name. ​

Request:

bash
ipmitool raw 0x32 0x7e 0x00 0x02 0x00 0x00 0x02

Response:

text
63 70 6c 64 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Back to Index ​