From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Permerror (SPF Permanent Error: More than 10 MX records returned) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org 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 A2F81220FB322 for ; Sun, 10 Dec 2017 23:06:08 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Dec 2017 23:10:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,391,1508828400"; d="scan'208";a="12354841" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 10 Dec 2017 23:10:45 -0800 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Dec 2017 23:10:45 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Dec 2017 23:10:44 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.175]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Mon, 11 Dec 2017 15:10:42 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" , "Gao, Liming" , "Kinney, Michael D" Thread-Topic: [PATCH 0/3] Correct function description for ALLOCATE_BUFFER Thread-Index: AQHTckzNj/HD/9QO20qFTJnKfcvUoaM9uaLg Date: Mon, 11 Dec 2017 07:10:42 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AA418C6@shsmsx102.ccr.corp.intel.com> References: <1512975222-8048-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1512975222-8048-1-git-send-email-star.zeng@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTk3NGFlODUtNzM3Ni00YTM0LTk4ODItZDRjZTIzOWY2ODM1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJkYTgxcndzRDQ2cWpUMDNhdXhKZXlTOTdjV0xPV3g2aGVuVWhJaHdMUUVUaStFODQrU2J2dUMzc1FqV1pRUVVzIn0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/3] Correct function description for ALLOCATE_BUFFER 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: Mon, 11 Dec 2017 07:06:08 -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: Monday, December 11, 2017 2:54 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ;= Ni, > Ruiyu ; Gao, Liming ; Kinney, > Michael D > Subject: [PATCH 0/3] Correct function description for ALLOCATE_BUFFER >=20 > According to UEFI spec, DUAL_ADDRESS_CYCLE is missing in the > EFI_UNSUPPORTED return status description for ALLOCATE_BUFFER interface. > Same issue is also in IOMMU interface. >=20 > Cc: Jiewen Yao > Cc: Ruiyu Ni > Cc: Liming Gao > Cc: Michael D Kinney >=20 > Star Zeng (3): > MdePkg PciIo.h: Correct function description for ALLOCATE_BUFFER > MdeModulePkg: Correct function description for AllocateBuffer > IntelSilicon: Correct function description for AllocateBuffer >=20 > IntelSiliconPkg/Feature/VTd/IntelVTdDxe/BmDma.c | 2 +- > IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.c | 2 +- > IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.c | 2 +- > MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c | 4 ++-- > MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h | 4 ++-- > MdeModulePkg/Include/Ppi/IoMmu.h | 2 +- > MdeModulePkg/Include/Protocol/IoMmu.h | 2 +- > MdePkg/Include/Protocol/PciIo.h | 4 ++-- > 8 files changed, 11 insertions(+), 11 deletions(-) >=20 > -- > 2.7.0.windows.1