OvmfPkg: add new shell runtime config option to documentation.

Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
This commit is contained in:
Luigi Leonardi 2024-12-17 14:19:58 +01:00 committed by mergify[bot]
parent 597342b212
commit 4971459ab2
1 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Some aspects of OVMF can be configured from the host, mostly by adding Some aspects of OVMF can be configured from the host, mostly by adding
firmware config files using the qemu command line option `-fw_cfg`. 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 is used by most options. Some options are elsewhere for historical
reasons. reasons.
@ -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 ## Platform: opt/org.tianocore/X-Cpuhp-Bugcheck-Override
On some older qemu versions CPU hotplug support was broken. OVMF On some older qemu versions CPU hotplug support was broken. OVMF