Provides ability for the user to view and modify the BIOS setup configuration parameters remotely via BMC at any Host state. Modifications to the parameters take place upon the next system reboot or immediate based on the host firmware.
Please refer to the design for more details.
Remote BIOS Configuration (RBC) service exposes D-Bus methods for BIOS settings management operations.
/xyz/openbmc_project/bios_config/manager
Methods:
SetAttribute
-To set the particular BIOS attribute with new value.GetAttribute
-To get the bios attribute current and pending values.Properites:
ResetBIOSSettings
- To reset the BIOS settings based on the Reset Flag.BaseBiosTable
- To store all bios attributes details.PendingAttributes
- To store pending bios Atrributes list./xyz/openbmc_project/bios_config/password
Methods:
ChangePassword
- To change BIOS setup password.Properities:
PasswordInitialized
- To indicate BIOS password related details are received or not.