diff options
author | Luigi Leonardi <leonardi@redhat.com> | 2024-12-17 14:19:58 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-23 10:36:19 +0000 |
commit | 4971459ab2c5e231a4b765e6fda57fc6d2869c53 (patch) | |
tree | c11a016714131497ffa269858bb6b3ce8da4e3cd | |
parent | 597342b2120f819aa1ba063dd10143a5f420a251 (diff) | |
download | edk2-4971459ab2c5e231a4b765e6fda57fc6d2869c53.tar.gz |
OvmfPkg: add new shell runtime config option to documentation.
Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
-rw-r--r-- | OvmfPkg/RUNTIME_CONFIG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/OvmfPkg/RUNTIME_CONFIG.md b/OvmfPkg/RUNTIME_CONFIG.md index ebac0cba6c..c191068f06 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
|