bmc-toolbox / bmclib

Library to abstract Baseboard Management Controller interaction
Apache License 2.0
189 stars 36 forks source link

SetBiosConfiguration(ctx, biosConfig) & ResetBiosConfiguration(ctx) for dell #385

Closed splaspood closed 5 months ago

splaspood commented 5 months ago

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

Adds SetBiosConfiguration() and ResetBiosConfiguration() to the dell provider.
splaspood commented 5 months ago

Pending addition of ResetBiosConfiguration() functionality, and tests.

splaspood commented 5 months ago

Added ResetBiosConfiguration() functionality. Working up some testing now..

splaspood commented 5 months ago

Nice work, mind adding in an example?

There is one, examples/bios exercises GetBiosConfiguration(), SetBiosConfiguration() and ResetBiosConfiguration()