| /openbmc/pldm/platform-mc/test/ |
| H A D | terminus_test.cpp | 11 auto t1 = pldm::platform_mc::Terminus(1, 1 << PLDM_BASE, event); in TEST() 13 2, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST() 15 EXPECT_EQ(true, t1.doesSupportType(PLDM_BASE)); in TEST() 17 EXPECT_EQ(true, t2.doesSupportType(PLDM_BASE)); in TEST() 25 auto t1 = pldm::platform_mc::Terminus(tid, 1 << PLDM_BASE, event); 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() 290 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_BASE)); in TEST_F() 324 uint8_t byte0 = (1 << (PLDM_BASE % 8)) + (1 << (PLDM_PLATFORM % 8)) + in TEST_F() 475 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_BASE)); in TEST_F() 480 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, PLDM_SET_TID)); in TEST_F() 481 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_TID)); in TEST_F() 483 termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_PLDM_VERSION)); in TEST_F() 485 termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_PLDM_TYPES)); in TEST_F() 487 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, in TEST_F() 489 EXPECT_EQ(false, termini[1]->doesSupportCommand(PLDM_BASE, in TEST_F() [all …]
|
| H A D | platform_manager_test.cpp | 42 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F() 208 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F() 369 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F() 488 tid, 1 << PLDM_BASE, event); 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() 409 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F()
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | base.cpp | 31 {PLDM_BASE, 57 {PLDM_BASE, {0x00, 0xf0, 0xf0, 0xf1}},
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_base_cmd.cpp | 27 {"base", PLDM_BASE}, {"platform", PLDM_PLATFORM}, {"bios", PLDM_BIOS}, 154 fillCompletionCode(cc, data, PLDM_BASE); in parseResponseMsg() 231 fillCompletionCode(cc, data, PLDM_BASE); in parseResponseMsg() 385 case PLDM_BASE: in printPldmCommands()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | base.c | 313 header.pldm_type = PLDM_BASE; in encode_get_version_req() 344 header.pldm_type = PLDM_BASE; in encode_get_version_resp() 563 if (*pldm_type != PLDM_BASE && *pldm_type != PLDM_FILE) { in decode_multipart_receive_req() 601 header.pldm_type = PLDM_BASE; in encode_pldm_base_multipart_receive_req() 698 header.pldm_type = PLDM_BASE; in encode_base_multipart_receive_resp() 815 header.pldm_type = PLDM_BASE; in encode_pldm_base_negotiate_transfer_params_req() 864 header.pldm_type = PLDM_BASE; in encode_pldm_base_negotiate_transfer_params_resp()
|
| /openbmc/libpldm/src/ |
| H A D | control.c | 247 if (hdr.pldm_type != PLDM_BASE) { in pldm_control_handle_msg() 299 rc = pldm_control_add_type(control, PLDM_BASE, &PLDM_BASE_VERSIONS, in pldm_control_setup()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | base.cpp | 439 uint8_t pldmType = PLDM_BASE; in TEST() 440 uint8_t retType = PLDM_BASE; in TEST() 545 constexpr uint8_t kPldmType = PLDM_BASE; in TEST() 647 constexpr uint8_t kPldmType = PLDM_BASE; in TEST() 679 constexpr uint8_t kPldmType = PLDM_BASE; in TEST() 720 PLDM_BASE, PLDM_XFER_FIRST_PART, 0x01, 0x10, 0x00, 0x10}; in TEST() 726 PLDM_BASE, PLDM_XFER_FIRST_PART, in TEST() 755 PLDM_BASE, PLDM_XFER_FIRST_PART, 0x01, 0x10, 0x00, 0x10}; in TEST() 779 PLDM_BASE, PLDM_XFER_FIRST_PART, 0x01, 0x10, 0x00, 0x10}; in TEST() 1262 EXPECT_EQ(request->hdr.type, PLDM_BASE); in TEST() [all …]
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_base_test.cpp | 79 uint8_t pldmType = PLDM_BASE; in TEST_F()
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | base.h | 24 PLDM_BASE = 0x00, enumerator
|
| /openbmc/pldm/pldmd/ |
| H A D | pldmd.cpp | 355 invoker.registerHandler(PLDM_BASE, std::move(baseHandler)); in main()
|