v0.1.8
What's Changed
-
Produce TPM enabled binaries along side non-TPM binaries @kuqin12 (#125)
Change Details
## Description
This change updates the pipeline to produce 2 binaries during release process, so that developers do not have to build TPM enabled binaries locally.
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
This was tested locally and confirmed the msft-sp-tpm.bin has TPM functionality enabled.
Integration Instructions
If TPM features is enabled on the platform side, use the
msft-sp-tpm.bin.</blockquote> <hr> </details>
📖 Documentation Updates
-
Produce Arm Virt based secure partitions @kuqin12 (#126)
Change Details
## Description
In the spirit of onboarding ARM virt platforms, this change updates the constants of TPM CRB buffer to be consistent with the definitions of ARM-Virt machine type.
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
This was tested on Patina-qemu of Arm Virt type.
Integration Instructions
Use
msft-virt-sp.binfor non-TPM binaries, ormsft-virt-sp-tpm.binfor TPM enabled binaries.</blockquote> <hr> </details>
Full Changelog: v0.1.7...v0.1.8