bmcweb: Enable BIOS Attribute Registry#49
Merged
Conversation
Collaborator
Author
ASADULLAHAMDGIT
approved these changes
Jan 22, 2026
8b3d36e to
da9ca1e
Compare
Collaborator
Author
|
FWDEV-148009-test-021126.1.txt Had a conversation with @changab . This change is sufficient for this ask. HTTP PATCH ask would be assigned as part of |
da9ca1e to
e890c36
Compare
aasboddu
approved these changes
Feb 21, 2026
changab
reviewed
Feb 21, 2026
redfish-core/lib/bios.hpp
Outdated
| asyncResp->res.jsonValue["Id"] = "BiosAttributeRegistry"; | ||
| asyncResp->res.jsonValue["Name"] = "BIOS Attribute Registry File"; | ||
| asyncResp->res.jsonValue["Description"] = "BIOS Attribute Registry File Location"; | ||
| asyncResp->res.jsonValue["Registry"] = "BiosAttributeRegistry.1.0.0"; |
There was a problem hiding this comment.
Is that ok to have version 1.4.0 of AttirbuteRegistry here? There could be some new fields we can leverage for the BIOS attribute characteristics.
Collaborator
Author
There was a problem hiding this comment.
I will change BiosAttributeRegistry.1.0.0 to BiosAttributeRegistry.1.4.0. Would that suffice?
When we are ready to accept HTTP PATCH requests, we can ascertain that fields as part of 1.4.0
are accepted.
8c0a088 to
0f53c88
Compare
Collaborator
Author
Add BIOS Attribute Registry member to the existing registries members and make BIOS attributes available. Signed-off-by: Shirish Pargaonkar <Shirish.Pargaonkar@amd.com>
Collaborator
Author
0f53c88 to
9e110ac
Compare
srgovard
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add BIOS Attribute Registry member to the existing registries members and make BIOS attributes available.