Home
last modified time | relevance | path

Searched full:biosconfig (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/
H A Dmeson.build6 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig'
9 'xyz/openbmc_project/BIOSConfig/Common__markdown'.underscorify(),
10 input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml', ],
18 'xyz/openbmc_project/BIOSConfig/Common',
26 'xyz/openbmc_project/BIOSConfig/Manager__markdown'.underscorify(),
27 input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', ],
35 'xyz/openbmc_project/BIOSConfig/Manager',
43 'xyz/openbmc_project/BIOSConfig/Password__markdown'.underscorify(),
44 input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml', ],
52 'xyz/openbmc_project/BIOSConfig/Password',
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_systemspecific_bios_test.cpp98 BIOSConfig biosConfig(biosFilePath.c_str(), tableDir.c_str(), &dbusHandler, in TEST_F() local
100 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F()
101 auto attrTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_TABLE); in TEST_F()
102 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F()
271 BIOSConfig biosConfig("./system_type1/bios_jsons", tableDir.c_str(), in TEST_F() local
275 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F()
276 auto attrTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_TABLE); in TEST_F()
277 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F()
339 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() local
352 auto rc = biosConfig.setBIOSTable(PLDM_BIOS_STRING_TABLE, table); in TEST_F()
[all …]
H A Dlibpldmresponder_bios_config_test.cpp91 BIOSConfig biosConfig(biosFilePath.c_str(), tableDir.c_str(), &dbusHandler, in TEST_F() local
93 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F()
94 auto attrTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_TABLE); in TEST_F()
95 auto attrValueTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in TEST_F()
260 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() local
273 auto rc = biosConfig.setBIOSTable(PLDM_BIOS_STRING_TABLE, table); in TEST_F()
276 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F()
285 BIOSConfig biosConfig("./jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F() local
288 auto stringTable = biosConfig.getBIOSTable(PLDM_BIOS_STRING_TABLE); in TEST_F()
289 auto attrTable = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_TABLE); in TEST_F()
[all …]
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp10 #include <xyz/openbmc_project/BIOSConfig/Manager/server.hpp>
32 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager;
42 BIOSConfig::BIOSConfig( in BIOSConfig() function in pldm::responder::bios::BIOSConfig
65 void BIOSConfig::checkSystemTypeAvailability() in checkSystemTypeAvailability()
79 std::bind(&BIOSConfig::initBIOSAttributes, this, in checkSystemTypeAvailability()
85 void BIOSConfig::initBIOSAttributes(const std::string& systemType, in initBIOSAttributes()
108 void BIOSConfig::buildTables() in buildTables()
117 std::optional<Table> BIOSConfig::getBIOSTable(pldm_bios_table_types tableType) in getBIOSTable()
135 int BIOSConfig::setBIOSTable(uint8_t tableType, const Table& table, in setBIOSTable()
197 int BIOSConfig::checkAttributeTable(const Table& table) in checkAttributeTable()
[all …]
H A Dbios_config.hpp63 /** @class BIOSConfig
66 class BIOSConfig class
69 BIOSConfig() = delete;
70 BIOSConfig(const BIOSConfig&) = delete;
71 BIOSConfig(BIOSConfig&&) = delete;
72 BIOSConfig& operator=(const BIOSConfig&) = delete;
73 BIOSConfig& operator=(BIOSConfig&&) = delete;
74 ~BIOSConfig() = default;
76 /** @brief Construct BIOSConfig
88 explicit BIOSConfig(
H A Dbios.cpp74 biosConfig(BIOS_JSONS_DIR, BIOS_TABLES_DIR, &dbusHandler, fd, eid, in Handler()
241 biosConfig.getBIOSTable(static_cast<pldm_bios_table_types>(tableType)); in getBIOSTable()
277 rc = biosConfig.setBIOSTable(tableType, table); in setBIOSTable()
311 auto table = biosConfig.getBIOSTable(PLDM_BIOS_ATTR_VAL_TABLE); in getBIOSAttributeCurrentValueByHandle()
356 rc = biosConfig.setAttrValue(attributeField.ptr, attributeField.length, in setBIOSAttributeCurrentValue()
H A Dbios.hpp96 BIOSConfig biosConfig; member in pldm::responder::bios::Handler
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/
H A DCommon.errors.yaml1 # xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
4 # xyz.openbmc_project.BIOSConfig.Common.Error.AttributeReadOnly
7 # xyz.openbmc_project.BIOSConfig.Common.Error.InvalidCurrentPassword
10 # xyz.openbmc_project.BIOSConfig.Common.Error.PasswordNotSettable
H A DManager.interface.yaml24 - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeReadOnly
25 - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
52 - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
70 {xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String,
86 {xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer,
108 - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
109 - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeReadOnly
H A DPassword.interface.yaml25 - xyz.openbmc_project.BIOSConfig.Common.Error.PasswordNotSettable
26 - xyz.openbmc_project.BIOSConfig.Common.Error.InvalidCurrentPassword
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig/Common'
6 'xyz/openbmc_project/BIOSConfig/Common__cpp'.underscorify(),
8 '../../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml',
20 'xyz/openbmc_project/BIOSConfig/Common',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig/Password'
6 'xyz/openbmc_project/BIOSConfig/Password__cpp'.underscorify(),
8 '../../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml',
23 'xyz/openbmc_project/BIOSConfig/Password',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig/Manager'
6 'xyz/openbmc_project/BIOSConfig/Manager__cpp'.underscorify(),
8 '../../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml',
23 'xyz/openbmc_project/BIOSConfig/Manager',
/openbmc/bios-settings-mgr/
H A DREADME.md29 /xyz/openbmc_project/BIOSConfig/Manager
86 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String",
111 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
160 xyz.openbmc_project.BIOSConfig.Password
181 …/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/BIOSConfig/Manager.interfac…
H A Dmeson.build2 'biosconfig-manager',
71 'biosconfig-manager',
/openbmc/bios-settings-mgr/src/
H A Dmanager_serialize.cpp47 archive(entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in save()
49 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in save()
89 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in load()
92 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in load()
H A Dmain.cpp49 * Interface : xyz.openbmc_project.BIOSConfig.Manager in main()
58 * Interface : xyz.openbmc_project.BIOSConfig.Password in main()
H A Dpassword.cpp18 #include "xyz/openbmc_project/BIOSConfig/Common/error.hpp"
34 using namespace sdbusplus::xyz::openbmc_project::BIOSConfig::Common::Error;
239 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Password( in Password()
/openbmc/bios-settings-mgr/service_files/
H A Dxyz.openbmc_project.biosconfig_manager.service6 ExecStart=/usr/bin/biosconfig-manager
7 SyslogIdentifier=biosconfig-manager
/openbmc/openpower-proc-control/service_files/
H A Dop-clear-sys-dump-active@.service.in15 /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager \
17 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled"
H A Dop-enter-mpreboot@.service.in20 /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager \
22 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Enabled" \
/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bbappend38 RDEPENDS:${PN}-extras:append:p10bmc = " pldm openpower-hw-diags srvcfg-manager biosconfig-manager p…
40 RDEPENDS:${PN}-extras:append:witherspoon-tacoma = " pldm srvcfg-manager biosconfig-manager phosphor…
/openbmc/bios-settings-mgr/include/
H A Dpassword.hpp25 #include <xyz/openbmc_project/BIOSConfig/Password/server.hpp>
40 using Base = sdbusplus::xyz::openbmc_project::BIOSConfig::server::Password;
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomputer_system.hpp197 BIOSConfig, enumerator
404 {DecommissionType::BIOSConfig, "BIOSConfig"},
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp69 "xyz.openbmc_project.BIOSConfig.Manager";
128 if (typeDbus == "xyz.openbmc_project.BIOSConfig.Manager." in getAttrType()
133 else if (typeDbus == "xyz.openbmc_project.BIOSConfig." in getAttrType()
138 else if (typeDbus == "xyz.openbmc_project.BIOSConfig." in getAttrType()
212 "xyz.openbmc_project.BIOSConfig.Manager", "PendingAttributes"); in getPendingList()
508 "xyz.openbmc_project.BIOSConfig.Manager.ResetFlag.NoAction") in getResetBIOSSettings()
512 else if (ResetStr == "xyz.openbmc_project.BIOSConfig.Manager.ResetFlag." in getResetBIOSSettings()
517 else if (ResetStr == "xyz.openbmc_project.BIOSConfig.Manager.ResetFlag." in getResetBIOSSettings()
1188 "BIOSConfig module initialization"); in registerBIOSConfigFunctions()

12