mirror of https://github.com/acidanthera/audk.git
ShellPkg: Update smbiosview type 41 with SMBIOS 3.5 fields
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3900 update smbiosview type 41 related fileds. Signed-off-by: Bo Chang Ke <bo-changx.ke@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
4cfb28f12a
commit
9bf7291d63
|
@ -1766,6 +1766,30 @@ TABLE_ITEM OnboardDeviceTypesTable[] = {
|
|||
0x0A,
|
||||
L" Sas Controller"
|
||||
},
|
||||
{
|
||||
0x0B,
|
||||
L" Wireless LAN"
|
||||
},
|
||||
{
|
||||
0x0C,
|
||||
L" Bluetooth"
|
||||
},
|
||||
{
|
||||
0x0D,
|
||||
L" WWAN"
|
||||
},
|
||||
{
|
||||
0x0E,
|
||||
L" embedded Multi-Media Controller"
|
||||
},
|
||||
{
|
||||
0x0F,
|
||||
L" NVMe Controller"
|
||||
},
|
||||
{
|
||||
0x10,
|
||||
L" UFS Controller"
|
||||
}
|
||||
};
|
||||
|
||||
TABLE_ITEM SELTypesTable[] = {
|
||||
|
|
Loading…
Reference in New Issue