-
Notifications
You must be signed in to change notification settings - Fork 135
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] Restore TPL requirements for WaitForEvent() #1049
[REBASE&FF][202405] Restore TPL requirements for WaitForEvent() #1049
Conversation
33e5d06
to
3c79382
Compare
3c79382
to
00a1e89
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.
Since there is only one commit in the PR, the title can be updated to be relevant to the PR.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/202405 #1049 +/- ##
=================================================
Coverage ? 0.89%
=================================================
Files ? 938
Lines ? 316208
Branches ? 2288
=================================================
Hits ? 2826
Misses ? 313351
Partials ? 31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
8c96cd4
to
c5dc9a6
Compare
c8e90e0
to
7455db5
Compare
Restore TPL Requirements for WaitForEvent() and allow a platform to conditionally install a protocol that provides an interface to the internal WaitForEvent() that does not have TPL requirements.
7455db5
to
bf96a2f
Compare
Description
Restores TPL requirements for WaitForEvent as removed in c3acc1f to ensure the Event based Self Certification Tests (SCT)s pass, but allow a platform to produce a wait for event protocol that does not have the TPL_APPLICATION requirements.
Includes:
47273abc00
Impacts functionality?
Impacts security?
flow, or firmware?
validation improvement, ...
Breaking change?
in build or boot behavior?
a function in a new library class in a pre-existing module, ...
Includes tests?
Includes documentation?
outside direct code modifications (and comments)?
on an a separate Web page, ...
How This Was Tested
202311
Integration Instructions
202311