Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Kitsok opened this issue Dec 15, 2022 · 0 comments
Open

Comments

@Kitsok
Copy link

Kitsok commented Dec 15, 2022

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

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

No branches or pull requests

1 participant