openbmc icon indicating copy to clipboard operation
openbmc copied to clipboard

is there pldm and ncsi support available?

Open mb2rohit opened this issue 6 years ago • 4 comments

i looked at the code, i can see, only mctp over i2c code is available, but README doesn't say any thing about its availability, i just wanted to know if it is working and also if PLDM over MCTP, NCSI over MCTP support is also available?

mb2rohit avatar Jul 09 '17 15:07 mb2rohit

+1

I found this small MCTP example : ./meta-facebook/meta-fbttn/recipes-fbttn/fblibs/files/mctp/mctp.c

Is this example known to respect the MCTP standard?

From my understanding, MCTP over I2C requires to use only SMBUS Block Write protocol, with PEC enabled, and it need both side to have a slave address to enable bi-directionnal communications. The example does not seems to receive MCTP response this way, and I do not see the PEC byte in the requests packets!

gmissonnier avatar Jan 04 '18 13:01 gmissonnier