nicklela / edk2-redfish-client-deprecated

Edk2 RedfishClientPkg workplace
Other
0 stars 0 forks source link

[Code] BIOS feature driver supports loading defaults #8

Open nicklela opened 1 year ago

nicklela commented 1 year ago

Per BIOS schema 1.2.0, attribute "ResetBiosToDefaultsPending" will be set by BMC while user issue POST to action: #Bios.ResetBios.

changab commented 1 year ago

Lets discuss this in the call.

nicklela commented 1 year ago

struct _EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL { EDKII_REDFISH_PLATFORM_CONFIG_GET_VALUE GetValue; EDKII_REDFISH_PLATFORM_CONFIG_SET_VALUE SetValue; EDKII_REDFISH_PLATFORM_CONFIG_GET_CONFIG_LANG GetConfigureLang; EDKII_REDFISH_PLATFORM_CONFIG_GET_SUPPORTED_SCHEMA GetSupportedSchema; };

Create new interface EDKII_REDFISH_PLATFORM_CONFIG_SET_DEFAULT SetDefault(); to support defaulting