Set DIMM Info
更新时间: 2026/08/06
在Gitcode上查看源码

Set DIMM Info

Change History

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

Basic Information

Function Description

This command is used to set memory types and additional information.

This command is used by the BIOS to notify the BMC of various types of DIMMs and related auxiliary information. The information cannot be displayed on the SMBIOS.

Privilege

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: 2 Ah
5DIMM num
Specifies the number of DIMMs whose memory information is displayed in the IPMI message.
6Length of the first piece of memory information (starting from the DIMM type)
7DIMM Type
Memory type
1: common memory
2:AEP
3:NVDIMM
8~10First memory location
Byte 8: CPU ID or node ID
Byte 9: channel ID
Byte 10: DIMM ID
(11-N)Other information about the first memory record
For NVDIMM:
Byte 11: indicates the presence information about a supercapacitor.
1: yes
0: not in position
Other memory:
None. Leave it blank.
N+1Length of the second piece of DIMM information
N+2Type of the second DIMM
N+3~N+5Position of the second DIMM
(N+6~M)Other information about the second DIMM
~Other DIMM information 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 slot ID of common DIMM DIMM000.

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index