Searched full:bios (Results 1 – 25 of 1418) sorted by relevance
12345678910>>...57
4 <!--# Redfish Schema: Bios v1.2.3 -->33 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Bios">37 <EntityType Name="Bios" BaseType="Resource.v1_0_0.Resource" Abstract="true">38 …Bios` schema contains properties related to the BIOS attribute registry. The attribute registry d…39 …<Annotation Term="OData.LongDescription" String="This resource shall represent BIOS attributes for…48 …<Annotation Term="OData.Description" String="The attributes in the BIOS resource can be updated."/>58 <String>/redfish/v1/Systems/{ComputerSystemId}/Bios</String>59 …ish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Bios</String>60 … <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Bios</String>66 … <Annotation Term="OData.Description" String="This action resets the BIOS attributes to default."/>[all …]
3 Documentation Module to test PLDM BIOS attribute types.13 Suite Setup PLDM BIOS Attribute Suite Setup14 Suite Teardown PLDM BIOS Attribute Suite Cleanup26 Verify Get BIOS Attribute With Invalid Attribute Name27 [Documentation] Verify get BIOS attribute with invalid attribute name.31 ${pldm_output}= pldmtool bios GetBIOSAttributeCurrentValueByHandle -a ${random_attr}35 # pldmtool bios GetBIOSAttributeCurrentValueByHandle -a hjkhkj42 Verify Set BIOS Attribute With Invalid Attribute Name43 [Documentation] Verify set BIOS attribute with invalid attribute name.47 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${random_str} -d ${random_str}[all …]
2 Documentation This suite test various BIOS attributes operations using Redfish.14 Suite Setup Redfish BIOS Suite Setup15 Suite Teardown Run Keyword And Ignore Error Redfish BIOS Suite Cleanup27 Redfish Verify Set BIOS Attribute With Invalid Attribute Name28 [Documentation] Verify set BIOS attribute with invalid attribute name using37 Redfish Verify Set Invalid Optional Value For BIOS Enumeration Attribute Type38 [Documentation] Verify set invalid optional value for BIOS enumeration attribute type50 Redfish Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type51 [Documentation] Verify set out of range integer value for BIOS integer attribute type64 Redfish Verify Set Out Of Range String Value For BIOS String Attribute Type[all …]
1 # BIOS Support3 Redfish supports the BIOS Attribute Registry, which provides users with a list4 of BIOS attributes supported in the BIOS configuration. To incorporate BIOS6 Base BIOS Table. PLDM populates the Base BIOS Table for the BIOS Config Manager7 based on BIOS JSON files. BIOS functionality is integrated into PLDM according9 [PLDM BIOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.…10 BIOS attributes, also referred to as BIOS parameters or configuration settings,13 [BIOS JSON file](https://github.com/openbmc/pldm/tree/master/oem/ibm/configurations/bios/com.ibm.Ha…15 [Base BIOS Table](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_…16 hosted by [BIOS Config Manager](https://github.com/openbmc/bios-settings-mgr).[all …]
1 # Remote BIOS Configuration7 The **biosconfig_manager** service enables users to view and modify the BIOS16 - **Remote management** of BIOS settings.18 - **Reset BIOS Settings** support through the dbus.19 - **ChangePassword** support to change the BIOS setup password.23 The Manager interface exposes methods and properties to Get & Set BIOS24 attributes via [dbus][pdi-manager-bios].46 - **SetAttribute** Sets a specific BIOS attribute to a new value.47 - **GetAttribute** Retrieves the current and pending values of a BIOS attribute.51 - **ResetBIOSSettings** To reset the BIOS settings based on the Reset Flag.[all …]