[edk2] [PATCH 0/4] minuscule cleanups for Shell library resolutions

Laszlo Ersek posted 4 patches 6 years, 2 months ago
Failed in applying to current master (apply log)
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(-)
[edk2] [PATCH 0/4] minuscule cleanups for Shell library resolutions
Posted by Laszlo Ersek 6 years, 2 months ago
Repo:   https://github.com/lersek/edk2.git
Branch: shell_libs_cleanup

Cc: Andrew Fish <afish@apple.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>

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(-)

-- 
2.14.1.3.gb7cf6e02401b

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/4] minuscule cleanups for Shell library resolutions
Posted by Carsey, Jaben 6 years, 2 months ago
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

> -----Original Message-----
> From: Laszlo Ersek [mailto:lersek@redhat.com]
> Sent: Monday, February 12, 2018 5:45 AM
> To: edk2-devel-01 <edk2-devel@lists.01.org>
> Cc: Andrew Fish <afish@apple.com>; Ard Biesheuvel
> <ard.biesheuvel@linaro.org>; Dong, Eric <eric.dong@intel.com>; Carsey,
> Jaben <jaben.carsey@intel.com>; Justen, Jordan L
> <jordan.l.justen@intel.com>; Ni, Ruiyu <ruiyu.ni@intel.com>; Zeng, Star
> <star.zeng@intel.com>
> Subject: [PATCH 0/4] minuscule cleanups for Shell library resolutions
> Importance: High
> 
> Repo:   https://github.com/lersek/edk2.git
> Branch: shell_libs_cleanup
> 
> Cc: Andrew Fish <afish@apple.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Jaben Carsey <jaben.carsey@intel.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> 
> 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(-)
> 
> --
> 2.14.1.3.gb7cf6e02401b

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/4] minuscule cleanups for Shell library resolutions
Posted by Laszlo Ersek 6 years, 2 months ago
On 02/12/18 14:45, Laszlo Ersek wrote:
> Repo:   https://github.com/lersek/edk2.git
> Branch: shell_libs_cleanup
> 
> Cc: Andrew Fish <afish@apple.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Jaben Carsey <jaben.carsey@intel.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> 
> 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
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel