Skip to content

v0.1.8

Choose a tag to compare

@mu-automation mu-automation released this 28 May 21:45
· 4 commits to refs/heads/main since this release
678f5d0

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.bin for non-TPM binaries, or msft-virt-sp-tpm.bin for TPM enabled binaries.

      </blockquote>
      <hr>
    </details>
    

Full Changelog: v0.1.7...v0.1.8