-
Notifications
You must be signed in to change notification settings - Fork 20
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
Vpd tool write keyword #499
base: 1110
Are you sure you want to change the base?
Conversation
0e4ffd1
to
66171f7
Compare
66171f7
to
4792c1c
Compare
dfcecb9
to
197757b
Compare
In our current code, For Bonnell like systems, the Backup path doesn't get updated (#516) . We should mention this here? |
/** | ||
* @brief API to write keyword's value. | ||
* | ||
* This API writes keyword's value by requesting DBus service(vpd-manager) who |
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.
hosts the 'WriteKeyword' interface to update keyword's value.
WriteKeyword
is a DBus method
and not an interface
?
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.
done
Not required here, thats can independently exists as issue if so. |
197757b
to
ce1fb9e
Compare
This commit implements VpdTool class writeKeyword API, which send Dbus request to vpd-manager Dbus service, who hosts the writeKeyword method to update keyword's value. Whether the user gives Dbus object path or hardware path, primary and backup, redundant EEPROM(if any) paths will get updated with given key value. Testing: Tested for both DBus object path and EEPROM path’s, observed that keyword’s values get updated in both primary and secondary paths. Signed-off-by: Anupama B R <[email protected]>
ce1fb9e
to
59ff39e
Compare
No description provided.