Skip to content

v2023020001.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 04:37
· 141 commits to refs/heads/release/202302 since this release
df40d6a

What's Changed

  • [REBASE \&\& FF] Publish and Parse PlatformInfo.dat in Paging Audit @TaylorBeebe (#299)
    Change Details
      1. Create the PlatformInfo.dat file which contains the required platform information to parse the page/translation tables (bitwidth, execution level, phase, architecture). 2. Check the execution level when parsing AARCH64 translation tables in the paging report generator scripts.

    These patches will fix the paging audit test failure on SBSA, and will reduce the number of command line options which need to be passed into the page parsing scripts.




📖 Documentation Updates

  • TpmTestingPkg/TpmReplay: Add schema documentation @makubacki (#295)
    Change Details
      ## Description

    Adds a file that helps summarize the schema so TPM Replay event log
    authors have a more human readable reference for how a TPM Replay
    event log description should be structured.

    • Impacts functionality?
      • Functionality - Does the change ultimately impact how firmware functions?
      • Examples: Add a new library, publish a new PPI, update an algorithm, ...
    • Impacts security?
      • Security - Does the change have a direct security impact on an application,
        flow, or firmware?
      • Examples: Crypto algorithm change, buffer overflow fix, parameter
        validation improvement, ...
    • Breaking change?
      • Breaking change - Will anyone consuming this change experience a break
        in build or boot behavior?
      • Examples: Add a new library class, move a module to a different repo, call
        a function in a new library class in a pre-existing module, ...
    • Includes tests?
      • Tests - Does the change include any explicit test code?
      • Examples: Unit tests, integration tests, robot tests, ...
    • Includes documentation?
      • Documentation - Does the change contain explicit documentation additions
        outside direct code modifications (and comments)?
      • Examples: Update readme file, add feature readme file, link to documentation
        on an a separate Web page, ...

    How This Was Tested

    • Based on and referenced against TpmReplaySchema.json.
    • markdownlint

    Integration Instructions

    N/A




Full Changelog: v2023020001.3.0...v2023020001.3.1