From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web10.1674.1571280400923337058 for ; Wed, 16 Oct 2019 19:46:41 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: hao.a.wu@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 19:46:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,306,1566889200"; d="scan'208";a="208120554" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 16 Oct 2019 19:46:40 -0700 Received: from fmsmsx163.amr.corp.intel.com (10.18.125.72) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 16 Oct 2019 19:46:39 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx163.amr.corp.intel.com (10.18.125.72) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 16 Oct 2019 19:46:39 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0439.000; Thu, 17 Oct 2019 10:46:37 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" , "abner.chang@hpe.com" , "Gao, Liming" CC: "Wang, Jian J" , Leif Lindholm , Gilbert Chen Subject: Re: [edk2-devel] [PATCH v5 1/3] MdeModulePkg: Update to support SmBios 3.3.0 Thread-Topic: [edk2-devel] [PATCH v5 1/3] MdeModulePkg: Update to support SmBios 3.3.0 Thread-Index: AQHVfbNchNOZARAFrU+GfDliRagpvadeLrGA Date: Thu, 17 Oct 2019 02:46:36 +0000 Message-ID: References: <1570521848-5465-1-git-send-email-abner.chang@hpe.com> <1570521848-5465-2-git-send-email-abner.chang@hpe.com> In-Reply-To: <1570521848-5465-2-git-send-email-abner.chang@hpe.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Abner Chang > Sent: Tuesday, October 08, 2019 4:04 PM > To: devel@edk2.groups.io > Cc: abner.chang@hpe.com; Wu, Hao A; Wang, Jian J; Leif Lindholm; Gilbert > Chen > Subject: [edk2-devel] [PATCH v5 1/3] MdeModulePkg: Update to support > SmBios 3.3.0 >=20 > This commit update the revision of SMBIOS spec reported in PCDs. > Bugzilla link, > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2202 >=20 > Signed-off-by: Abner Chang >=20 > Cc: Hao A Wu > Cc: Jian J Wang > Cc: Leif Lindholm > Cc: Gilbert Chen > --- > MdeModulePkg/MdeModulePkg.dec | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/MdeModulePkg/MdeModulePkg.dec > b/MdeModulePkg/MdeModulePkg.dec > index 19935c8..6b40021 100644 > --- a/MdeModulePkg/MdeModulePkg.dec > +++ b/MdeModulePkg/MdeModulePkg.dec > @@ -5,7 +5,7 @@ > # > # Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved. > # Copyright (c) 2016, Linaro Ltd. All rights reserved.
> -# (C) Copyright 2016 Hewlett Packard Enterprise Development LP
> +# (C) Copyright 2016 - 2019 Hewlett Packard Enterprise Development LP > # Copyright (c) 2017, AMD Incorporated. All rights reserved.
> # Copyright (c) 2016, Microsoft Corporation
> # SPDX-License-Identifier: BSD-2-Clause-Patent > @@ -1792,7 +1792,7 @@ >=20 > ## SMBIOS version. > # @Prompt SMBIOS version. > - > gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0302|UINT16|0x0 > 0010055 > + > gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0303|UINT16|0x0 > 0010055 Reviewed-by: Hao A Wu Best Regards, Hao Wu >=20 > ## SMBIOS Docrev field in SMBIOS 3.0 (64-bit) Entry Point Structure. > # @Prompt SMBIOS Docrev field in SMBIOS 3.0 (64-bit) Entry Point > Structure. > -- > 2.7.4 >=20 >=20 >=20