microsoft/mu_feature_ffa v0.1.2
microsoft/mu_feature_ffa
Captured source
source ↗v0.1.2
Repository: microsoft/mu_feature_ffa
Tag: v0.1.2
Published: 2025-10-17T21:15:45Z
Prerelease: no
Release notes:
What's Changed
[FF-A] Add FFA\_NS\_RES\_INFO\_GET Command @Raymond-MS (#57)
Change Details
Description
Add FFA_NS_RES_INFO_GET function call to the ARM FF-A library. Add relevant structures to the header. Update FfaPartitionTestApp to include test for FFA_NS_RES_INFO_GET.
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [x] Includes tests?
- [ ] Includes documentation?
How This Was Tested
Tested and verified through the QemuSbsa build with the FfaPartitionTestApp.
Integration Instructions
N/A
CI Update to Use Release Branches @Raymond-MS (#58)
Change Details
Description
Update Feature FFA to use release branches during CI.
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
How This Was Tested
N/A
Integration Instructions
N/A
🔐 Security Impacting
[TPM][FF-A] Yield Updates for TPM Service @Raymond-MS (#64)
Change Details
Description
Add yielding capability for long running transactions such that we are not held up in the secure-world for extended periods of time. Yields control back to the NWd with a timeout value for when the secure partition (TPM service) should be run again. This allows us to check the register contents periodically while allowing execution in the NWd to continue.
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
- [x] Impacts functionality?
- [x] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
How This Was Tested
Ran the QEMU SBSA build with the TPM enabled
Integration Instructions
N/A
Full Changelog: https://github.com/microsoft/mu_feature_ffa/compare/v0.1.1...v0.1.2