microsoft / mu_plus

Project Mu Microsoft Core UEFI Value
https://microsoft.github.io/mu/
Other
214 stars 99 forks source link

[Bug]: Advanced Logger Uses EfiReservedMemoryType For Log Buffer #464

Closed os-d closed 4 months ago

os-d commented 6 months ago

Is there an existing issue for this?

Current Behavior

Today AdvLogger uses EfiReservedMemoryType as the memory type for the advanced logger buffer. This does not allow the buffer to be marked as runtime for a runtime logger or PRM module to access.

Expected Behavior

This buffer should be marked EfiRuntimeServicesData to be accessible to runtime components.

Steps To Reproduce

Run code as is.

Build Environment

- OS(s):
- Tool Chain(s):
- Targets Impacted:
All

Version Information

HEAD

Urgency

Medium

Are you going to fix this?

I will fix it

Do you need maintainer feedback?

No maintainer feedback needed

Anything else?

No response

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had activity in 45 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

github-actions[bot] commented 4 months ago

This issue has been automatically been closed because it did not have any activity in 45 days and no follow up within 7 days after being marked stale. Thank you for your contributions.