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

fix 'uninitialized value $ucode_vars{"AVAIL"}' from AMD ucode #226

Merged
merged 4 commits into from
May 14, 2022

Commits on Nov 11, 2021

  1. fix passing of $debug flag

    mmitch committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2ff660b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a50528 View commit details
    Browse the repository at this point in the history
  3. fix 'uninitialized value $ucode_vars{"AVAIL"}' from AMD ucode

    The unintialized value occured when
    
    - no microcode candidate for the current AMD cpu was found
     - the batch output mode (-b) was used
    
    Fix this by using the same logic as for Intel cpus:
    
      When no microcode candidate is found, return NRM_UNKNOWN.
      Previously, NRM_CURRENT was returned in that case.
    mmitch committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bc09b22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a73357f View commit details
    Browse the repository at this point in the history