microsoft/mu_feature_ffa v0.1.6
microsoft/mu_feature_ffa
Captured source
source ↗v0.1.6
Repository: microsoft/mu_feature_ffa
Tag: v0.1.6
Published: 2026-05-26T19:35:35Z
Prerelease: no
Release notes:
What's Changed
RUST SP Updates + Cargo.toml Update @Raymond-MS (#123)
Change Details
Description
Updating the Cargo.toml to point to the latest odp-secure-services release commit. This includes an update to the TPM service to allow the SP to pass in both the internal and external CRB addresses. It also includes an update to reduce the verbosity of the logging by changing the logs from info to trace. Updated the RUST SP to pass in both of the CRB addresses to the TPM service init function.
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
- [x] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
How This Was Tested
Built QEMU SBSA with TPM enabled. Verified TPM functionality with reduced log verbosity.
Integration Instructions
N/A
Global: Reduce the direct pip requirements @apop5 (#114)
Change Details
Description
Reduce pip-requirements modules.
pygount comes in as a dependency of edk2-pytool-library. Listing it as a direct repo dependency is not recommended.
antlr4-python3-runtime is not used in this repo. Removing in to reduce dependabot churn.
- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
How This Was Tested
pip freeze | xargs pip uninstall -y to uninstall all venv pip modules pip install --upgrade -r pip-requirements.txt ran CI build with success (GCC5)
Integration Instructions
No integration necessary.
Full Changelog: https://github.com/microsoft/mu_feature_ffa/compare/v0.1.5...v0.1.6
Notability
notability 1.0/10Routine minor release of a utility library.