-
Notifications
You must be signed in to change notification settings - Fork 136
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] MpDxe: Produce MpServices protocol as a standalone Mp dxe driver #1253
[REBASE & FF] MpDxe: Produce MpServices protocol as a standalone Mp dxe driver #1253
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev/202405 #1253 +/- ##
==============================================
- Coverage 1.60% 1.60% -0.01%
==============================================
Files 1377 1379 +2
Lines 359318 359694 +376
Branches 5524 5524
==============================================
Hits 5760 5760
- Misses 353451 353827 +376
Partials 107 107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0fcf892
to
c73c7a2
Compare
c73c7a2
to
158f195
Compare
Did you intentionally choose not to backport this to the release branch? "[ ] Backport to release branch?" |
b990e77
to
799ab82
Compare
That was by accident, I fixed it Michael. |
799ab82
to
b803278
Compare
b803278
to
8ac7dd5
Compare
cc5f1a7
to
f7fbab4
Compare
Signed-off-by: Vineel Kovvuri[MSFT] <[email protected]>
f7fbab4
to
51f392e
Compare
Description
This PR creates a fork of MP services functionality into a standalone Dxe driver. It is necessary to bring up platforms which do not rely on UEFI C based CpuDxe code. Existing Cpu Dxe and its MP services code remains the same.
How This Was Tested
Q35 Qemu boots.
Integration Instructions
No changes needed.