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>
This commit is contained in:
Pierre Gondois 2024-10-04 13:40:48 +02:00 committed by mergify[bot]
parent 694cc9f100
commit e53cf2412a
1 changed files with 2 additions and 0 deletions

View File

@ -619,6 +619,8 @@
" -w - Performs a warm boot.\r\n" " -w - Performs a warm boot.\r\n"
" -c - Performs a cold boot.\r\n" " -c - Performs a cold boot.\r\n"
" string - Describes a reason for the reset.\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" ".SH DESCRIPTION\r\n"
" \r\n" " \r\n"
"NOTES:\r\n" "NOTES:\r\n"