Skip to content

Commit

Permalink
Change the entity type for CMC from 63 to 62 (ibm-openbmc#258)
Browse files Browse the repository at this point in the history
Tested By:

1. With change powered on the system
2. Checked that pldm generated the dbus object for CMC FRU
3. Checked that pldm generated the dbus object for CMC LED's
4. Checked the redfish Assembly schema & found the CMC with the
   correct location code.

Signed-off-by: Manojkiran Eda <[email protected]>
  • Loading branch information
manojkiraneda authored May 26, 2022
1 parent 8e4fcfb commit af7af5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host-bmc/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const std::map<EntityType, EntityName> entityMaps = {
{PLDM_ENTITY_PROC | 0x8000, "core"},
{PLDM_ENTITY_IO_MODULE, "io_module"},
{PLDM_ENTITY_FAN, "fan"},
{PLDM_ENTITY_SYS_MGMT_MODULE, "system_management_module"},
{PLDM_ENTITY_MODULE, "system_management_module"},
{PLDM_ENTITY_POWER_CONVERTER, "power_converter"},
{PLDM_ENTITY_SLOT, "slot"},
{PLDM_ENTITY_CONNECTOR, "connector"},
Expand Down

0 comments on commit af7af5f

Please sign in to comment.