Skip to content

Commit

Permalink
OvmfPkg: add new shell runtime config option to documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Luigi Leonardi <[email protected]>
  • Loading branch information
luigix25 authored and mergify[bot] committed Dec 23, 2024
1 parent 597342b commit 4971459
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion OvmfPkg/RUNTIME_CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Some aspects of OVMF can be configured from the host, mostly by adding
firmware config files using the qemu command line option `-fw_cfg`.
The official namespace prefix for edk2 is `opt/org.tianocode/` which
The official namespace prefix for edk2 is `opt/org.tianocore/` which
is used by most options. Some options are elsewhere for historical
reasons.

Expand Down Expand Up @@ -116,6 +116,16 @@ qemu-system-x86_64 -fw_cfg name=opt/org.tianocore/UninstallMemAttrProtocol,strin
```


## Shell: opt/org.tianocore/EFIShellSupport

This enables/disables the EFI shell.
Default: enabled. Usage:

```
qemu-system-x86_64 -fw_cfg name=opt/org.tianocore/EFIShellSupport,string=no
```


## Platform: opt/org.tianocore/X-Cpuhp-Bugcheck-Override

On some older qemu versions CPU hotplug support was broken. OVMF
Expand Down

0 comments on commit 4971459

Please sign in to comment.