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

OvmfPkg: Introduce UEFI config support for fw_cfg #6551

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

luigix25
Copy link
Contributor

Description

This PR is linked to #6494. This is to disable the UEFI config using fw_cfg from QEMU cli.

  • Breaking change?
    • Breaking change - Does this PR cause a break in build or boot behavior?
    • Examples: Does it add a new library class or move a module to a different repo.
  • Impacts security?
    • Security - Does this PR have a direct security impact?
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?
    • Tests - Does this PR include any explicit test code?
    • Examples: Unit tests or integration tests.

How This Was Tested

Run QEMU on X86-64 with and without the fw_cfg flag set.
For reference qemu -fw_cfg name=opt/org.tianocore/FirmwareSetupSupport=no
UEFI Shell fails to boot when the value is set to no.

Integration Instructions

N/A

@luigix25 luigix25 force-pushed the uefi_config branch 2 times, most recently from 953029f to 579ccc8 Compare December 17, 2024 15:02
…nction

This is used to remove the BootManager from the boot entries.

Signed-off-by: Luigi Leonardi <[email protected]>
usage: qemu -fw_cfg name=opt/org.tianocore/FirmwareSetupSupport,string=no

Signed-off-by: Luigi Leonardi <[email protected]>
Signed-off-by: Luigi Leonardi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant