Tags: microsoft/mu_plus
Tags
AdvLoggerPkg: Initialize structures in LineParserTestApp (#828) ## Description Logger info structures are not zeroed and initialized right now, causing garbage data to be read in some fields and impact test results. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested - Run LineParserTestApp on QEMU Q35 ## Integration Instructions - N/A Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
UefiTestingPkg: PagingAudit: Add Self Map Page Table Walk for X64 This commit adds self map page table walking for X64 in the simple paging audit test case. The logic was copied from CpuPageTableLib and self map logic added. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
[TPM] Tpm2HelpLib Updates (#735) ## Description Changes related to the new Tpm2HelpLib which replaces the need for Tpm2CommandLib which houses Tpm2Help.c. Reliant on microsoft/mu_tiano_plus#437 For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [x] Impacts functionality? - [ ] Impacts security? - [x] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? ## How This Was Tested Verified by building and running on physical platform. ## Integration Instructions Need to update platform .dsc to include the new Tpm2HelpLib.
Repo File Sync: synced file(s) with microsoft/mu_devops (#750) synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
Rust Dependency: Update mu_pi requirement from 5 to 6 (#745) Updates the requirements on [mu_pi](https://github.com/microsoft/mu_rust_pi) to permit the latest version. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron <aaronpop@microsoft.com>
[TPM] Tpm2HelpLib Updates (#742) ## Description Changes related to the new Tpm2HelpLib which replaces the need for Tpm2CommandLib which houses Tpm2Help.c. Reliant on microsoft/mu_tiano_plus#437 For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [x] Impacts functionality? - [ ] Impacts security? - [x] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? ## How This Was Tested Verified by building and running on physical platform. ## Integration Instructions Need to update platform .dsc to include the new Tpm2HelpLib.
Repo File Sync: Update to Mu DevOps v16.0.0 (#741) synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#17262298814](https://github.com/microsoft/mu_devops/actions/runs/17262298814) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
[TPM] Tpm2HelpLib Updates (#735) ## Description Changes related to the new Tpm2HelpLib which replaces the need for Tpm2CommandLib which houses Tpm2Help.c. Reliant on microsoft/mu_tiano_plus#437 For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [x] Impacts functionality? - [ ] Impacts security? - [x] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? ## How This Was Tested Verified by building and running on physical platform. ## Integration Instructions Need to update platform .dsc to include the new Tpm2HelpLib.
Repo File Sync: Update to Mu DevOps v16.0.0 (#741) synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#17262298814](https://github.com/microsoft/mu_devops/actions/runs/17262298814) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
GopOverrideDxe: prevent single-protocol handle from being freed (#725) ## Description When a handle only has a GOP protocol installed on it, uninstalling the GOP protocol interface from it will cause the handle to be freed. The subsequent InstallProtocol for the GopOverride protocol will fail. Link: https://github.com/cmruffin/mu_basecore/blob/d6e01136697c1aed85bb83cff98b74ec11e96e1a/MdeModulePkg/Core/Dxe/Hand/Handle.c#L774 Authored-by: kdincer@microsoft.com Signed-off-by: v-chrruffin@microsoft.com - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? Fixes #724 ## How This Was Tested Boot tested on hardware. ## Integration Instructions na Signed-off-by: v-chrruffin@microsoft.com Co-authored-by: Chris Ruffin <v-chrruffin@microsoft.com>
PreviousNext