-
Notifications
You must be signed in to change notification settings - Fork 104
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
Document current data flow of debug logging filtering #332
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
impact:non-functional
Does not have a functional impact
type:documentation
Improvements or additions to documentation
labels
Oct 11, 2023
makubacki
reviewed
Oct 12, 2023
makubacki
reviewed
Oct 12, 2023
makubacki
reviewed
Oct 12, 2023
makubacki
approved these changes
Oct 12, 2023
Co-authored-by: Michael Kubacki <[email protected]>
apop5
approved these changes
Oct 12, 2023
ProjectMuBot
referenced
this pull request
in microsoft/mu_tiano_platforms
Oct 14, 2023
Introduces 15 new commits in [Common/MU](https://github.com/microsoft/mu_plus.git). <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/mu_plus/commit/f58171d7ee43338a939db0fab782295f15e67353">f58171</a> Document current data flow of debug logging filtering (<a href="https://github.com/microsoft/mu_plus/pull/332">#332</a>)</li> <li><a href="https://github.com/microsoft/mu_plus/commit/0b235e6e4c1de3ab753948d30eab233daa060100">0b235e</a> Paging Audit: Add 8 Tests to Shell App</li> <li><a href="https://github.com/microsoft/mu_plus/commit/972c92703beffd011176a7155f918938acd795a6">972c92</a> Paging Audit: Minor Formatting Fixes in Shell App</li> <li><a href="https://github.com/microsoft/mu_plus/commit/8b73b5bd787acb652439af34085459c3c4720095">8b73b5</a> Paging Audit: Collect Memory Attribute Protocol Data</li> <li><a href="https://github.com/microsoft/mu_plus/commit/4ab7c89787765bb45dc2efec7775a7126b26b2d9">4ab7c8</a> Paging Audit: Skip Collecting Invalid Pages on AArch64</li> <li><a href="https://github.com/microsoft/mu_plus/commit/c54d64347d5e4427cf57579796b84511e2e5fb74">c54d64</a> Bugfix: Ensure EntryCount is Updated in AArch64 CreateFlatPageTable()</li> <li><a href="https://github.com/microsoft/mu_plus/commit/26e2e457413df9cae6b1cb3c1f39db4c05fc1c9c">26e2e4</a> Paging Audit: Reformat HTML Templates</li> <li><a href="https://github.com/microsoft/mu_plus/commit/43bd789b7c10a4bb2d87692a543cbd6a7dd0b6b8">43bd78</a> Paging Audit: Make Header in Memory Data Tab Horizontally Scrollable</li> <li><a href="https://github.com/microsoft/mu_plus/commit/b4f1594135f4e5f4e3dd1b142773fab91d4f22b8">b4f159</a> Paging Audit: Refactor Filter Logic and add Logical OR Filtering</li> <li><a href="https://github.com/microsoft/mu_plus/commit/4ca8d648e28d7ee866b591cb690276f50d4a97ad">4ca8d6</a> Paging Audit: Add 5 Tests to HTML Templates</li> <li><a href="https://github.com/microsoft/mu_plus/commit/179bd23f26443c34b3ea5bfcfbe416b404de5ce0">179bd2</a> Add HidIo protocol definition.</li> <li><a href="https://github.com/microsoft/mu_plus/commit/c926291503a7d6160811762a776b9c03dfbbf9b5">c92629</a> Adds Rust protocol definition of HidIo.</li> <li><a href="https://github.com/microsoft/mu_plus/commit/22829e49c41c327d878e1cd52ca7a021357cf147">22829e</a> Adds Rust protocol definition for AbsolutePointer</li> <li><a href="https://github.com/microsoft/mu_plus/commit/27ca9e6525231955a167dfb97beaf56c3abd277c">27ca9e</a> Adds UsbHidDxe driver - written in C, provides an implementation of HidIo over USB.</li> <li><a href="https://github.com/microsoft/mu_plus/commit/82177d10c773031995124757907196a404c97816">82177d</a> Adds UefiHidDxe driver - written in Rust, provides input report handling for HidIo pointer devices.</li> </ul> </details> Signed-off-by: Project Mu Bot <[email protected]>
makubacki
referenced
this pull request
in microsoft/mu_tiano_platforms
Oct 14, 2023
Introduces 15 new commits in [Common/MU](https://github.com/microsoft/mu_plus.git). <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/mu_plus/commit/f58171d7ee43338a939db0fab782295f15e67353">f58171</a> Document current data flow of debug logging filtering (<a href="https://github.com/microsoft/mu_plus/pull/332">#332</a>)</li> <li><a href="https://github.com/microsoft/mu_plus/commit/0b235e6e4c1de3ab753948d30eab233daa060100">0b235e</a> Paging Audit: Add 8 Tests to Shell App</li> <li><a href="https://github.com/microsoft/mu_plus/commit/972c92703beffd011176a7155f918938acd795a6">972c92</a> Paging Audit: Minor Formatting Fixes in Shell App</li> <li><a href="https://github.com/microsoft/mu_plus/commit/8b73b5bd787acb652439af34085459c3c4720095">8b73b5</a> Paging Audit: Collect Memory Attribute Protocol Data</li> <li><a href="https://github.com/microsoft/mu_plus/commit/4ab7c89787765bb45dc2efec7775a7126b26b2d9">4ab7c8</a> Paging Audit: Skip Collecting Invalid Pages on AArch64</li> <li><a href="https://github.com/microsoft/mu_plus/commit/c54d64347d5e4427cf57579796b84511e2e5fb74">c54d64</a> Bugfix: Ensure EntryCount is Updated in AArch64 CreateFlatPageTable()</li> <li><a href="https://github.com/microsoft/mu_plus/commit/26e2e457413df9cae6b1cb3c1f39db4c05fc1c9c">26e2e4</a> Paging Audit: Reformat HTML Templates</li> <li><a href="https://github.com/microsoft/mu_plus/commit/43bd789b7c10a4bb2d87692a543cbd6a7dd0b6b8">43bd78</a> Paging Audit: Make Header in Memory Data Tab Horizontally Scrollable</li> <li><a href="https://github.com/microsoft/mu_plus/commit/b4f1594135f4e5f4e3dd1b142773fab91d4f22b8">b4f159</a> Paging Audit: Refactor Filter Logic and add Logical OR Filtering</li> <li><a href="https://github.com/microsoft/mu_plus/commit/4ca8d648e28d7ee866b591cb690276f50d4a97ad">4ca8d6</a> Paging Audit: Add 5 Tests to HTML Templates</li> <li><a href="https://github.com/microsoft/mu_plus/commit/179bd23f26443c34b3ea5bfcfbe416b404de5ce0">179bd2</a> Add HidIo protocol definition.</li> <li><a href="https://github.com/microsoft/mu_plus/commit/c926291503a7d6160811762a776b9c03dfbbf9b5">c92629</a> Adds Rust protocol definition of HidIo.</li> <li><a href="https://github.com/microsoft/mu_plus/commit/22829e49c41c327d878e1cd52ca7a021357cf147">22829e</a> Adds Rust protocol definition for AbsolutePointer</li> <li><a href="https://github.com/microsoft/mu_plus/commit/27ca9e6525231955a167dfb97beaf56c3abd277c">27ca9e</a> Adds UsbHidDxe driver - written in C, provides an implementation of HidIo over USB.</li> <li><a href="https://github.com/microsoft/mu_plus/commit/82177d10c773031995124757907196a404c97816">82177d</a> Adds UefiHidDxe driver - written in Rust, provides input report handling for HidIo pointer devices.</li> </ul> </details> Signed-off-by: Project Mu Bot <[email protected]>
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
type:documentation
Improvements or additions to documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This change adds a short description of how logging level works in advanced logger as well as a flowchart for visualization.
flow, or firmware?
validation improvement, ...
in build or boot behavior?
a function in a new library class in a pre-existing module, ...
outside direct code modifications (and comments)?
on an a separate Web page, ...
How This Was Tested
N/A
Integration Instructions
N/A