-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add new features in config editor #413
Add new features in config editor #413
Conversation
This commit provides ability to read/write variable from SUT directly. This helps users to read/write variable conveniently.
98de4a1
to
3c7275e
Compare
BoardMiscInfo.py will be used to get the basic info from SUT
6dedf4c
to
f6e8fc2
Compare
0a1ef0a
to
7beb6fe
Compare
… in status canvas. Added seperators to menu to group items so commands that are linked are more clearly visible.
7beb6fe
to
8500345
Compare
@apop5 |
hi all, |
1. show variable menu only in admin mode 2. show error log in status box if var is not del successfully
7c99ccc
to
d8aba79
Compare
@microsoft-github-policy-service agree company="Microsoft" |
hi all |
It looked good in the testing of the latest. |
## Description There is an unnecessary argument -x in the `WriteConfVarListToUefiVars.py` script in PR #413 - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested python WriteConfVarListToUefiVars.py -l test.vl and it doesn't require -x arg ## Integration Instructions N/A
Description
In this PR, we added the below new features in config editor
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
How This Was Tested
We tested on real SUT and verify each function we added.
<Describe the test(s) that were run to verify the changes.>
Integration Instructions
<Describe how these changes should be integrated. Use N/A if nothing is required.>
N/A