代码仓
中
Set Chip Bitwidth
更新时间: 2026/08/06
在AtomGit上查看源码

Set Chip Bitwidth ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the memory bit width. (This command supports only in-band transmission.)

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD92h
1:3Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.
4Sub command,
Subcommand=44h, physical memory channel
If the subcommand is 56h, the reported memory channel is a logical memory channel and needs to be converted to a physical channel by the BMC.
5DIMM num: indicates the number of DIMMs whose memory information is displayed in the IPMI message.
6First memory chip bit width: 0x00-x4, 0x01-x8, 0x02-x16, 0x03-other, 0xff-invalid
7CPU ID of the first memory [7:4]
Channel ID[3:0] when Sub command is 44h
Logical Channel ID[3:0] when Sub command is 56h
8DIMM ID of the first DIMM
9First reserved field in the memory.
10Bit width of the second memory chip
11CPU ID [7:4] of the second DIMM, channel ID [3:0]
12DIMM ID of the second DIMM
13Second reserved field in the memory.
~Other memory information is filled in the preceding format.

Response Information ​

ByteData Field
1Completion Code
2:4Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.

Command Example ​

Set the memory bit width. ​

Request:

bash
ipmicmd -k "0f 00 30 92 DB 07 00 44 00" smi 0

Response:

text
0f 31 00 92 00 db 07 00

Back to Index ​