microsoft / mu_basecore

Project Mu BaseCore
https://microsoft.github.io/mu/
Other
242 stars 124 forks source link

[REBASE & FF] Add Variety of Virtual Machine Changes #1023

Closed os-d closed 3 months ago

os-d commented 3 months ago

Description

This PR adds a series of commits intended to enhance the experience of virtual machine developers.

Overview of commits:

Add Cpu2 Protocol

This protocol provides the ability to enable interrupts and sleep if there are no pending events.

UefiBootManagerLib Status Code Improvements

This patch adds an additional status code and more information to another status code in UefiBootManagerLib.

Allow Customizing SerialIoLib's UART Base Address

This removes a hardcoded value for SerialIoLib's UART base address and allows a platform to specify if it has a different value.

These commits were split from the 2311 commit c3acc1ff37 and combined with the fixup commit dc20f92880.

How This Was Tested

From 2311.

Integration Instructions

N/A.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (release/202405@b884f58). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/202405 #1023 +/- ## ================================================= Coverage ? 43.42% ================================================= Files ? 180 Lines ? 25101 Branches ? 6016 ================================================= Hits ? 10901 Misses ? 14135 Partials ? 65 ``` | [Flag](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1023/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | Coverage Δ | | |---|---|---| | [MdeModulePkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `17.80% <ø> (?)` | | | [MdePkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `51.59% <ø> (?)` | | | [NetworkPkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `8.53% <ø> (?)` | | | [UefiCpuPkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `39.84% <ø> (?)` | | | [UnitTestFrameworkPkg](https://app.codecov.io/gh/microsoft/mu_basecore/pull/1023/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft) | `6.01% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=microsoft#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.