Open nicklela opened 2 years ago
Lets discuss this in the call.
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
Per BIOS schema 1.2.0, attribute "ResetBiosToDefaultsPending" will be set by BMC while user issue POST to action: #Bios.ResetBios.