From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org 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 5A1F42215BD85 for ; Wed, 31 Jan 2018 17:14:12 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 17:19:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,442,1511856000"; d="scan'208";a="27888263" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 31 Jan 2018 17:19:48 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 31 Jan 2018 17:19:47 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 31 Jan 2018 17:19:47 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Thu, 1 Feb 2018 09:19:45 +0800 From: "Gao, Liming" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: Sean Brogan , "Yao, Jiewen" Thread-Topic: [Patch 0/1] MdePkg/UefiLib: Add EfiLocateProtocolBuffer() Thread-Index: AQHTmuvoUrqf5ShrO0uPl360soLr9KOOvySA Date: Thu, 1 Feb 2018 01:19:45 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E1BA4F0@SHSMSX104.ccr.corp.intel.com> References: <20180131233324.7492-1-michael.d.kinney@intel.com> In-Reply-To: <20180131233324.7492-1-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/1] MdePkg/UefiLib: Add EfiLocateProtocolBuffer() X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2018 01:14:12 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Mike: Just confirm. Do we still need to add new API in IntelFrameworkPkg Framew= orkUefiLib? I think we don't need add new feature in IntelFrameworkPkg and = IntelFrameworkModulePkg.=20 >-----Original Message----- >From: Kinney, Michael D >Sent: Thursday, February 01, 2018 7:33 AM >To: edk2-devel@lists.01.org >Cc: Sean Brogan ; Yao, Jiewen >; Gao, Liming ; Kinney, >Michael D >Subject: [Patch 0/1] MdePkg/UefiLib: Add EfiLocateProtocolBuffer() > >https://bugzilla.tianocore.org/show_bug.cgi?id=3D838 > >Add new API to the UefiLib that locates and returns >an array of protocols instances that match a given >protocol. > >Branch for review: > >https://github.com/mdkinney/edk2/tree/Bug_838_EfiLocateProtocolBuffer_ >V3 > >Cc: Sean Brogan >Cc: Jiewen Yao >Cc: Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Michael D Kinney > >Michael D Kinney (1): > MdePkg/UefiLib: Add EfiLocateProtocolBuffer() > > MdePkg/Include/Library/UefiLib.h | 32 +++++++++++- > MdePkg/Library/UefiLib/UefiLib.c | 107 >++++++++++++++++++++++++++++++++++++++- > 2 files changed, 137 insertions(+), 2 deletions(-) > >-- >2.14.2.windows.3