| /openbmc/pldm/platform-mc/test/ |
| H A D | terminus_test.cpp | 13 2, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST() 16 EXPECT_EQ(false, t1.doesSupportType(PLDM_PLATFORM)); in TEST() 18 EXPECT_EQ(true, t2.doesSupportType(PLDM_PLATFORM)); in TEST() 34 1, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST() 118 1, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST() 238 1, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST() 360 1, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST()
|
| H A D | terminus_manager_test.cpp | 271 (1 << (PLDM_BASE % 8)) + (1 << (PLDM_PLATFORM % 8)) + in TEST_F() 291 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_PLATFORM)); in TEST_F() 324 uint8_t byte0 = (1 << (PLDM_BASE % 8)) + (1 << (PLDM_PLATFORM % 8)) + in TEST_F() 476 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_PLATFORM)); in TEST_F() 493 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_PLATFORM, in TEST_F() 496 PLDM_PLATFORM, PLDM_PLATFORM_EVENT_MESSAGE)); in TEST_F() 498 PLDM_PLATFORM, PLDM_POLL_FOR_PLATFORM_EVENT_MESSAGE)); in TEST_F() 500 PLDM_PLATFORM, PLDM_EVENT_MESSAGE_SUPPORTED)); in TEST_F() 502 PLDM_PLATFORM, PLDM_EVENT_MESSAGE_BUFFER_SIZE)); in TEST_F() 503 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_PLATFORM, in TEST_F() [all …]
|
| H A D | platform_manager_test.cpp | 42 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F() 48 uint8_t type = PLDM_PLATFORM; in TEST_F() 192 EXPECT_EQ(true, terminus->doesSupportCommand(PLDM_PLATFORM, PLDM_GET_PDR)); in TEST_F() 208 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F() 214 uint8_t type = PLDM_PLATFORM; in TEST_F() 369 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F() 375 uint8_t type = PLDM_PLATFORM; in TEST_F() 507 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F()
|
| H A D | event_manager_test.cpp | 49 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F() 178 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F() 184 uint8_t type = PLDM_PLATFORM; in TEST_F() 202 EXPECT_EQ(true, termini[tid]->doesSupportCommand(PLDM_PLATFORM, in TEST_F() 205 PLDM_PLATFORM, PLDM_EVENT_MESSAGE_BUFFER_SIZE)); in TEST_F() 207 PLDM_PLATFORM, PLDM_EVENT_MESSAGE_SUPPORTED)); in TEST_F() 209 termini[tid]->doesSupportCommand(PLDM_PLATFORM, PLDM_GET_PDR)); in TEST_F() 211 PLDM_PLATFORM, PLDM_GET_PDR_REPOSITORY_INFO)); in TEST_F() 409 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | base.cpp | 34 {PLDM_PLATFORM, 58 {PLDM_PLATFORM, {0x00, 0xf0, 0xf2, 0xf1}},
|
| H A D | platform.cpp | 1036 eid, instanceId, PLDM_PLATFORM, PLDM_SET_EVENT_RECEIVER, in setEventReceiver() 1133 eid, instanceId, PLDM_PLATFORM, PLDM_PLATFORM_EVENT_MESSAGE,
|
| /openbmc/pldm/platform-mc/ |
| H A D | platform_manager.cpp | 59 if (terminus->doesSupportCommand(PLDM_PLATFORM, PLDM_GET_PDR)) in initTerminus() 83 if (!terminus->doesSupportCommand(PLDM_PLATFORM, in initTerminus() 136 if (!terminus->doesSupportCommand(PLDM_PLATFORM, in configEventReceiver() 164 if (!terminus->doesSupportCommand(PLDM_PLATFORM, PLDM_SET_EVENT_RECEIVER)) in configEventReceiver() 234 if (terminus->doesSupportCommand(PLDM_PLATFORM, in getPDRs() 399 auto rc = encode_pldm_header_only(PLDM_REQUEST, 0, PLDM_PLATFORM, in getPDRRepositoryInfo()
|
| H A D | dbus_to_terminus_effecters.cpp | 603 mctpEid, instanceId, PLDM_PLATFORM, PLDM_SET_NUMERIC_EFFECTER_VALUE, in setTerminusNumericEffecter() 684 mctpEid, instanceId, PLDM_PLATFORM, PLDM_SET_STATE_EFFECTER_STATES,
|
| /openbmc/libpldm/src/dsp/ |
| H A D | platform.c | 188 header.pldm_type = PLDM_PLATFORM; in encode_set_state_effecter_states_resp() 220 header.pldm_type = PLDM_PLATFORM; in encode_set_state_effecter_states_req() 364 header.pldm_type = PLDM_PLATFORM; in encode_get_pdr_resp() 408 header.pldm_type = PLDM_PLATFORM; in encode_get_pdr_repository_info_req() 429 header.pldm_type = PLDM_PLATFORM; in encode_get_pdr_repository_info_resp() 602 header.pldm_type = PLDM_PLATFORM; in encode_get_pdr_req() 798 header.pldm_type = PLDM_PLATFORM; in encode_set_numeric_effecter_value_resp() 830 header.pldm_type = PLDM_PLATFORM; in encode_set_numeric_effecter_value_req() 912 header.pldm_type = PLDM_PLATFORM; in encode_get_state_sensor_readings_resp() 944 header.pldm_type = PLDM_PLATFORM; in encode_get_state_sensor_readings_req() [all …]
|
| /openbmc/libpldm/src/oem/ibm/ |
| H A D | platform.c | 46 header.pldm_type = PLDM_PLATFORM; in encode_bios_attribute_update_event_req()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | platform_oem_ibm.cpp | 111 eid, instanceId, PLDM_PLATFORM, PLDM_PLATFORM_EVENT_MESSAGE, in sendBiosAttributeUpdateEvent()
|
| H A D | oem_ibm_handler.cpp | 624 mctp_eid, instanceId, PLDM_PLATFORM, PLDM_PLATFORM_EVENT_MESSAGE, in sendEventToHost()
|
| /openbmc/pldm/oem/ibm/host-bmc/ |
| H A D | host_lamp_test.cpp | 158 mctp_eid, instanceId, PLDM_PLATFORM, PLDM_SET_STATE_EFFECTER_STATES, in setHostStateEffecter()
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_base_cmd.cpp | 27 {"base", PLDM_BASE}, {"platform", PLDM_PLATFORM}, {"bios", PLDM_BIOS}, 388 case PLDM_PLATFORM: in printPldmCommands()
|
| H A D | pldm_platform_cmd.cpp | 95 encode_pldm_header_only(PLDM_REQUEST, instanceId, PLDM_PLATFORM, in createRequestMsg()
|
| /openbmc/pldm/host-bmc/ |
| H A D | dbus_to_event_handler.cpp | 75 mctp_eid, instanceId, PLDM_PLATFORM, PLDM_PLATFORM_EVENT_MESSAGE, in sendEventMsg()
|
| H A D | host_pdr_handler.cpp | 231 mctp_eid, instanceId, PLDM_PLATFORM, PLDM_GET_PDR, in getHostPDR() 463 mctp_eid, instanceId, PLDM_PLATFORM, PLDM_PLATFORM_EVENT_MESSAGE, in parseStateSensorPDRs() 953 mctp_eid, instanceId, PLDM_PLATFORM, in getFRURecordTableMetadataByRemote()
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | base.h | 26 PLDM_PLATFORM = 0x02, enumerator
|
| /openbmc/pldm/pldmd/ |
| H A D | pldmd.cpp | 353 invoker.registerHandler(PLDM_PLATFORM, std::move(platformHandler)); in main()
|