Partial Add SDR
更新时间: 2026/08/06
在Gitcode上查看源码Partial Add SDR
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Add an SDR repository.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | Storage 0Ah |
| CMD | 25h |
| 1 | Reservation ID, LS Byte. |
| 2 | Reservation ID, MS Byte. |
| 3 | Record ID, LS Byte for continuing partial add. Use 0000h for Record ID otherwise. |
| 4 | Record ID, MS Byte for continuing partial add. Use 0000h for Record ID otherwise. |
| 5 | Offset into record. |
| 6 | In progress. [7:4] - reserved [3:0] - in progress 0h = partial add in progress. 1h = last record data being transferred with this request |
| 7 | SDR Record Data |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Record ID for added record, LS Byte |
| 3 | Record ID for added record, MS Byte |
Command Example
Partially add an SDR repository.
Request:
bash
ipmicmd -k "0f 00 0a 25 00 00 00 00 00 01 00 01 00 51 01 38 20 00 01 ff 00 7f 68 01 01 72 80" smi 0Response:
text
0f 00