Home
last modified time | relevance | path

Searched refs:BaseBIOSTable (Results 1 – 7 of 7) sorted by relevance

/openbmc/bios-settings-mgr/
H A DREADME.md52 - **BaseBIOSTable** Captures the entire BIOS table (collective information of
55 ## Signature of `BaseBIOSTable`
57 The `BaseBIOSTable` property in the RBC Manager Interface is a complex
93 `DrdFreqLimit` & its various properties in BaseBIOSTable signature.
117 with name `BIOSSerialDebugLevel` & its various properties in BaseBIOSTable
139 ## Initialization of `BaseBIOSTable`
142 `BaseBIOSTable`. It is the responsibility of provider daemons, such as **PLDM**
146 initialize the `BaseBIOSTable` property with those settings.
153 the `BaseBIOSTable` property accordingly. This allows for flexible and custom
162 `BaseBIOSTable` would then be initialized with the attributes data from the
/openbmc/pldm/libpldmresponder/
H A Doem_handler.hpp201 const pldm::bios::BaseBIOSTable& biosTable) = 0;
H A Dbios_config.cpp519 std::variant<BaseBIOSTable> value = baseBIOSTableMaps; in updateBaseBIOSTableProperty()
566 BaseBIOSTable biosTable{}; in buildAndStoreAttrTables()
579 std::variant<BaseBIOSTable> varBiosTable{}; in buildAndStoreAttrTables()
581 biosTable = std::get<BaseBIOSTable>(varBiosTable); in buildAndStoreAttrTables()
1160 std::variant<std::string, PendingAttributes, BaseBIOSTable>; in listenPendingAttributes()
H A Dbios_config.hpp150 BaseBIOSTable baseBIOSTableMaps;
/openbmc/docs/designs/
H A Dremote-bios-configuration.md65 | +-----+-------+ +-------------+ | -BaseBIOSTable | | +<-->…
183 … Chksum. | | | Validate the XML Type 0 |--dbus-->| BaseBIOSTable
359 | | |------------------------->| (BaseBIOSTable) …
434 …| |1.Get Current attributes |<---Req-/Res--> | Read BaseBIOSTable |<-dbus-| BaseBIOSTable
437 …| |2.Get Attribute Registry |<---Req-/Res--> | Read BaseBIOSTable |<-dbus-| BaseBIOSTable
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp170 std::variant<std::string, PendingAttributes, BaseBIOSTable>; in Handler()
516 void processOEMBaseBiosTable(const BaseBIOSTable& biosTable) in processOEMBaseBiosTable()
/openbmc/pldm/common/
H A Dtypes.hpp257 using BaseBIOSTable = std::map<AttributeName, BIOSTableObj>; typedef