[CHERRY-PICK] MdePkg/BaseLib: Add AsmReadFsBase and AsmWriteFsBase for X86-64#1804
Conversation
✅ QEMU Validation PassedSource Dependencies
Results
Workflow run: https://github.com/microsoft/mu_basecore/actions/runs/26307549638 This comment was automatically generated by the Mu QEMU PR Validation workflow. |
@microsoft-github-policy-service agree company="Microsoft" |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/202511 #1804 +/- ##
=================================================
Coverage ? 2.21%
=================================================
Files ? 1634
Lines ? 420108
Branches ? 4949
=================================================
Hits ? 9308
Misses ? 410725
Partials ? 75
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
os-d
left a comment
There was a problem hiding this comment.
The edk2 commit message is empty for this one, so I'm fine to just do a squash on this and take the cherry-pick name and the commit hash in the PR description.
Usually, we would do git cherry-pick -x <hash>, then amend the commit to add [CHERRY-PICK] to the title so we retain the edk2 commit information but still know for ourselves it was a cherry-pick.
I don't think we'll preserve the author in the squash. If we can change it back to Ray, fine. Otherwise, it'd be more consistent to at the |
|
Note: Current SBSA boot failure is due to a recent, unrelated change. |
4540aad to
9e19e68
Compare
…r X86-64 Signed-off-by: Ray Ni <ray.ni@intel.com> (cherry picked from commit e2b0e207f7b1009a6729f7973ed17242cb6672a4)
|
@Gowtham-Manikandan, thanks for repushing so the author was correct. The |
Description
The commit that adds Asm(Read|Write)FsBase to BaseLib for x86-64.
(cherry picked from commit e2b0e207f7b1009a6729f7973ed17242cb6672a4)
How This Was Tested
Call AsmWriteFsBase() and use AsmReadFsBase() to check if the value is written to FSBASE.
Integration Instructions
N/A