From e53cf2412a34c9d3a9805fe8dfd2b51f5adfff21 Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Fri, 4 Oct 2024 13:40:48 +0200 Subject: [PATCH] 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 --- .../UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.uni | 2 ++ 1 file changed, 2 insertions(+) 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"