Skip to content

v0.1.6

Choose a tag to compare

@mu-automation mu-automation released this 26 May 19:35
· 7 commits to refs/heads/main since this release
cc2a41d

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.

    • 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: v0.1.5...v0.1.6