ShellPkg/SmbiosView: Add decoding of SMBIOS record type 43
Added decoding of the new SMBIOS Type 43 record. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Augustine Linson P <linson.augustine@hpe.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
committed by
Star Zeng
parent
6157f6500c
commit
e9f0be021b
@ -3,7 +3,7 @@
|
||||
And give a interface of query a string out of a table.
|
||||
|
||||
Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
||||
(C) Copyright 2016-2017 Hewlett Packard Enterprise Development LP<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@ -3189,6 +3189,10 @@ TABLE_ITEM StructureTypeInfoTable[] = {
|
||||
42,
|
||||
L" Management Controller Host Interface"
|
||||
},
|
||||
{
|
||||
43,
|
||||
L" TPM Device"
|
||||
},
|
||||
{
|
||||
0x7E,
|
||||
L" Inactive"
|
||||
|
Reference in New Issue
Block a user