-
-
Notifications
You must be signed in to change notification settings - Fork 19
vc/dasharo/options.h: Expose descriptor writeability flag as EFI var #760
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
Conversation
fa49b4a to
2e5d7b2
Compare
4829a79 to
8c630bc
Compare
|
V540TU Capsule Update now passes. Needed to remove the HMRFPO disabling code (uncommented, to allow easy re-adding once needed again) |
13bba59 to
c50cf49
Compare
|
@SergiiDmytruk is there anything else missing here? |
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.
@SergiiDmytruk is there anything else missing here?
No (other than CI), I was doing some tests with QEMU to verify UI updates and update blocking, seems to work as expected.
|
FYI: I already bumped edk2 rev here: #762 (it is newer than the one updated here) |
Tested by booting into Ubuntu 24.04 on a NovaCustom V540TU and checking the state of the DescriptorWriteable EFI variable via efivarfs. Upstream-Status: Inappropriate [Dasharo downstream] Change-Id: Ife03e252f41a58af269f44c8e99e9c627c51c79d Signed-off-by: Michał Kopeć <[email protected]>
Don't issue HMRFPO if Capsule Update is enabled, as HMRFPO causes a global reset which corrupts capsules. Upstream-Status: Inappropriate [Dasharo downstream] Change-Id: I2dc0384360c1028d547c572f47f8a767abc61fe2 Signed-off-by: Michał Kopeć <[email protected]>
c50cf49 to
e1c904d
Compare
Also see Dasharo/edk2#274