From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 87CC9210FC394 for ; Wed, 22 Aug 2018 20:36:27 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Aug 2018 20:36:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,276,1531810800"; d="scan'208";a="226952099" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by orsmga004.jf.intel.com with ESMTP; 22 Aug 2018 20:36:22 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng Date: Thu, 23 Aug 2018 11:36:18 +0800 Message-Id: <1534995380-26964-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH V2 0/2] Add SMBIOS 3.2.0 definitions X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2018 03:36:27 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=1099 This patch series updates 1. MdePkg/Include/IndustryStandard/Smbios.h 2. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion and gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev V2: Add missing update to MISC_PORT_TYPE and SMBIOS_TABLE_TYPE9 in PATCH V2 1/2. Star Zeng (2): MdePkg SmBios.h: Add SMBIOS 3.2.0 definitions MdeModulePkg: Update SMBIOS PCDs to 3.2.0 MdeModulePkg/MdeModulePkg.dec | 4 +- MdePkg/Include/IndustryStandard/SmBios.h | 155 ++++++++++++++++++++++++------- 2 files changed, 122 insertions(+), 37 deletions(-) -- 2.7.0.windows.1