Specifications
Version 2.0
205
ver
Summary
Displays the version information for the UEFI Shell and the underlying UEFI firmware.
Usage
ver [-s|-terse]
Options
-s
Displays only the UEFI Shell version
-terse
Description
This command displays the version information for this EFI Firmware or the version
information for the UEFI Shell itself. The information is retrieved through the EFI
System Table or the Shell image.
UEFI <support-level> Shell v<uefi-shell-version>
shell-supplier-specific-data
UEFI v<uefi-firmware-version> (<firmware vendor name>, 0x<firmware vendor
version as 32-bit hex value> <optional additional vendor version>)
UEFI Basic Shell v2.0
Build 8192. Copyright 2008 by Intel(R) Corporation.
UEFI v2.10 Firmware (Phoenix Technologies Ltd., 0x01014318)
<support-level>
0 = Minimal, 1 = Scripting, 2 = Basic, 3 = Interactive
<uefi-shell-version>
comes from the shell spec upon which the shell implementation is based.
<shell-supplier-specific-data>
Build, copyright, etc.
<uefi-firmware-version>
From the EFI System Table's Hdr.Revision field, formatted as two period
delimited fields. The first field is the upper 16-bits of this field, represented as a
decimal unsigned integer. The second field is the lower 16-bites of this field,
represented as a two-digit, zero-filled decimal unsigned integer.
<firmware vendor name>
From the EFI System Table's FirmwareVendor field










