From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 0D87C21E43B6E for ; Fri, 22 Sep 2017 07:01:05 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 22 Sep 2017 07:04:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,427,1500966000"; d="scan'208";a="131367272" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 22 Sep 2017 07:04:12 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.182]) by FMSMSX106.amr.corp.intel.com ([169.254.5.207]) with mapi id 14.03.0319.002; Fri, 22 Sep 2017 07:04:12 -0700 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 00/14] Refine output of "dh" Thread-Index: AQHTM2avcHD179r6h0SfZvQ5p4z2r6LA8Gkg Date: Fri, 22 Sep 2017 14:04:11 +0000 Message-ID: References: <20170922055014.27288-1-ruiyu.ni@intel.com> In-Reply-To: <20170922055014.27288-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDczZjkwYzEtNWUyNi00ODNlLThjM2ItNzczNmQwNWQ4OGYxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InZOUCtob0pkSFc4YWJtNkNSWHlhWFpaNlYwZzZtRGl5QnV4NUpITUJaQUU9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.106] MIME-Version: 1.0 Subject: Re: [PATCH 00/14] Refine output of "dh" X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2017 14:01:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable For series. Good changes all. DH is a lifesaver. Reviewed-by: Jaben Carsey > -----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 >=20 > 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 >=20 > 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 >=20 > Ruiyu Ni (1): > ShellPkg/dh: Refine the dump output >=20 > .../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(-) >=20 > -- > 2.12.2.windows.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel