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=jaben.carsey@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 D6401222DE14C for ; Mon, 12 Feb 2018 07:19:45 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2018 07:25:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,501,1511856000"; d="scan'208";a="17310130" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 12 Feb 2018 07:25:34 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 12 Feb 2018 07:25:34 -0800 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.47]) by FMSMSX152.amr.corp.intel.com ([169.254.6.164]) with mapi id 14.03.0319.002; Mon, 12 Feb 2018 07:25:34 -0800 From: "Carsey, Jaben" To: Laszlo Ersek , edk2-devel-01 CC: Andrew Fish , Ard Biesheuvel , "Dong, Eric" , "Justen, Jordan L" , "Ni, Ruiyu" , "Zeng, Star" Thread-Topic: [PATCH 0/4] minuscule cleanups for Shell library resolutions Thread-Index: AQHTpAe7MIGx95SzSEmgAl1CeScCWKOg40Gw Date: Mon, 12 Feb 2018 15:25:33 +0000 Message-ID: References: <20180212134513.6882-1-lersek@redhat.com> In-Reply-To: <20180212134513.6882-1-lersek@redhat.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2MwZGMzZDUtNDcwYy00YjAxLWFjMjEtZmQ5NjQ4ZjBmYjc2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImFtMWhQeENCRklERUlzcTJMVWl3UFpESDRCYzdRNXdjN09NM080aDVNNEE9In0= x-ctpclassification: CTP_NT x-originating-ip: [10.1.200.107] MIME-Version: 1.0 Subject: Re: [PATCH 0/4] minuscule cleanups for Shell library resolutions 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: Mon, 12 Feb 2018 15:19:46 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey > -----Original Message----- > From: Laszlo Ersek [mailto:lersek@redhat.com] > Sent: Monday, February 12, 2018 5:45 AM > To: edk2-devel-01 > Cc: Andrew Fish ; Ard Biesheuvel > ; Dong, Eric ; Carsey, > Jaben ; Justen, Jordan L > ; Ni, Ruiyu ; Zeng, Star > > Subject: [PATCH 0/4] minuscule cleanups for Shell library resolutions > Importance: High >=20 > Repo: https://github.com/lersek/edk2.git > Branch: shell_libs_cleanup >=20 > Cc: Andrew Fish > Cc: Ard Biesheuvel > Cc: Eric Dong > Cc: Jaben Carsey > Cc: Jordan Justen > Cc: Ruiyu Ni > Cc: Star Zeng >=20 > Thanks > Laszlo >=20 > Laszlo Ersek (4): > OvmfPkg: drop stale SafeBlockIoLib and SafeOpenProtocolLib resolutions > EmulatorPkg: drop stale SafeBlockIoLib and SafeOpenProtocolLib > resolutions > MdeModulePkg/UefiBootManagerLib: remove superfluous TimerLib > dependency > ShellPkg: remove superfluous TimerLib resolution >=20 > EmulatorPkg/EmulatorPkg.dsc | 2 -- > MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h | 1 - > MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf | 1 - > OvmfPkg/OvmfPkgIa32.dsc | 2 -- > OvmfPkg/OvmfPkgIa32X64.dsc | 2 -- > OvmfPkg/OvmfPkgX64.dsc | 2 -- > ShellPkg/ShellPkg.dsc | 1 - > 7 files changed, 11 deletions(-) >=20 > -- > 2.14.1.3.gb7cf6e02401b