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

RFC: efivar: Copy VarToFile to RTStorageVolatile file at ESP #267

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 12, 2024

  1. efivar: Add missing > to usage help options

    Signed-off-by: Javier Tia <javier.tia@linaro.org>
    jetm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2491825 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Save ESP file on write/delete operations

    It's required to keep updated the ESP file with every variable change.
    Make sure to save those changes on every modify var operation.
    
    Signed-off-by: Javier Tia <javier.tia@linaro.org>
    jetm committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    df4131f View commit details
    Browse the repository at this point in the history
  2. Export efi_parse_name()

    Signed-off-by: Javier Tia <javier.tia@linaro.org>
    jetm committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6092a82 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Save ESP filename

    Signed-off-by: Javier Tia <javier.tia@linaro.org>
    jetm committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c64f7c1 View commit details
    Browse the repository at this point in the history