[edk2] [PATCH 00/14] Refine output of "dh"

Ruiyu Ni posted 14 patches 6 years, 7 months ago
Failed in applying to current master (apply log)
.../UefiHandleParsingLib/UefiHandleParsingLib.c    | 472 +++++++++++++++++++--
.../UefiHandleParsingLib/UefiHandleParsingLib.h    |   3 +-
.../UefiHandleParsingLib/UefiHandleParsingLib.inf  |   3 +-
.../UefiHandleParsingLib/UefiHandleParsingLib.uni  | 127 +++---
ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c  |  55 ++-
.../UefiShellDriver1CommandsLib.uni                |  42 +-
6 files changed, 572 insertions(+), 130 deletions(-)
[edk2] [PATCH 00/14] Refine output of "dh"
Posted by Ruiyu Ni 6 years, 7 months ago
The patches refine the output of "dh":
1. Support more detailed dump for some protocols.
2. Refine the output by changing the hilight, indent, EOL

Huajing Li (13):
  ShellPkg/dh: display all the protocol names in a single line
  ShellPkg/dh: change the key information color from blue to hilight
  ShellPkg/dh: fix the error display "Child Controllers" to "Managing".
  ShellPkg/dh: Display the protocol instance pointer value for "-v"
  ShellPkg/dh: Modify the dump of "ImageDevicePath" and "DevicePath"
  ShellPkg/dh: Modify the dump of LoadedImage protocol
  ShellPkg/dh: Modify the dump of BusSpecificDriverOverride protocol
  ShellPkg/dh: Modify the dump of BlockIo protocol
  ShellPkg/dh: Modify the dump of DebugSupport protocol
  ShellPkg/dh: Modify the dump of GraphicsOutput protocol
  ShellPkg/dh: Modify the dump of PciIo protocol
  ShellPkg/dh: Modify the dump of UsbIo protocol
  ShellPkg/dh: Modify the dump of UsbIo protocol

Ruiyu Ni (1):
  ShellPkg/dh: Refine the dump output

 .../UefiHandleParsingLib/UefiHandleParsingLib.c    | 472 +++++++++++++++++++--
 .../UefiHandleParsingLib/UefiHandleParsingLib.h    |   3 +-
 .../UefiHandleParsingLib/UefiHandleParsingLib.inf  |   3 +-
 .../UefiHandleParsingLib/UefiHandleParsingLib.uni  | 127 +++---
 ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c  |  55 ++-
 .../UefiShellDriver1CommandsLib.uni                |  42 +-
 6 files changed, 572 insertions(+), 130 deletions(-)

-- 
2.12.2.windows.2

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 00/14] Refine output of "dh"
Posted by Laszlo Ersek 6 years, 7 months ago
On 09/22/17 07:50, Ruiyu Ni wrote:
> The patches refine the output of "dh":
> 1. Support more detailed dump for some protocols.
> 2. Refine the output by changing the hilight, indent, EOL
> 
> Huajing Li (13):
>   ShellPkg/dh: display all the protocol names in a single line
>   ShellPkg/dh: change the key information color from blue to hilight
>   ShellPkg/dh: fix the error display "Child Controllers" to "Managing".
>   ShellPkg/dh: Display the protocol instance pointer value for "-v"
>   ShellPkg/dh: Modify the dump of "ImageDevicePath" and "DevicePath"
>   ShellPkg/dh: Modify the dump of LoadedImage protocol
>   ShellPkg/dh: Modify the dump of BusSpecificDriverOverride protocol
>   ShellPkg/dh: Modify the dump of BlockIo protocol
>   ShellPkg/dh: Modify the dump of DebugSupport protocol
>   ShellPkg/dh: Modify the dump of GraphicsOutput protocol
>   ShellPkg/dh: Modify the dump of PciIo protocol
>   ShellPkg/dh: Modify the dump of UsbIo protocol
>   ShellPkg/dh: Modify the dump of UsbIo protocol
> 
> Ruiyu Ni (1):
>   ShellPkg/dh: Refine the dump output
> 
>  .../UefiHandleParsingLib/UefiHandleParsingLib.c    | 472 +++++++++++++++++++--
>  .../UefiHandleParsingLib/UefiHandleParsingLib.h    |   3 +-
>  .../UefiHandleParsingLib/UefiHandleParsingLib.inf  |   3 +-
>  .../UefiHandleParsingLib/UefiHandleParsingLib.uni  | 127 +++---
>  ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c  |  55 ++-
>  .../UefiShellDriver1CommandsLib.uni                |  42 +-
>  6 files changed, 572 insertions(+), 130 deletions(-)
> 

Thanks for working on this, Ray, the DH command is the Swiss Army knife
of the UEFI shell. :) I use it all the time.

Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 00/14] Refine output of "dh"
Posted by Carsey, Jaben 6 years, 7 months ago
For series.  Good changes all. DH is a lifesaver.

Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
> Ruiyu Ni
> Sent: Thursday, September 21, 2017 10:50 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [PATCH 00/14] Refine output of "dh"
> Importance: High
> 
> The patches refine the output of "dh":
> 1. Support more detailed dump for some protocols.
> 2. Refine the output by changing the hilight, indent, EOL
> 
> Huajing Li (13):
>   ShellPkg/dh: display all the protocol names in a single line
>   ShellPkg/dh: change the key information color from blue to hilight
>   ShellPkg/dh: fix the error display "Child Controllers" to "Managing".
>   ShellPkg/dh: Display the protocol instance pointer value for "-v"
>   ShellPkg/dh: Modify the dump of "ImageDevicePath" and "DevicePath"
>   ShellPkg/dh: Modify the dump of LoadedImage protocol
>   ShellPkg/dh: Modify the dump of BusSpecificDriverOverride protocol
>   ShellPkg/dh: Modify the dump of BlockIo protocol
>   ShellPkg/dh: Modify the dump of DebugSupport protocol
>   ShellPkg/dh: Modify the dump of GraphicsOutput protocol
>   ShellPkg/dh: Modify the dump of PciIo protocol
>   ShellPkg/dh: Modify the dump of UsbIo protocol
>   ShellPkg/dh: Modify the dump of UsbIo protocol
> 
> Ruiyu Ni (1):
>   ShellPkg/dh: Refine the dump output
> 
>  .../UefiHandleParsingLib/UefiHandleParsingLib.c    | 472
> +++++++++++++++++++--
>  .../UefiHandleParsingLib/UefiHandleParsingLib.h    |   3 +-
>  .../UefiHandleParsingLib/UefiHandleParsingLib.inf  |   3 +-
>  .../UefiHandleParsingLib/UefiHandleParsingLib.uni  | 127 +++---
>  ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c  |  55 ++-
>  .../UefiShellDriver1CommandsLib.uni                |  42 +-
>  6 files changed, 572 insertions(+), 130 deletions(-)
> 
> --
> 2.12.2.windows.2
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel