From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 6EC4181ECD for ; Sun, 22 Jan 2017 00:17:50 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP; 22 Jan 2017 00:17:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,268,1477983600"; d="scan'208";a="56139987" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.9]) by fmsmga005.fm.intel.com with ESMTP; 22 Jan 2017 00:17:46 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Liming Gao , Michael Kinney , Feng Tian , Ruiyu Ni , Jaben Carsey Date: Sun, 22 Jan 2017 16:17:40 +0800 Message-Id: <1485073063-211620-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/3] Add SMBIOS spec 3.1.1 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: Sun, 22 Jan 2017 08:17:50 -0000 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=349 These patches are to add support for below items. Processor Information (Type 4): - add socket SP3r2 - add AMD Zen Processor Family Management Controller Host Interface (Type 42): - include Host Interface Type and Protocol Identifier enumerations 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.1 MdeModulePkg: Update PcdSmbiosDocRev to 0x1 for SMBIOS spec 3.1.1 ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.1 MdeModulePkg/MdeModulePkg.dec | 2 +- MdePkg/Include/IndustryStandard/SmBios.h | 25 +++++++++++++-- .../SmbiosView/PrintInfo.c | 6 +++- .../SmbiosView/QueryTable.c | 37 ++++++++++++++++++++++ .../SmbiosView/QueryTable.h | 14 +++++++- .../SmbiosView/SmbiosViewStrings.uni | 3 +- 6 files changed, 81 insertions(+), 6 deletions(-) -- 2.7.0.windows.1