Skip to content

release-v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 20:29

What's Changed

  • Update crate dependencies to use crates.io @makubacki (#619)
    Change Details
      ## Description

    Move from git dependencies to those from crates.io.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?
    • Backport to release branch?

    How This Was Tested

    • Local build and test

    Integration Instructions

    • N/A


  • Add MsBootHttp4 MsBootHttp6 boot sequence @kanechen66 (#610)
    Change Details
      ## Description

    This change adds MsBootHttp4 MsBootHttp6 so that platform can choose boot device with ipv4/v6 http device.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?
    • Backport to release branch?

    How This Was Tested

    Tested on SUT and it can boot to http ip v4 and http ipv6 device.

    Integration Instructions

    None




🐛 Bug Fixes

  • AdvancedLogDumper: Fixed application logic to not bail all the time @kuqin12 (#615)
    Change Details
      ## Description

    The current logic will bail if the HII calls are successful. This change fixes it.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?
    • Backport to release branch?

    How This Was Tested

    This was tested on proprietary hardware platform and fixed the issue.

    Integration Instructions

    N/A