From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 9EF4121AE2627 for ; Mon, 26 Jun 2017 22:10:16 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 26 Jun 2017 22:11:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,399,1493708400"; d="scan'208";a="1187318632" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 26 Jun 2017 22:11:46 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 26 Jun 2017 22:11:46 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 26 Jun 2017 22:11:45 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Tue, 27 Jun 2017 13:11:42 +0800 From: "Zeng, Star" To: Ard Biesheuvel , "edk2-devel@lists.01.org" , "Gao, Liming" , "Kinney, Michael D" CC: Leif Lindholm , "Zeng, Star" Thread-Topic: [edk2] [PATCH] MdePkg/IndustryStandard: update ACPI/IORT definitions to revision C Thread-Index: AQHS60ci3XXKDXCJ8UC/0Jcy2SWhiKI23bEAgAFS4dA= Date: Tue, 27 Jun 2017 05:11:42 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B8EDAE4@shsmsx102.ccr.corp.intel.com> References: <20170622110243.10038-1-ard.biesheuvel@linaro.org> In-Reply-To: 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/IndustryStandard: update ACPI/IORT definitions to revision C X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2017 05:10:16 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Liming is taking leave today, and Reviewed-by: Star Zeng . And we have no concern to pull this to UDK2017 branch. Thanks, Star -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ard = Biesheuvel Sent: Tuesday, June 27, 2017 12:57 AM To: edk2-devel@lists.01.org; Gao, Liming ; Kinney, Mi= chael D Cc: Leif Lindholm ; Ard Biesheuvel Subject: Re: [edk2] [PATCH] MdePkg/IndustryStandard: update ACPI/IORT defin= itions to revision C On 22 June 2017 at 11:02, Ard Biesheuvel wrote: > This updates the IORT header to include the definitions that were=20 > added in revision C of the IORT spec that was made public recently. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel Ping? And also, would anyone mind if we pull this (and the patch that adds = this file) into the UDK2017 branch? > --- > MdePkg/Include/IndustryStandard/IoRemappingTable.h | 19=20 > +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) > > diff --git a/MdePkg/Include/IndustryStandard/IoRemappingTable.h=20 > b/MdePkg/Include/IndustryStandard/IoRemappingTable.h > index 430df3b956bb..c113afdd2784 100644 > --- a/MdePkg/Include/IndustryStandard/IoRemappingTable.h > +++ b/MdePkg/Include/IndustryStandard/IoRemappingTable.h > @@ -1,7 +1,7 @@ > /** @file > - ACPI IO Remapping Table (IORT) as specified in ARM spec DEN0049B > + ACPI IO Remapping Table (IORT) as specified in ARM spec DEN0049C > > - =20 > http://infocenter.arm.com/help/topic/com.arm.doc.den0049b/DEN0049B_IO_ > Remapping_Table.pdf > + =20 > + http://infocenter.arm.com/help/topic/com.arm.doc.den0049c/DEN0049C_I > + O_Remapping_Table.pdf > > Copyright (c) 2017, Linaro Limited. All rights reserved.
> > @@ -26,6 +26,7 @@ > #define EFI_ACPI_IORT_TYPE_ROOT_COMPLEX 0x2 > #define EFI_ACPI_IORT_TYPE_SMMUv1v2 0x3 > #define EFI_ACPI_IORT_TYPE_SMMUv3 0x4 > +#define EFI_ACPI_IORT_TYPE_PMCG 0x5 > > #define EFI_ACPI_IORT_MEM_ACCESS_PROP_CCA BIT0 > > @@ -41,6 +42,8 @@ > #define EFI_ACPI_IORT_SMMUv1v2_MODEL_v2 0x1 > #define EFI_ACPI_IORT_SMMUv1v2_MODEL_MMU400 0x2 > #define EFI_ACPI_IORT_SMMUv1v2_MODEL_MMU500 0x3 > +#define EFI_ACPI_IORT_SMMUv1v2_MODEL_MMU401 0x4 > +#define EFI_ACPI_IORT_SMMUv1v2_MODEL_CAVIUM_THX_v2 0x5 > > #define EFI_ACPI_IORT_SMMUv1v2_FLAG_DVM BIT0 > #define EFI_ACPI_IORT_SMMUv1v2_FLAG_COH_WALK BIT1 > @@ -178,6 +181,18 @@ typedef struct { > UINT32 Sync; > } EFI_ACPI_6_0_IO_REMAPPING_SMMU3_NODE; > > +/// > +/// Node type 5: PMCG node > +/// > +typedef struct { > + EFI_ACPI_6_0_IO_REMAPPING_NODE Node; > + > + UINT64 Base; > + UINT32 OverflowInterruptGsiv; > + UINT32 NodeReference; > +//EFI_ACPI_6_0_IO_REMAPPING_ID_TABLE OverflowInterruptMsiMapping[1]= ; > +} EFI_ACPI_6_0_IO_REMAPPING_PMCG_NODE; > + > #pragma pack() > > #endif > -- > 2.9.3 > _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel