]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
ShellPkg: Fix smbiosview system enclosure type table
authorRebecca Cran <rebecca@nuviainc.com>
Wed, 31 Mar 2021 01:54:32 +0000 (09:54 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 12 Apr 2021 02:19:39 +0000 (02:19 +0000)
commit97336fdee4f9847e164639f06616ce1139ef9a15
tree9fd0f3f88530edf5bee47379b0589c6b233a29bf
parentefa7f4df0f3b9e70d49dc41b397ec8400c1ad374
ShellPkg: Fix smbiosview system enclosure type table

The SystemEnclosureTypeTable in QueryTable.c contained a couple
of errors: value 0x10 is "Lunch Box" not "Main Server Chassis", and
the Sub Notebook value was repeated as 0x13 when that entry is for
"SubChassis". The entries in-between needed adjusted.

Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c