forked from openbmc/openpower-vpd-parser
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement vpd-tool mfgClean stub (#561)
This commit implements vpd-tool mfgClean stub which allows the user to select --mfgClean option. The actual implementation of mfgClean is yet to be implemented. Test: ``` root@p10bmc:/tmp# ./vpd-tool --mfgClean --yes root@p10bmc:~# echo $? 0 root@p10bmc:/tmp# ./vpd-tool --mfgClean This option resets some of the system VPD keywords to their default values. Do you really wish to proceed further?[yes/no]:yes root@p10bmc:~# echo $? 0 ``` Change-Id: I472c1000ad2fd769a28d11b93cb52687628a215b Signed-off-by: Souvik Roy <souvik.roy10@ibm.com>
- Loading branch information
Souvik Roy
committed
Jan 10, 2025
1 parent
e9cdb93
commit f80293a
Showing
3 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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