Skip to content

Commit

Permalink
Update AdvLoggerPkg/Docs/ReadMe.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kubacki <[email protected]>
  • Loading branch information
kuqin12 and makubacki authored Oct 12, 2023
1 parent bac2c21 commit 162fb80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AdvLoggerPkg/Docs/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,10 @@ The v3 data header supports a new field of hardware debugging level to support s
during boot time.

All debug prints will be filtered by multiple build time flags, such as `PcdDebugPrintErrorLevel`, `MDEPKG_NDEBUG`, etc.
These prints that passes such filters will be logged to memory, and then fed to the hardware port library to be checked
Prints that pass such filters will be logged to memory, and then fed to the hardware port library to be checked
against the hardware print level. A full data flow chart is shown below:


![Debug Logging Level Filters](debug_log_level.png)

The default value will be initialized to the value of `PcdAdvancedLoggerHdwPortDebugPrintErrorLevel` in the PEI core,
Expand Down

0 comments on commit 162fb80

Please sign in to comment.