meta-facebook: yosemite5: add MCTP setup services for PLDM support
Add services to set up MCTP link and assign static EIDs on the Yosemite5 platform. This enables PLDM over MCTP over I2C for sensor
meta-facebook: yosemite5: add MCTP setup services for PLDM support
Add services to set up MCTP link and assign static EIDs on the Yosemite5 platform. This enables PLDM over MCTP over I2C for sensor readings and firmware update functionality.
Tested on Yosemite5 with the following command to verify MCTP setup: ``` root@bmc:~# busctl tree au.com.codeconstruct.MCTP1 └─ /au └─ /au/com └─ /au/com/codeconstruct └─ /au/com/codeconstruct/mctp1 ├─ /au/com/codeconstruct/mctp1/interfaces │ ├─ /au/com/codeconstruct/mctp1/interfaces/lo │ └─ /au/com/codeconstruct/mctp1/interfaces/mctpi2c4 └─ /au/com/codeconstruct/mctp1/networks └─ /au/com/codeconstruct/mctp1/networks/1 └─ /au/com/codeconstruct/mctp1/networks/1/endpoints ├─ /au/com/codeconstruct/mctp1/networks/1/endpoints/10 └─ /au/com/codeconstruct/mctp1/networks/1/endpoints/8 ```
Change-Id: I7e63bb7c6e93eced374975302f7733488289f16a Signed-off-by: Kevin Tung <kevin.tung.openbmc@gmail.com>
show more ...
|