From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AF22E1A1E43 for ; Tue, 25 Oct 2016 16:35:16 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP; 25 Oct 2016 16:35:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,399,1473145200"; d="scan'208";a="23709138" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 25 Oct 2016 16:35:16 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 25 Oct 2016 16:35:15 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 25 Oct 2016 16:35:15 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Wed, 26 Oct 2016 07:35:11 +0800 From: "Yao, Jiewen" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] MdePkg ACPI60: Update MADT Revision per ACPI 6.0 Errata A Thread-Index: AQHSLrO/o9N0NOvqpkKeZ3zCTKbmE6C502lA Date: Tue, 25 Oct 2016 23:35:11 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386B722D@shsmsx102.ccr.corp.intel.com> References: <1477395255-20452-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1477395255-20452-1-git-send-email-liming.gao@intel.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 Subject: Re: [Patch] MdePkg ACPI60: Update MADT Revision per ACPI 6.0 Errata A 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, 25 Oct 2016 23:35:16 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: jiewen.yao@intel.com > -----Original Message----- > From: Gao, Liming > Sent: Tuesday, October 25, 2016 7:34 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen > Subject: [Patch] MdePkg ACPI60: Update MADT Revision per ACPI 6.0 Errata > A >=20 > Fix issue: https://bugzilla.tianocore.org/show_bug.cgi?id=3D94 >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao > --- > MdePkg/Include/IndustryStandard/Acpi60.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/MdePkg/Include/IndustryStandard/Acpi60.h > b/MdePkg/Include/IndustryStandard/Acpi60.h > index 01fda4b..ab798e9 100644 > --- a/MdePkg/Include/IndustryStandard/Acpi60.h > +++ b/MdePkg/Include/IndustryStandard/Acpi60.h > @@ -1,5 +1,5 @@ > /** @file > - ACPI 6.0 definitions from the ACPI Specification Revision 6.0 April, 2= 015. > + ACPI 6.0 definitions from the ACPI Specification Revision 6.0 Errata A > January, 2016. >=20 > Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
> (C) Copyright 2015-2016 Hewlett Packard Enterprise Development > LP
> @@ -290,9 +290,9 @@ typedef struct { > } EFI_ACPI_6_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER; >=20 > /// > -/// MADT Revision (as defined in ACPI 6.0 spec.) > +/// MADT Revision (as defined in ACPI 6.0 Errata A spec.) > /// > -#define EFI_ACPI_6_0_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION > 0x03 > +#define EFI_ACPI_6_0_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION > 0x04 >=20 > /// > /// Multiple APIC Flags > -- > 2.8.0.windows.1