Skip to content
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

[Code] BIOS feature driver supports loading defaults #15

Open
nicklela opened this issue May 30, 2023 · 2 comments
Open

[Code] BIOS feature driver supports loading defaults #15

nicklela opened this issue May 30, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@nicklela
Copy link
Contributor

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

@nicklela nicklela self-assigned this May 30, 2023
@nicklela nicklela added the enhancement New feature or request label May 30, 2023
@changab
Copy link
Member

changab commented May 30, 2023

Lets discuss this in the call.

@nicklela
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants