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

Add log retrieval info to main readme #355

Merged
merged 4 commits into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions AdvLoggerPkg/Docs/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,15 @@ and the follow change is needed in the .fdf:
INF AdvLoggerPkg/AdvancedFileLogger/AdvancedFileLogger.inf
```

## Advanced Logger Retrieval From Windows

The Advanced Logger can be retrieved from Windows using the [DecodeUefiLog](../Application/DecodeUefiLog/ReadMe.md)
python utility. The utility runs under windows and retrieves the log through the `AdvLoggerAccessLib` instance
provided by the platform.

If reading of the log fails, please verify that the `AdvLoggerAccessLib` instance in the platform is either the
`AdvLoggerMmAccessLib` or the `AdvLoggerSmmAccessLib` and not the NULL instance provided by MdeModulePkg.

## Hardware Logging Level

The v3 data header supports a new field of hardware debugging level to support setting the serial print configurable
Expand Down