From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DC75F81B48 for ; Mon, 16 Jan 2017 19:25:03 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2017 19:25:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,242,1477983600"; d="scan'208";a="214138357" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.9]) by fmsmga004.fm.intel.com with ESMTP; 16 Jan 2017 19:25:02 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Liming Gao , Michael Kinney , Feng Tian , Ruiyu Ni , Jaben Carsey Date: Tue, 17 Jan 2017 11:24:56 +0800 Message-Id: <1484623499-180236-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 MIME-Version: 1.0 Subject: [PATCH 0/3] Add SMBIOS spec 3.1.0 support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 03:25:04 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Cc: Michael Kinney Cc: Feng Tian Cc: Ruiyu Ni Cc: Jaben Carsey 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