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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C1D5982071 for ; Fri, 10 Feb 2017 02:54:11 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2017 02:54:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,140,1484035200"; d="scan'208";a="819274390" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 10 Feb 2017 02:54:11 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 10 Feb 2017 02:54:11 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 10 Feb 2017 02:54:10 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0248.002; Fri, 10 Feb 2017 18:54:09 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: Alexei Fedorov , "Gao, Liming" , "Kinney, Michael D" Thread-Topic: [PATCH V2] MdePkg ACPI: Incorrect definition name for ACPI IORT Table signature Thread-Index: AQHSg3EhtQ41Xh677Um4f3LkmHdxoaFiEREQ Date: Fri, 10 Feb 2017 10:54:08 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A8EC97A@shsmsx102.ccr.corp.intel.com> References: <1486712481-46360-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1486712481-46360-1-git-send-email-star.zeng@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 V2] MdePkg ACPI: Incorrect definition name for ACPI IORT Table signature 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: Fri, 10 Feb 2017 10:54:11 -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: Zeng, Star > Sent: Thursday, February 9, 2017 11:41 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Alexei Fedorov > ; Yao, Jiewen ; Gao, Liming > ; Kinney, Michael D > Subject: [PATCH V2] MdePkg ACPI: Incorrect definition name for ACPI IORT = Table > signature >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D363 >=20 > The definition name for ACPI IO Remapping Table signature is incorrect > in Acpi60.h and Acpi61.h as below: > EFI_ACPI_6_0_INTERRUPT_SOURCE_OVERRIDE_SIGNATURE > EFI_ACPI_6_1_INTERRUPT_SOURCE_OVERRIDE_SIGNATURE >=20 > The name should be changed to > EFI_ACPI_6_0_IO_REMAPPING_TABLE_SIGNATURE > EFI_ACPI_6_1_IO_REMAPPING_TABLE_SIGNATURE >=20 > The comments > /// > /// "IORT" Interrupt Source Override > /// > will be also changed to > /// > /// "IORT" I/O Remapping Table > /// >=20 > V2: Minor commit log update. >=20 > Cc: Alexei Fedorov > Cc: Jiewen Yao > Cc: Liming Gao > Cc: Michael Kinney > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Star Zeng > --- > MdePkg/Include/IndustryStandard/Acpi60.h | 6 +++--- > MdePkg/Include/IndustryStandard/Acpi61.h | 6 +++--- > 2 files changed, 6 insertions(+), 6 deletions(-) >=20 > diff --git a/MdePkg/Include/IndustryStandard/Acpi60.h > b/MdePkg/Include/IndustryStandard/Acpi60.h > index ab798e9cf4c1..6183d8a9bd6c 100644 > --- a/MdePkg/Include/IndustryStandard/Acpi60.h > +++ b/MdePkg/Include/IndustryStandard/Acpi60.h > @@ -1,7 +1,7 @@ > /** @file > 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.
> + Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.
> (C) Copyright 2015-2016 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 > @@ -2252,9 +2252,9 @@ typedef struct { > #define EFI_ACPI_6_0_ISCSI_BOOT_FIRMWARE_TABLE_SIGNATURE > SIGNATURE_32('i', 'B', 'F', 'T') >=20 > /// > -/// "IORT" Interrupt Source Override > +/// "IORT" I/O Remapping Table > /// > -#define EFI_ACPI_6_0_INTERRUPT_SOURCE_OVERRIDE_SIGNATURE > SIGNATURE_32('I', 'O', 'R', 'T') > +#define EFI_ACPI_6_0_IO_REMAPPING_TABLE_SIGNATURE > SIGNATURE_32('I', 'O', 'R', 'T') >=20 > /// > /// "IVRS" I/O Virtualization Reporting Structure > diff --git a/MdePkg/Include/IndustryStandard/Acpi61.h > b/MdePkg/Include/IndustryStandard/Acpi61.h > index dc3153b7e7c8..0fac9a80694d 100644 > --- a/MdePkg/Include/IndustryStandard/Acpi61.h > +++ b/MdePkg/Include/IndustryStandard/Acpi61.h > @@ -1,7 +1,7 @@ > /** @file > ACPI 6.1 definitions from the ACPI Specification Revision 6.1 January,= 2016. >=20 > - Copyright (c) 2016, Intel Corporation. All rights reserved.
> + Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.
> (C) Copyright 2016 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 > @@ -2284,9 +2284,9 @@ typedef struct { > #define EFI_ACPI_6_1_ISCSI_BOOT_FIRMWARE_TABLE_SIGNATURE > SIGNATURE_32('i', 'B', 'F', 'T') >=20 > /// > -/// "IORT" Interrupt Source Override > +/// "IORT" I/O Remapping Table > /// > -#define EFI_ACPI_6_1_INTERRUPT_SOURCE_OVERRIDE_SIGNATURE > SIGNATURE_32('I', 'O', 'R', 'T') > +#define EFI_ACPI_6_1_IO_REMAPPING_TABLE_SIGNATURE > SIGNATURE_32('I', 'O', 'R', 'T') >=20 > /// > /// "IVRS" I/O Virtualization Reporting Structure > -- > 2.7.0.windows.1