Skip to content

patina-v3.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 22:48
· 922 commits to refs/heads/main since this release

What's Changed

  • DxeCore: Add Debug Image Info Table @os-d (#488)
    Change Details
      ## Description

    This adds the UEFI spec defined debug image info table to patina and uses it to enable debugger support for finding loaded images.

    Many of these definitions are intended to be upstreamed to r-efi, but that is a slow process and will be done in parallel.

    Note: These structures are very C based structures and don't play well into how Rust would like structures to be formed.

    Closes #177 .

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

    How This Was Tested

    Tested by updating uefiext to support !findall for Rust.

    Integration Instructions

    N/A.

      </blockquote>
      <hr>
    </details>
    

Full Changelog: patina-v3.0.0...v3.1.0