We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per BIOS schema 1.2.0, attribute "ResetBiosToDefaultsPending" will be set by BMC while user issue POST to action: #Bios.ResetBios.
The text was updated successfully, but these errors were encountered:
Lets discuss this in the call.
Sorry, something went wrong.
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
nicklela
No branches or pull requests
Per BIOS schema 1.2.0, attribute "ResetBiosToDefaultsPending" will be set by BMC while user issue POST to action: #Bios.ResetBios.
The text was updated successfully, but these errors were encountered: