| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/ |
| H A D | meson.build | 7 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig' 10 'xyz/openbmc_project/BIOSConfig/Common__markdown'.underscorify(), 12 '../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml', 26 'xyz/openbmc_project/BIOSConfig/Common', 34 'xyz/openbmc_project/BIOSConfig/Manager__markdown'.underscorify(), 36 '../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', 50 'xyz/openbmc_project/BIOSConfig/Manager', 58 'xyz/openbmc_project/BIOSConfig/Password__markdown'.underscorify(), 60 '../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml', 74 'xyz/openbmc_project/BIOSConfig/Password', [all …]
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_config.hpp | 46 class BIOSConfig class 49 BIOSConfig() = delete; 50 BIOSConfig(const BIOSConfig&) = delete; 51 BIOSConfig(BIOSConfig&&) = delete; 52 BIOSConfig& operator=(const BIOSConfig&) = delete; 53 BIOSConfig& operator=(BIOSConfig&&) = delete; 54 ~BIOSConfig() = default; 68 explicit BIOSConfig(
|
| H A D | bios_config.cpp | 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() 272 int BIOSConfig::checkAttributeValueTable(const Table& table) in checkAttributeValueTable() [all …]
|
| H A D | bios.hpp | 107 BIOSConfig biosConfig;
|
| /openbmc/bios-settings-mgr/include/ |
| H A D | secureboot.hpp | 22 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot; 86 archive(sdbusplus::xyz::openbmc_project::BIOSConfig::server:: in save() 88 sdbusplus::xyz::openbmc_project::BIOSConfig::server:: in save() 90 sdbusplus::xyz::openbmc_project::BIOSConfig::server:: in save() 109 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot:: in load() 111 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot:: in load() 113 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot::mode( in load()
|
| H A D | password.hpp | 40 using Base = sdbusplus::xyz::openbmc_project::BIOSConfig::server::Password;
|
| H A D | manager.hpp | 33 using Base = sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager;
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/ |
| H A D | meson.build | 3 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', 22 'xyz/openbmc_project/BIOSConfig/Common',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password/ |
| H A D | meson.build | 3 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', 28 'xyz/openbmc_project/BIOSConfig/Password',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager/ |
| H A D | meson.build | 3 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', 28 'xyz/openbmc_project/BIOSConfig/Manager',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/SecureBoot/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/BIOSConfig/SecureBoot' 6 'xyz/openbmc_project/BIOSConfig/SecureBoot__cpp'.underscorify(), 8 '../../../../../yaml/xyz/openbmc_project/BIOSConfig/SecureBoot.interface.yaml', 28 'xyz/openbmc_project/BIOSConfig/SecureBoot',
|
| /openbmc/bios-settings-mgr/src/ |
| H A D | manager_serialize.cpp | 29 archive(entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in save() 31 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in save() 50 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in load() 52 entry.sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager:: in load()
|
| H A D | password.cpp | 34 using namespace sdbusplus::xyz::openbmc_project::BIOSConfig::Common::Error; 239 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Password( in Password()
|
| H A D | secureboot.cpp | 16 sdbusplus::xyz::openbmc_project::BIOSConfig::server::SecureBoot( in SecureBoot()
|
| H A D | manager.cpp | 33 using namespace sdbusplus::xyz::openbmc_project::BIOSConfig::Common::Error; 317 sdbusplus::xyz::openbmc_project::BIOSConfig::server::Manager( in Manager()
|
| /openbmc/openpower-proc-control/service_files/ |
| H A D | op-clear-sys-dump-active@.service.in | 15 /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager \ 17 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled"
|
| H A D | op-enter-mpreboot@.service.in | 20 /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager \ 22 xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Enabled"
|
| /openbmc/bios-settings-mgr/ |
| H A D | README.md | 41 xyz.openbmc_project.BIOSConfig.Manager 98 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.String", 123 "attributeType": "xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer", 184 xyz.openbmc_project.BIOSConfig.Password 204 xyz.openbmc_project.BIOSConfig.SecureBoot 229 …/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/BIOSConfig/Manager.interfac… 231 …/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/BIOSConfig/SecureBoot.inter…
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_systemspecific_bios_test.cpp | 98 BIOSConfig biosConfig(biosFilePath.c_str(), tableDir.c_str(), &dbusHandler, in TEST_F() 271 BIOSConfig biosConfig("./system_type1/bios_jsons", tableDir.c_str(), in TEST_F() 339 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() 365 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() 383 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() 411 BIOSConfig biosConfig("./bios_jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F()
|
| H A D | libpldmresponder_bios_config_test.cpp | 91 BIOSConfig biosConfig(biosFilePath.c_str(), tableDir.c_str(), &dbusHandler, in TEST_F() 260 BIOSConfig biosConfig("./", tableDir.c_str(), &dbusHandler, 0, 0, nullptr, in TEST_F() 285 BIOSConfig biosConfig("./jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F() 302 BIOSConfig biosConfig("./jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F() 326 BIOSConfig biosConfig("./bios_jsons", tableDir.c_str(), &dbusHandler, 0, 0, in TEST_F()
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/ |
| H A D | README.md | 31 ### Interface xyz.openbmc_project.BIOSConfig.Password
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | computer_system.hpp | 197 BIOSConfig, enumerator 428 {DecommissionType::BIOSConfig, "BIOSConfig"},
|
| /openbmc/pldm/docs/ |
| H A D | bios_implementation.md | 15 …/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/BIOSConfig/Manager.interfac… 23 …/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/BIOSConfig/Manager.interfac…
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ |
| H A D | meson.build | 4 subdir('BIOSConfig') subdir
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |