Skip to content

v7.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Jan 21:21
· 1355 commits to refs/heads/main since this release
d55f66d

What's Changed

  • GCD logic update to accommodate AArch64 usage @kuqin12 (#220)
    Change Details
      ## Description

    This change contains a few minor bug fixes:

    1. The get memory map call will include reserved memory regions from the GCD.
    2. The AllocateAddress type into page allocation will not be allowed for random type.
    3. Follow up with a set memory attribute call after the gcd add a memory space region for the cache attributes.
    4. All the memory map manipulation will need to contain the cache attributes.
    5. Updated the set capability transition check to inspect that the new capabilities need to cover all existing attributes.
    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    This change is tested on QEMU SBSA and booted to Windows.

    Integration Instructions

    N/A

      </blockquote>
      <hr>
    </details>
    
  • ReleaseWorkflow: Do not attempt to create a PR @Javagedes (#230)
    Change Details
      ## Description

    Due to organization settings outside of our control, workflows are not allowed to create pull requests. This commit updates the release process to generate a branch and push it, but skips creating a pull request

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    N/A

    Integration Instructions

    N/A

      </blockquote>
      <hr>
    </details>
    
  • chore: Update repo version to 7.1.1 @Javagedes (#229)
    Change Details
      An automatically created pull request to update the version of the repo due to a release.

Full Changelog: v7.1.1...v7.1.2