Skip to content
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

AdvLoggerPkg: Clarify BaseArm instance of AdvLoggerLib #591

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

os-d
Copy link
Contributor

@os-d os-d commented Sep 30, 2024

Description

The BaseArm instance of AdvLoggerLib has drifted in usage over time from being a BASE instance to an MM_STANDALONE instance. This patch updates comments (and a license while we are there) to indicate usage and restricts its usage to MM_STANDALONE.

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

CI.

Integration Instructions

N/A.

The BaseArm instance of AdvLoggerLib has drifted in usage
over time from being a BASE instance to an MM_STANDALONE instance.
This patch updates comments (and a license while we are there) to
indicate usage and restricts its usage to MM_STANDALONE.
@os-d os-d requested review from makubacki, kuqin12 and apop5 September 30, 2024 20:38
@os-d os-d linked an issue Sep 30, 2024 that may be closed by this pull request
1 task
@github-actions github-actions bot added the impact:non-functional Does not have a functional impact label Sep 30, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 11.40%. Comparing base (cae875f) to head (5d56602).

Files with missing lines Patch % Lines
...rary/AdvancedLoggerLib/BaseArm/AdvancedLoggerLib.c 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           dev/202405     #591   +/-   ##
===========================================
  Coverage       11.40%   11.40%           
===========================================
  Files             145      145           
  Lines           21915    21915           
  Branches         2546     2546           
===========================================
  Hits             2499     2499           
  Misses          19382    19382           
  Partials           34       34           
Flag Coverage Δ
AdvLoggerPkg 6.05% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@os-d os-d merged commit 1b80f37 into microsoft:dev/202405 Sep 30, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:non-functional Does not have a functional impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: AdvLoggerPkg: Build Arm modules and clean up BaseArm/AdvancedLoggerLib
4 participants