From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 4AED521DFA7BA for ; Tue, 28 Mar 2017 16:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490742178; x=1522278178; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=9bE97ivzbpI0pDXM5J/s86q762CF8RppatgoWp2NGuc=; b=Tj0FdL8UF98tLc1cGRCsRBl8T9JDPQ7waM4u+B2CKZBkxfrxSlErlLgW roPkiYouVNrrJVZMY+1EaYz1Uocjbg==; Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 16:02:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,238,1486454400"; d="scan'208";a="949194701" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by orsmga003.jf.intel.com with ESMTP; 28 Mar 2017 16:02:45 -0700 Received: from orsmsx151.amr.corp.intel.com (10.22.226.38) by ORSMSX106.amr.corp.intel.com (10.22.225.133) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 28 Mar 2017 16:02:45 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.59]) by ORSMSX151.amr.corp.intel.com ([169.254.7.111]) with mapi id 14.03.0319.002; Tue, 28 Mar 2017 16:02:45 -0700 From: "Kinney, Michael D" To: Ard Biesheuvel , "Yao, Jiewen" , "Kinney, Michael D" CC: "Ni, Ruiyu" , Leo Duran , "edk2-devel@lists.01.org" , Brijesh Singh Thread-Topic: [edk2] [PATCH 1/3] MdeModulePkg/Include: Add IOMMU protocol definition. Thread-Index: AQHSpUo+tePCN6Wjx0ORFdUzA3QHj6GrUtIA//+Q+hA= Date: Tue, 28 Mar 2017 23:02:41 +0000 Message-ID: References: <1490434122-16200-1-git-send-email-jiewen.yao@intel.com> <1490434122-16200-2-git-send-email-jiewen.yao@intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTlmZjU4YTItNjZkNC00NDZiLTgwZDItZDg1ZWFlZDMwMmIxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjdRWmFKeWJoNWQ3OWFMZGtKYmVDcFNLdis4NnFlelJQRnkxdlJSQkpSOVU9In0= x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: [PATCH 1/3] MdeModulePkg/Include: Add IOMMU protocol definition. 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, 28 Mar 2017 23:02:58 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ard, I agree. And I think the IOMMU protocol should also support flexible double buffer operations so the extra copies by the host CPU can be avoided if the logical DMA address can directly map to the original buffer. Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ar= d > Biesheuvel > Sent: Tuesday, March 28, 2017 3:39 PM > To: Yao, Jiewen > Cc: Ni, Ruiyu ; Leo Duran ; edk2- > devel@lists.01.org; Brijesh Singh > Subject: Re: [edk2] [PATCH 1/3] MdeModulePkg/Include: Add IOMMU protocol > definition. >=20 > On 25 March 2017 at 09:28, Jiewen Yao wrote: > > This protocol is to abstract IOMMU access. > > > > Cc: Ruiyu Ni > > Cc: Leo Duran > > Cc: Brijesh Singh > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Jiewen Yao >=20 > Hello all, >=20 > It would be very useful for a IOMMU protocol such as this one to > support non-identity mappings between the host and the PCI bus. >=20 > On 64-bit ARM systems, no RAM may exist below 4 GB, and if a IOMMU is > available, it could be used to remap RAM for DMA in a way that makes > it 32-bit addressable for PCI masters that are not 64-bit capable. >=20 > The PCI protocols in UEFI already allow such non-identity mappings. If > a IOMMU protocol is introduced, it makes sense to allow it to be > involved in establishing the device address when performing a map > operation. >=20 > -- > Ard. >=20 >=20 > > --- > > MdeModulePkg/Include/Protocol/IoMmu.h | 132 ++++++++++++++++++++ > > MdeModulePkg/MdeModulePkg.dec | 3 + > > 2 files changed, 135 insertions(+) > > > > diff --git a/MdeModulePkg/Include/Protocol/IoMmu.h > b/MdeModulePkg/Include/Protocol/IoMmu.h > > new file mode 100644 > > index 0000000..55b9c78 > > --- /dev/null > > +++ b/MdeModulePkg/Include/Protocol/IoMmu.h > > @@ -0,0 +1,132 @@ > > +/** @file > > + EFI IOMMU Protocol. > > + > > +Copyright (c) 2017, Intel Corporation. All rights reserved.
> > +This program and the accompanying materials are licensed and made avai= lable > under > > +the terms and conditions of the BSD License that accompanies this dist= ribution. > > +The full text of the license may be found at > > +http://opensource.org/licenses/bsd-license.php. > > + > > +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, > > +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR I= MPLIED. > > + > > +**/ > > + > > + > > +#ifndef __IOMMU_H__ > > +#define __IOMMU_H__ > > + > > +// > > +// IOMMU Protocol GUID value > > +// > > +#define EDKII_IOMMU_PROTOCOL_GUID \ > > + { \ > > + 0x4e939de9, 0xd948, 0x4b0f, { 0x88, 0xed, 0xe6, 0xe1, 0xce, 0x51= , 0x7c, > 0x1e } \ > > + } > > + > > +// > > +// Forward reference for pure ANSI compatability > > +// > > +typedef struct _EDKII_IOMMU_PROTOCOL EDKII_IOMMU_PROTOCOL; > > + > > +// > > +// Revision The revision to which the IOMMU interface adheres. > > +// All future revisions must be backwards compatible. > > +// If a future version is not back wards compatible it is not= the same > GUID. > > +// > > +#define EDKII_IOMMU_PROTOCOL_REVISION 0x00010000 > > + > > +// > > +// IOMMU attribute. > > +// These types can be "ORed" together as needed. > > +// Any undefined bits are reserved and must be zero. > > +// > > +#define EDKII_IOMMU_ATTRIBUTE_READ 0x1 > > +#define EDKII_IOMMU_ATTRIBUTE_WRITE 0x2 > > + > > +/** > > + Set IOMMU attribute for a system memory. > > + > > + If the IOMMU protocol exists, the system memory cannot be used > > + for DMA by default. > > + > > + When a device requests a DMA access for a system memory, > > + the device driver need use SetAttribute() to update the IOMMU > > + attribute to request DMA access (read and/or write). > > + > > + The DeviceHandle is used to identify which device it is. > > + The IOMMU implementation need translate the device path to an IOMMU = device ID, > > + and set IOMMU hardware register accordingly. > > + 1) DeviceHandle can be a standard PCI device. > > + The memory for BusMasterRead need set EDKII_IOMMU_ATTRIBUTE_READ. > > + The memory for BusMasterWrite need set EDKII_IOMMU_ATTRIBUTE_WRIT= E. > > + The memory for BusMasterCommonBuffer need set > EDKII_IOMMU_ATTRIBUTE_READ|EDKII_IOMMU_ATTRIBUTE_WRITE. > > + After the memory is used, the memory need set 0 to keep it being = protected. > > + 2) DeviceHandle can be an ACPI device (ISA, I2C, SPI, etc). > > + The memory for DMA access need set EDKII_IOMMU_ATTRIBUTE_READ and= /or > EDKII_IOMMU_ATTRIBUTE_WRITE. > > + > > + @param This The protocol instance pointer. > > + @param DeviceHandle The device who initiates the DMA access re= quest. > > + @param BaseAddress The base of system memory address to be us= ed as the > DMA memory. > > + @param Length The length of system memory address to be = used as > the DMA memory. > > + @param IoMmuAttribute The IOMMU attribute. > > + > > + @retval EFI_SUCCESS The IoMmuAttribute is set for the mem= ory range > specified by BaseAddress and Length. > > + @retval EFI_INVALID_PARAMETER DeviceHandle is an invalid handle. > > + @retval EFI_INVALID_PARAMETER BaseAddress is not IoMmu Page size al= igned. > > + @retval EFI_INVALID_PARAMETER Length is not IoMmu Page size aligned= . > > + @retval EFI_INVALID_PARAMETER Length is 0. > > + @retval EFI_INVALID_PARAMETER IoMmuAttribute specified an illegal c= ombination > of attributes. > > + @retval EFI_UNSUPPORTED DeviceHandle is unknown by the IOMMU. > > + @retval EFI_UNSUPPORTED The bit mask of IoMmuAttribute is not= supported > by the IOMMU. > > + @retval EFI_UNSUPPORTED The IOMMU does not support the memory= range > specified by BaseAddress and Length. > > + @retval EFI_OUT_OF_RESOURCES There are not enough resources availa= ble to > modify the IOMMU attribute. > > + @retval EFI_DEVICE_ERROR The IOMMU device reported an error wh= ile > attempting the operation. > > + > > +**/ > > +typedef > > +EFI_STATUS > > +(EFIAPI *EDKII_IOMMU_SET_ATTRIBUTE)( > > + IN EDKII_IOMMU_PROTOCOL *This, > > + IN EFI_HANDLE DeviceHandle, > > + IN UINT64 BaseAddress, > > + IN UINT64 Length, > > + IN UINT64 IoMmuAttribute > > + ); > > + > > +/** > > + Get IOMMU page size. > > + > > + This is the minimal supported page size for a IOMMU. > > + For example, if an IOMMU supports 4KiB, 2MiB and 1GiB, > > + 4KiB should be returned. > > + > > + @param This Protocol instance pointer. > > + @param PageSize The minimal supported page size for a IOMMU. > > + > > + @retval EFI_SUCCESS The page size is returned. > > + @retval EFI_INVALID_PARAMETER PageSize is NULL. > > + > > +**/ > > +typedef > > +EFI_STATUS > > +(EFIAPI *EDKII_IOMMU_GET_PAGE_SIZE)( > > + IN EDKII_IOMMU_PROTOCOL *This, > > + OUT UINTN *PageSize > > + ); > > + > > +/// > > +/// IOMMU Protocol structure. > > +/// > > +struct _EDKII_IOMMU_PROTOCOL { > > + UINT64 Revision; > > + EDKII_IOMMU_GET_PAGE_SIZE GetPageSize; > > + EDKII_IOMMU_SET_ATTRIBUTE SetAttribute; > > +}; > > + > > +/// > > +/// IOMMU Protocol GUID variable. > > +/// > > +extern EFI_GUID gEdkiiIoMmuProtocolGuid; > > + > > +#endif > > diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.= dec > > index 356b3e1..db596b6 100644 > > --- a/MdeModulePkg/MdeModulePkg.dec > > +++ b/MdeModulePkg/MdeModulePkg.dec > > @@ -540,6 +540,9 @@ > > ## Include/Protocol/NonDiscoverableDevice.h > > gEdkiiNonDiscoverableDeviceProtocolGuid =3D { 0x0d51905b, 0xb77e, 0x= 452a, {0xa2, > 0xc0, 0xec, 0xa0, 0xcc, 0x8d, 0x51, 0x4a } } > > > > + ## Include/Protocol/IoMmu.h > > + gEdkiiIoMmuProtocolGuid =3D { 0x4e939de9, 0xd948, 0x4b0f, { 0x88, 0x= ed, 0xe6, > 0xe1, 0xce, 0x51, 0x7c, 0x1e } } > > + > > # > > # [Error.gEfiMdeModulePkgTokenSpaceGuid] > > # 0x80000001 | Invalid value provided. > > -- > > 2.7.4.windows.1 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel