ArmPkg/PeilessSec: Consume Tpm2StartupLib#1692
Merged
Raymond-MS merged 2 commits intomicrosoft:release/202511from Mar 12, 2026
Merged
ArmPkg/PeilessSec: Consume Tpm2StartupLib#1692Raymond-MS merged 2 commits intomicrosoft:release/202511from
Raymond-MS merged 2 commits intomicrosoft:release/202511from
Conversation
…oft#460) Add use of Tpm2StartupLib to PeilessSec which will init the TPM on our PEI-less platform, QEMU SBSA. For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? Built QEMU SBSA with TPM enabled, verified TPM communication and boot to UEFI shell. N/A
…icrosoft#474) ## Description Added a check around the return status of TpmStartupInit, we don't want to assert on EFI_UNSUPPORTED. When TPM is disabled, the NULL instance of the TpmStartupLib is included which returns UNSUPPORTED. For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested Built QemuSbsa with TPM disabled. Verified no assert occurs. ## Integration Instructions N/A
apop5
approved these changes
Mar 11, 2026
kuqin12
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pulling in the commits made to Silicon/Arm/MU_TIANO release/202502 regarding PeilessSec. Adding TpmStartupLib to PeilessSec.
How This Was Tested
N/A
Integration Instructions
N/A