#
73963328 |
| 24-Jan-2023 |
Logananth Sundararaj <logananth_s@hcl.com> |
Add HotPluggable in json file
Added xyz.openbmc_project.Inventory.Decorator.Replaceable interface in configuration file and display under Entity Manager. This configuration will be used for displayi
Add HotPluggable in json file
Added xyz.openbmc_project.Inventory.Decorator.Replaceable interface in configuration file and display under Entity Manager. This configuration will be used for displaying HotPluggable in Redfish.
Tested: Tested and verified in Facebook YosemiteV2 platform.
Change-Id: I00c9998a9bf95b1962d0282826d914cbbc52092d Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com>
show more ...
|
#
e5c473f7 |
| 27-Jan-2023 |
Kumar Thangavel <thangavel.k@hcl.com> |
Add FieldReplaceable field in twinlake.json
Added xyz.openbmc_project.Inventory.Decorator.Replaceable interface in twinlake.json configuration file and FieldReplaceable boolean field. This will disp
Add FieldReplaceable field in twinlake.json
Added xyz.openbmc_project.Inventory.Decorator.Replaceable interface in twinlake.json configuration file and FieldReplaceable boolean field. This will display FieldReplaceable in Redfish under chassis path.
Tested: Tested and verified in Facebook YosemiteV2 platform.
Change-Id: Idae9f16d14ef1938a0ec42f80d62a660e0844096 Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com>
show more ...
|
#
3ce37a1b |
| 30-Jun-2022 |
Logananth Sundararaj <logananth_s@hcl.com> |
Added new configuration for TwinLake board.
Added a new configuration to define the properties for Ipmbpower state of each host. Bus will represent the IPMB channel in which Ipmbpower state informat
Added new configuration for TwinLake board.
Added a new configuration to define the properties for Ipmbpower state of each host. Bus will represent the IPMB channel in which Ipmbpower state information will be read. which is based on IPMB sendRequest and display the Ipmbpower state using busctl in dbus-sensors repo for multi host.
Example :
root@yosemitev2:~# busctl tree xyz.openbmc_project.EntityManager `-/xyz `-/xyz/openbmc_project |-/xyz/openbmc_project/EntityManager `-/xyz/openbmc_project/inventory `-/xyz/openbmc_project/inventory/system `-/xyz/openbmc_project/inventory/system/board |-/xyz/openbmc_project/inventory/system/board/Twin_Lake_1 | |-/xyz/openbmc_project/inventory/system/board/Twin_Lake_1 /1_Twinlake |-/xyz/openbmc_project/inventory/system/board/Twin_Lake_2 | |-/xyz/openbmc_project/inventory/system/board/Twin_Lake_2 /2_Twinlake ............. ............. |-/xyz/openbmc_project/inventory/system/board/Twin_Lake_N | |-/xyz/openbmc_project/inventory/system/board/Twin_Lake_N /N_Twinlake
TESTED : Tested on Facebook YosemiteV2 hardware. Verified all the host Gpio PGood state.
Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com> Change-Id: Iaa0eb19a3a15cf675ccd0b2ee1504cb24390bf12
show more ...
|
#
b94b6ea8 |
| 28-Feb-2022 |
Jayashree Dhanapal <jayashree-d@hcl.com> |
Add a new configuration for SDR sensor
Added a new config to define the properties for SDR information. Bus will represent the IPMB channel in which SDR information will be read. Other parameters li
Add a new configuration for SDR sensor
Added a new config to define the properties for SDR information. Bus will represent the IPMB channel in which SDR information will be read. Other parameters like Name, Class, Address, Type represents the basic information for SDR.
This configuration will probe the IPMB FRU interface. IPMB FRU will provide the IPMB bus indec for each IPMB devices. If the IPMB FRU interface (xyz.openbmc_project.Ipmb.FruDevice) is detected, then SDR config will be created for each IPMB device.
Based on the number of IPMB devices detected, dbus path and IPMBDevice interface for SDR configuration will be displayed under entity-manager.
Example :
busctl tree xyz.openbmc_project.EntityManager `-/xyz `-/xyz/openbmc_project |-/xyz/openbmc_project/EntityManager `-/xyz/openbmc_project/inventory `-/xyz/openbmc_project/inventory/system `-/xyz/openbmc_project/inventory/system/board |-/xyz/openbmc_project/inventory/system/board/Twin_Lakes_1 | |-/xyz/openbmc_project/inventory/system/board/Twin_Lakes_1/ 1_Twinlake_Board ............ ............ |-/xyz/openbmc_project/inventory/system/board/Twin_Lakes_N | |-/xyz/openbmc_project/inventory/system/board/Twin_Lakes_N/ N_Twinlake_Board
TESTED: Tested on Facebook YosemiteV2 hardware for SDR in multiple IPMB bus.
Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com> Change-Id: I1ff7630365eb82cd18675b20ffe67a59a21b86b0
show more ...
|
#
10612f3f |
| 02-Nov-2022 |
Jayashree Dhanapal <jayashree-d@hcl.com> |
Add a new configuration file for Twinlake board
Added a new json file for Twinlake Board. It will probe the IPMB FRU interface (xyz.openbmc_project.Ipmb.FruDevice) for each Twinlake board.
Tested:
Add a new configuration file for Twinlake board
Added a new json file for Twinlake Board. It will probe the IPMB FRU interface (xyz.openbmc_project.Ipmb.FruDevice) for each Twinlake board.
Tested: Tested on Facebook YosemiteV2 hardware.
Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com> Change-Id: Ib48eecc0dde7747154b5068f7bcf7702922eff3c
show more ...
|