MdeModulePkg reviewed-by: Feng Tian <[email protected]> Thanks Feng
-----Original Message----- From: Zeng, Star Sent: Tuesday, January 17, 2017 11:25 AM To: [email protected] Cc: Zeng, Star <[email protected]>; Gao, Liming <[email protected]>; Kinney, Michael D <[email protected]>; Tian, Feng <[email protected]>; Ni, Ruiyu <[email protected]>; Carsey, Jaben <[email protected]> Subject: [PATCH 0/3] Add SMBIOS spec 3.1.0 support REF: https://bugzilla.tianocore.org/show_bug.cgi?id=340 TPM Device (Type 43) support has been added at 713e4b007cb791829397522ad8f366dd1e08bee6 and e9f0be021b7649c15d823e193110c0088cda9a89. These patch are to add support for below items. • BIOS Information (Type 0): – Add new entry for extended BIOS ROM size • System Enclosure or Chassis (Type 3): – Add new chassis types: IoT Gateway and Embedded PC – Add new chassis types: Mini PC and Stick PC • Processor Information (Type 4): – Add Intel Core m3 m5 m7 processors – Add processor socket AM4 – Add processor socket LGA1151 – Add processor socket BGA1356, BGA1440, BGA1515 – Add AMD Opteron A-Series processor – Add processor socket LGA3647-1 – Add processor socket SP3 Processors – Add families for ARMv7 and ARMv8 – Add family for AMD Opteron(TM) X3000 Series APU • Cache Information (Type 7): – Extend to support Cache sizes >2047 MB • System Slots (Type 9): – Add Mini PCIe support Cc: Liming Gao <[email protected]> Cc: Michael Kinney <[email protected]> Cc: Feng Tian <[email protected]> Cc: Ruiyu Ni <[email protected]> Cc: Jaben Carsey <[email protected]> Star Zeng (3): MdePkg: Add definitions for SMBIOS spec 3.1.0 MdeModulePkg: Update PcdSmbiosVersion to 0x0301 for SMBIOS spec 3.1.0 ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.0 MdeModulePkg/MdeModulePkg.dec | 2 +- MdePkg/Include/IndustryStandard/SmBios.h | 46 ++++++++++++++++-- .../SmbiosView/PrintInfo.c | 44 ++++++++++++++++- .../SmbiosView/QueryTable.c | 56 ++++++++++++++++++++++ .../SmbiosView/SmbiosViewStrings.uni | 1 + .../UefiShellDebug1CommandsLib.uni | 3 +- 6 files changed, 145 insertions(+), 7 deletions(-) -- 2.7.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

