What's Changed
-
AdvLoggerPkg: PeilessArm: Check if Buffer Is Already Valid @os-d (#911)
Change Details
## Description
PeilessArm currently assumes it is setting up the adv logger buffer. However, an earlier phase may have initialized the buffer, such as StMM running before SEC is started.
This adds a check to see if the buffer is already valid and just inherits it if so.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Tested on a platform where StMM initializes the log buffer and runs before SEC.
Integration Instructions
N/A.
</blockquote> <hr> </details>
⚠️ Breaking Changes
-
[REBASE \& FF] AdvLoggerPkg: PeiCore Instance: Update Override Tag And Apply SecDebugAgent Fix @os-d (#912)
Change Details
## Description
Update the override tag in PeiMain.h as it has been updated in basecore v2025110002.0.8.
Also, SecDebugAgent was missed when using the local header, update it.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
N/A.
Integration Instructions
This is marked as a breaking change because the build will break if mu_basecore v2025110002.0.8 is not updated to (or later) at the same time by consumers.
</blockquote> <hr> </details>
Full Changelog: v2025110002.0.1...v2025110003.0.0