Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2405: Add Parallel LZMA Decompress [Rebase & FF] #923

Merged

Commits on Jun 21, 2024

  1. BaseTools: Add ParallelLzmaCompress tool GUID

    Allows the Parallel LZMA Compress tool to be selected via its GUID
    for compression.
    
    Signed-off-by: Michael Kubacki <[email protected]>
    joschock authored and makubacki committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    daefe5a View commit details
    Browse the repository at this point in the history
  2. MdeModulePkg: Add ParallelLzmaCustomDecompressLib

    Allows decompression to occur in parallel with other execution. The
    library relies on the standard LzmaCustomDecompress lib to do the
    actual LZMA decompression work and expects to be linked against it
    to pick up that functionality.
    
    Co-authored-by: Michael Kubacki <[email protected]>
    Signed-off-by: Michael Kubacki <[email protected]>
    joschock and makubacki committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1e8dcd0 View commit details
    Browse the repository at this point in the history