diff --git a/OvmfPkg/RUNTIME_CONFIG.md b/OvmfPkg/RUNTIME_CONFIG.md index ebac0cba6cb2..c191068f06f6 100644 --- a/OvmfPkg/RUNTIME_CONFIG.md +++ b/OvmfPkg/RUNTIME_CONFIG.md @@ -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. @@ -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