-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create version check function #32
Conversation
If you run
Currently the compare command uses the first one. But that's a bit verbose. How about the check just the |
43d80e4
to
7ea4ab0
Compare
I rebased onto #51, rebased conflicts and force-pushed. |
I fixed it for TGL, didn't try it on TGL or in UEFI shell yet. |
@kiram9 I implemented AC side checking like this.
|
bafc284
to
fb920e6
Compare
This will check if versions match and return 0 if match or 1 if not match. This can run in UEFI shell etc. Signed-off-by: Kieran Levin <[email protected]>
Make sure it's the active one, and use base version on TGL. Signed-off-by: Daniel Schaefer <[email protected]>
Signed-off-by: Daniel Schaefer <[email protected]>
Signed-off-by: Daniel Schaefer <[email protected]>
fb920e6
to
33e8db8
Compare
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.
A bit messy but let's get it in now, so we don't have to deal with more conflicts later.
Signed-off-by: Daniel Schaefer <[email protected]>
33e8db8
to
69c97b0
Compare
This will check if versions match and return 0 if match or 1 if not match.
This can run in UEFI shell etc.