intel-ipmi-oem icon indicating copy to clipboard operation
intel-ipmi-oem copied to clipboard

Read FRU/ Write FRU operations failing due to changes in entty-manager

Open Kitsok opened this issue 2 years ago • 0 comments

Hello!

After recent commit to entity-manager, the bus number passed to GetRawFru, WriteFru and ReScanBus methods changed the type from uint8_t to uint16_t.

This causes fault in intel-ipmi-oem. To fix it, uint8_t need to be changed to uint16_t in the following strings:

https://github.com/openbmc/intel-ipmi-oem/blob/master/src/storagecommands.cpp#L112 https://github.com/openbmc/intel-ipmi-oem/blob/master/src/storagecommands.cpp#L116

Kitsok avatar Dec 15 '22 13:12 Kitsok