
B.1 Get Version Command
Get Version returns the IPM controller (IPMC) firmware version and Standby CPLD version. Bytes 8, 9, and A are reserved for future use.
Command |
| NetFn | Opcode | Reference |
|
|
|
|
|
|
|
Get_Version |
| 0x2E (OEM) | 0x80 | - - |
|
|
|
|
| ||
TABLE |
|
|
| ||
|
|
|
|
|
|
Type | Byte | Data Field |
|
|
|
|
|
|
|
|
|
Request data | Byte1 | 00 |
|
|
|
| Byte2 | 00 |
|
|
|
| Byte3 | 2A |
|
|
|
Response data | Byte1 | Completion code: |
|
| |
|
| 00 = OK |
|
|
|
|
| C1 = Command not supported |
| ||
|
| CC = Invalid data in request |
| ||
|
| (Refer to IPMI specification for more completion |
| ||
|
| codes) |
|
|
|
| Byte2 | 00 |
|
|
|
| Byte3 | 00 |
|
|
|
| Byte4 | 2A |
|
|
|
| Byte5 | CPLD version |
|
|
|
| Byte6 | REV1 byte of IPMC firmware |
|
| |
| Byte7 | REV2 byte of IPMC firmware |
|
| |
| Byte8 | Reserved for future use (ignore) |
| ||
| Byte9 | Reserved for future use (ignore) |
| ||
| ByteA | Reserved for future use (ignore) |
| ||
|
|
|
|
|
|