Home
last modified time | relevance | path

Searched refs:PLDM_BIOS (Results 1 – 6 of 6) sorted by relevance

/openbmc/libpldm/src/dsp/
H A Dbios.c19 header.pldm_type = PLDM_BIOS; in encode_get_date_time_req()
37 header.pldm_type = PLDM_BIOS; in encode_get_date_time_resp()
114 header.pldm_type = PLDM_BIOS; in encode_set_date_time_req()
178 header.pldm_type = PLDM_BIOS; in encode_set_date_time_resp()
226 header.pldm_type = PLDM_BIOS; in encode_get_bios_table_resp()
264 header.pldm_type = PLDM_BIOS; in encode_get_bios_table_req()
351 header.pldm_type = PLDM_BIOS; in encode_get_bios_attribute_current_value_by_handle_req()
445 header.pldm_type = PLDM_BIOS; in encode_get_bios_current_value_by_handle_resp()
490 header.pldm_type = PLDM_BIOS; in encode_set_bios_attribute_current_value_req()
572 header.pldm_type = PLDM_BIOS; in encode_set_bios_attribute_current_value_resp()
[all …]
/openbmc/pldm/platform-mc/test/
H A Dterminus_manager_test.cpp272 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F()
293 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_BIOS)); in TEST_F()
326 (1 << (PLDM_BIOS % 8)) + (1 << (PLDM_FRU % 8)); in TEST_F()
479 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_BIOS)); in TEST_F()
522 termini[1]->doesSupportCommand(PLDM_BIOS, PLDM_GET_BIOS_TABLE)); in TEST_F()
524 termini[1]->doesSupportCommand(PLDM_BIOS, PLDM_SET_BIOS_TABLE)); in TEST_F()
526 PLDM_BIOS, PLDM_SET_BIOS_ATTRIBUTE_CURRENT_VALUE)); in TEST_F()
529 PLDM_BIOS, PLDM_GET_BIOS_ATTRIBUTE_CURRENT_VALUE_BY_HANDLE)); in TEST_F()
531 termini[1]->doesSupportCommand(PLDM_BIOS, PLDM_GET_DATE_TIME)); in TEST_F()
533 termini[1]->doesSupportCommand(PLDM_BIOS, PLDM_SET_DATE_TIME)); in TEST_F()
/openbmc/pldm/libpldmresponder/
H A Dbase.cpp39 {PLDM_BIOS,
59 {PLDM_BIOS, {0x00, 0xf0, 0xf0, 0xf1}},
/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp28 {"bios", PLDM_BIOS}, {"fru", PLDM_FRU},
342 case PLDM_BIOS: in printPldmCommands()
/openbmc/libpldm/include/libpldm/
H A Dbase.h25 PLDM_BIOS = 0x03, enumerator
/openbmc/pldm/pldmd/
H A Dpldmd.cpp332 invoker.registerHandler(PLDM_BIOS, std::move(biosHandler)); in main()