summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2024-10-04 13:40:48 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-12-09 17:16:58 +0000
commite53cf2412a34c9d3a9805fe8dfd2b51f5adfff21 (patch)
tree02a6ebf6b734f4ee4ac57bcdfc73dc7904381324
parent694cc9f1004be90e85dd003711b4724a04e8e697 (diff)
downloadedk2-e53cf2412a34c9d3a9805fe8dfd2b51f5adfff21.tar.gz
ShellPkg/UefiShellLevel2CommandsLib: Add helper for reset -fwui option
Following the UEFI Shell Specification revision 2.2, add helper for the '-fwui' option of the reset command. Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
-rw-r--r--ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni
index 0a0cd3090e..98ed4815a6 100644
--- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni
+++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni
@@ -619,6 +619,8 @@
" -w - Performs a warm boot.\r\n"
" -c - Performs a cold boot.\r\n"
" string - Describes a reason for the reset.\r\n"
+" -fwui - If the system firmware supports it, perform a reset back\r\n"
+" to the firmware user interface (FW UI)"
".SH DESCRIPTION\r\n"
" \r\n"
"NOTES:\r\n"