From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (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 A8BF321CF1CF2 for ; Tue, 13 Feb 2018 04:26:29 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 689FE40FB645; Tue, 13 Feb 2018 12:32:19 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-17.rdu2.redhat.com [10.10.120.17]) by smtp.corp.redhat.com (Postfix) with ESMTP id 085641008574; Tue, 13 Feb 2018 12:32:17 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Ruiyu Ni , Eric Dong , Ard Biesheuvel , Jordan Justen , Andrew Fish , Jaben Carsey , Star Zeng References: <20180212134513.6882-1-lersek@redhat.com> Message-ID: <791aeca5-143c-69da-30d2-6de0b1edd159@redhat.com> Date: Tue, 13 Feb 2018 13:32:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180212134513.6882-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 13 Feb 2018 12:32:19 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 13 Feb 2018 12:32:19 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' 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: Tue, 13 Feb 2018 12:26:30 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 02/12/18 14:45, Laszlo Ersek wrote: > Repo: https://github.com/lersek/edk2.git > Branch: shell_libs_cleanup > > Cc: Andrew Fish > Cc: Ard Biesheuvel > Cc: Eric Dong > Cc: Jaben Carsey > Cc: Jordan Justen > Cc: Ruiyu Ni > Cc: Star Zeng > > Thanks > Laszlo > > 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 > > 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(-) > Thank you all for the feedpack; I pushed the following commits: 1 f3f80a57e164 OvmfPkg: drop stale SafeBlockIoLib and SafeOpenProtocolLib resolutions 2 bad0b5e87165 MdeModulePkg/UefiBootManagerLib: remove superfluous TimerLib dependency 3 7a141b1306f6 ShellPkg: remove superfluous TimerLib resolution Thanks Laszlo