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

OVMF boot issue workaround #1041

Merged
merged 4 commits into from
Nov 13, 2024
Merged

Commits on Nov 8, 2024

  1. OVMF boot issue workaround (1/2): add working OVMF firmware files

    Add working edk2-stable202005 OVMF firmware files to workaround boot
    issue with edk2-stable202408 OVMF firmware that are shipped with EVE.
    
    Signed-off-by: Shahriyar Jalayeri <[email protected]>
    shjala committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c52a8fe View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. OVMF boot issue workaround (2/2): update setup-environment action

    Update setup-environment action to use use the old OVMF firmware
    when booting eve with qemu otherwise boot will hang.
    
    Signed-off-by: Shahriyar Jalayeri <[email protected]>
    shjala committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d4904c2 View commit details
    Browse the repository at this point in the history
  2. evetestkit : fix panic on EveDeployApp

    Append new app to the list before start applying options.
    
    Signed-off-by: Shahriyar Jalayeri <[email protected]>
    shjala committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    71b9595 View commit details
    Browse the repository at this point in the history
  3. github actions setup-environment: support rc tag

    Signed-off-by: Shahriyar Jalayeri <[email protected]>
    shjala committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c455fe5 View commit details
    Browse the repository at this point in the history