Skip to content

v2025110000.0.3

Choose a tag to compare

@mu-automation mu-automation released this 02 Apr 14:55
· 24 commits to refs/heads/release/202511 since this release

What's Changed

  • [REBASE \& FF] Copy FltUsedLib to MsCorePkg @os-d (#864)
    Change Details
      ## Description

    FltUsedLib is a library that has a single line, adding a reference to _fltused, which is needed by MSVC and clang when building floating point code.

    FltUsedLib is only used in mu_plus, so in order to reduce deltas from edk2, it is moved to mu_plus. This commit then updates references in mu_plus to this new library.

    A PR will be put up to mu_basecore to drop the library after this merges.

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

    How This Was Tested

    Build testing.

    Integration Instructions

    Platforms should update to FltUsedLib|MsCorePkg/Library/FltUsedLib/FltUsedLib.inf in their DSCs. This change is not a breaking change, but the removal in mu_basecore will be.

      </blockquote>
      <hr>
    </details>
    
  • Global: Remove backport workflow. @apop5 (#859)
    Change Details
     

    Description

    The switch from dev/release to just relase left the backport workflow in the repo. Though it will
    not be triggered, dependabot will continue
    to attempt to update the github actions used.

    Remove the workflow to reduce unused workflows and to prevent dependabot from attempting to update.

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

    How This Was Tested

    N/A

    Integration Instructions

    N/A




Full Changelog: v2025110000.0.2...v2025110000.0.3