Skip to content

IPMITOOl reorders OEM SEL's Manufacturer ID when dumping to raw file. #384

Open
PuwenHsiao opened this issue Dec 14, 2022 · 0 comments
Open

Comments

@PuwenHsiao
Copy link
Contributor

Test steps:

$ ipmitool sel clear
$ ipmitool raw 0x0a 0x44 0x00 0x00 0xdf 0x00 0x00 0x00 0x00 0x37 0x01 0x00 0x04 0x00 0x00 0x00 0x00 0x00

$ ipmitool raw 0x0a 0x44 0x00 0x00 0xdf 0x00 0x00 0x00 0x00 0x37 0x01 0x00 0x04 0x00 0x00 0x00 0x00 0x00

> 02 00
$ ipmitool raw 0x0a 0x43 0x00 0x00 0x02 0x00 0x00 0xff
>  ff ff 02 00 df 5c d2 99 63 37 01 00 04 00 00 00 00 00
$ ipmitool sel writeraw sel.bin
$ hexdump -Cv sel.bin|grep '02 00'
> 00000010  02 00 df 5c d2 99 63 00  01 37 04 00 00 00 00 00  |...\..c..7......|

00000010 02 00 df 5c d2 99 63 00 01 37 04 00 00 00 00 00 |.....c..7......|

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant