Skip to content

v2024050000.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 16:50

What's Changed

  • Make PlatformInitPreMem independent to IntelSiliconPkg and IntelFsp2WrapperPkg @PaddyDengKC (#293)
    Change Details
      ## Description

    This driver is shared across different Silicon vendors. So it should not use any Intel specific packages.

    In order to achieve this, added a new lib FspSupportLib to isolate silicon related PCDs

    • Impacts functionality?
      • Functionality - Does the change ultimately impact how firmware functions?
      • Examples: Add a new library, publish a new PPI, update an algorithm, ...
    • Impacts security?
      • Security - Does the change have a direct security impact on an application,
        flow, or firmware?
      • Examples: Crypto algorithm change, buffer overflow fix, parameter
        validation improvement, ...
    • Breaking change?
      • Breaking change - Will anyone consuming this change experience a break
        in build or boot behavior?
      • Examples: Add a new library class, move a module to a different repo, call
        a function in a new library class in a pre-existing module, ...
    • Includes tests?
      • Tests - Does the change include any explicit test code?
      • Examples: Unit tests, integration tests, robot tests, ...
    • Includes documentation?
      • Documentation - Does the change contain explicit documentation additions
        outside direct code modifications (and comments)?
      • Examples: Update readme file, add feature readme file, link to documentation
        on an a separate Web page, ...

    How This Was Tested

    CI build passed.

    Integration Instructions

    No additional change is required for the consuming platforms.




  • MinPlatformPkg SerialPortTerminalLib: Fixing CodeQL issue Pointless comparison of unsigned value to zero (#282)
    Change Details
      ## Description

    Description

    Cherry-pick Commit 03664aa #282 from release/202311 to dev/202405.
    CodeQL is reporting Pointless comparison of unsigned value to zero for a value derived from an unsigned PCD PcdDefaultTerminalType.

    For details on how to complete these options and their meaning refer to CONTRIBUTING.md.

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

    How This Was Tested

    Ran Local CI including codeQL setting and pipeline codeQL build.

    Integration Instructions

    N/A

    upstream repo in EDK2?

    tianocore/edk2-platforms#246




Full Changelog: v2024050000.0.1...v2024050000.0.2