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 13C641A1E31 for ; Tue, 25 Oct 2016 18:30:43 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 25 Oct 2016 18:30:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,548,1473145200"; d="scan'208";a="1075763973" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 25 Oct 2016 18:30:39 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 25 Oct 2016 18:30:39 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 25 Oct 2016 18:30:39 -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 09:30:34 +0800 From: "Yao, Jiewen" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata B Thread-Index: AQHSJez2gef55H7uZUyiy8bYQVW0jaC6BSkA Date: Wed, 26 Oct 2016 01:30:34 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386B74BF@shsmsx102.ccr.corp.intel.com> References: <1476430206-14412-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1476430206-14412-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 ACPI51: Update GIC version per ACPI 5.1 Errata B 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: Wed, 26 Oct 2016 01:30:43 -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: Friday, October 14, 2016 3:30 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen > Subject: [Patch] MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata B >=20 > Fix issue: https://bugzilla.tianocore.org/show_bug.cgi?id=3D95 >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao > --- > MdePkg/Include/IndustryStandard/Acpi51.h | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/MdePkg/Include/IndustryStandard/Acpi51.h > b/MdePkg/Include/IndustryStandard/Acpi51.h > index 034094e..f38aa46 100644 > --- a/MdePkg/Include/IndustryStandard/Acpi51.h > +++ b/MdePkg/Include/IndustryStandard/Acpi51.h > @@ -1,8 +1,8 @@ > /** @file > - ACPI 5.1 definitions from the ACPI Specification Revision 5.1 July, 20= 14. > + ACPI 5.1 definitions from the ACPI Specification Revision 5.1 Errata B > January, 2016. >=20 > Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
> - Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.
> + Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
> (C) Copyright 2015 Hewlett Packard Enterprise Development LP
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the > BSD License > @@ -537,8 +537,8 @@ typedef struct { > /// > /// GIC Version > /// > -#define EFI_ACPI_5_1_GIC_V2 > 0x01 > -#define EFI_ACPI_5_1_GIC_V2m > 0x02 > +#define EFI_ACPI_5_1_GIC_V1 > 0x01 > +#define EFI_ACPI_5_1_GIC_V2 > 0x02 > #define EFI_ACPI_5_1_GIC_V3 > 0x03 > #define EFI_ACPI_5_1_GIC_V4 > 0x04 >=20 > -- > 2.8.0.windows.1