-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
SetBiosConfiguration(ctx, biosConfig) & ResetBiosConfiguration(ctx) for dell #385
Conversation
Pending addition of ResetBiosConfiguration() functionality, and tests. |
…ration(ctx) to redfishwrapper, redfish, etc.
8138a84
to
e7fbc00
Compare
Added ResetBiosConfiguration() functionality. Working up some testing now.. |
…sConfiguration and ResetBiosConfiguration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, mind adding in an example?
edit: never mind, I see the example added in 1ac1d69
There is one, examples/bios exercises GetBiosConfiguration(), SetBiosConfiguration() and ResetBiosConfiguration() |
What does this PR implement/change/remove?
This PR adds support for setting BIOS configuration values via the redfishwrapper on Dell platforms. Additionally, the ability to perform a 'factory reset' of the BIOS configuration, also for Dell platforms, is included.
Checklist
The HW vendor this change applies to (if applicable)
Dell
Description for changelog/release notes