-
Notifications
You must be signed in to change notification settings - Fork 129
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
[Rebase & FF] 202405: Add more support for Windows Capsules #1002
Merged
VivianNK
merged 4 commits into
microsoft:release/202405
from
VivianNK:personal/vnowkakeane/2405_capsules
Jul 16, 2024
Merged
[Rebase & FF] 202405: Add more support for Windows Capsules #1002
VivianNK
merged 4 commits into
microsoft:release/202405
from
VivianNK:personal/vnowkakeane/2405_capsules
Jul 16, 2024
Conversation
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
github-actions
bot
added
the
language:python
Pull requests that update Python code
label
Jun 28, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/202405 #1002 +/- ##
=================================================
Coverage ? 1.25%
=================================================
Files ? 1425
Lines ? 358731
Branches ? 4391
=================================================
Hits ? 4495
Misses ? 354175
Partials ? 61
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
VivianNK
force-pushed
the
personal/vnowkakeane/2405_capsules
branch
from
July 10, 2024 21:28
0321798
to
e25e3b5
Compare
os-d
approved these changes
Jul 10, 2024
BaseTools/Plugin/WindowsCapsuleSupportHelper/WindowsCapsuleSupportHelper.py
Outdated
Show resolved
Hide resolved
BaseTools/Plugin/WindowsCapsuleSupportHelper/WindowsCapsuleSupportHelper_plug_in.json
Outdated
Show resolved
Hide resolved
VivianNK
force-pushed
the
personal/vnowkakeane/2405_capsules
branch
from
July 15, 2024 17:26
e25e3b5
to
5e5c464
Compare
kuqin12
approved these changes
Jul 15, 2024
makubacki
reviewed
Jul 15, 2024
makubacki
reviewed
Jul 15, 2024
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLibNull.c
Outdated
Show resolved
Hide resolved
makubacki
approved these changes
Jul 15, 2024
VivianNK
force-pushed
the
personal/vnowkakeane/2405_capsules
branch
2 times, most recently
from
July 15, 2024 20:06
1820288
to
5aaf33c
Compare
Modifications to capsule infrastructure to allow persistence in media other than "warm reset doesn't destroy ram". Related work items: #17706456
- Move Capsule infrastructure to TianoCore libs rather than private. - Add the CapsulePersistLib and remove references to MsCapsuleUpdatePkg. - Add CapsulePersistLib support to DxeCapsuleLib instance. - Modify DxeCapsuleProcessLib so that UpdateImageProgress() returns sucess - Switch debug print to DEBUG_ERROR during capsule processing
VivianNK
force-pushed
the
personal/vnowkakeane/2405_capsules
branch
from
July 15, 2024 21:58
5aaf33c
to
f7c82ad
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Cherry-picked from the following commits:
621b31e
ac8ba93
8256e15
2a29c92
flow, or firmware?
validation improvement, ...
in build or boot behavior?
a function in a new library class in a pre-existing module, ...
outside direct code modifications (and comments)?
on an a separate Web page, ...
How This Was Tested
N/A
Integration Instructions
N/A