Skip to content

v6.0.3

Latest

Choose a tag to compare

@mu-automation mu-automation released this 09 Oct 16:29
· 15 commits to refs/heads/main since this release
74da092

What's Changed

  • KnobService: improvement type casting @Irene-IY (#514)
    Change Details
      ## Description

    Update type casting for .cpp build.

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

    How This Was Tested

    Test on CI test

    Integration Instructions

    N/A




  • VfrToXmlConverter: Using random and unique identifier @AmiVincentKe (#515)
    Change Details
      ## Description

    VfrToXmlConverter: Using random and unique identifier

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

    How This Was Tested

    Pipeline test pass

    Integration Instructions

    N/A




🐛 Bug Fixes

  • Add variable init in write\_detailed\_csv() @nancykhoury (#517)
    Change Details
      ## Description

    In VariableList.py, variable 'subknob_values_str' was not properly initialized in the write_csv_detailed() function causing runtime errors. This has no impact to any other functions within this python script.

    • Impacts functionality? No
    • Impacts security? No
    • Breaking change? No
    • Includes tests? No. Tested separately.
    • Includes documentation? Yes

    How This Was Tested

    Tested locally. Function call passed with no errors after variable initialization was added to code confirming that this change fixes the issues.

    Integration Instructions

    N/A




  • SetupDataPkg: ConfApp fix size comparison mismatch. @apop5 (#500)
    Change Details
      ## Description

    When compiling with clangdwarf, a build error is throw because a UINT32 variable is being compared against a MAX_UINTN.

    This works fine for IA32 builds, but fails for x64.

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

    How This Was Tested

    Compiling with clangdwarf, encountered an error. After fix, compilation is successful.

    Integration Instructions

    No integration necessary.




Full Changelog: v6.0.2...v6.0.3