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

SignedCapsulePkg: Allow hex FirmwareType values in ini files #6475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 27, 2024

  1. SignedCapsulePkg: Allow hex FirmwareType values in ini files

    Some platforms such as Ampere Altra have special values for the
    FirmwareType field: for example 2147483649 is for SCP updates.
    
    To make such values easier to read/understand, allow them to be
    written in hex: in this case it would be 0x80000001. Implement this
    by attempting to get a hex integer from the ini data file if reading
    a decimal value fails.
    
    Signed-off-by: Rebecca Cran <[email protected]>
    bexcran committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4c2fff1 View commit details
    Browse the repository at this point in the history