From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 4356781935 for ; Mon, 9 Jan 2017 18:23:51 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 09 Jan 2017 18:23:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,342,1477983600"; d="scan'208";a="1092021136" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 09 Jan 2017 18:23:51 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 9 Jan 2017 18:23:50 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 9 Jan 2017 18:23:50 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.59]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.132]) with mapi id 14.03.0248.002; Tue, 10 Jan 2017 10:23:48 +0800 From: "Ni, Ruiyu" To: "Carsey, Jaben" , "edk2-devel@lists.01.org" , "Kinney, Michael D" CC: "Wu, Hao A" Thread-Topic: [edk2] [PATCH 0/5] Change "dh" to support dump from GUID and "decode" parameter Thread-Index: AQHSalstyuhZtKdmCkaK3btAePRDtaEvwpkAgAExuzA= Date: Tue, 10 Jan 2017 02:23:47 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B879990@SHSMSX104.ccr.corp.intel.com> References: <20170109093052.140504-1-ruiyu.ni@intel.com> In-Reply-To: Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/5] Change "dh" to support dump from GUID and "decode" parameter X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 02:23:51 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Jaben, Yes we will add the API to convert string to GUID. After the library API is= added, the local implementation will be removed. Thanks/Ray > -----Original Message----- > From: Carsey, Jaben > Sent: Monday, January 9, 2017 11:41 PM > To: Ni, Ruiyu ; edk2-devel@lists.01.org; Kinney, Mich= ael > D > Cc: Carsey, Jaben > Subject: RE: [edk2] [PATCH 0/5] Change "dh" to support dump from GUID > and "decode" parameter >=20 > Looks good. >=20 > Reviewed-by: Jaben Carsey >=20 > I had one inline question. >=20 > I would also propose that the String to GUID conversion be placed in a sh= ared > library. Maybe even baselib with the other string functions? >=20 > Mike, do you have any thoughts on StringToGuid conversion? >=20 > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > > Ruiyu Ni > > Sent: Monday, January 9, 2017 1:31 AM > > To: edk2-devel@lists.01.org > > Subject: [edk2] [PATCH 0/5] Change "dh" to support dump from GUID and > > "decode" parameter > > Importance: High > > > > Change "dh" to support dump from GUID and "decode" parameter > > > > Chen A Chen (2): > > ShellPkg/HandleParsingLib: Add new API GetAllMappingGuids > > ShellPkg/Dh: Fix coding style issues > > > > Ruiyu Ni (3): > > ShellPkg/HandleParsingLib: Rename global variables > > ShellPkg/HandleParsingLib: Return NULL name for unknown GUID > > ShellPkg/dh: Support dump from GUID and "decode" parameter > > > > ShellPkg/Include/Library/HandleParsingLib.h | 21 +- > > .../UefiHandleParsingLib/UefiHandleParsingLib.c | 130 ++++-- > > .../UefiHandleParsingLib/UefiHandleParsingLib.uni | 4 +- > > ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c | 458 > > +++++++++++++++-- > > ---- > > .../UefiShellDriver1CommandsLib.uni | 9 +- > > 5 files changed, 446 insertions(+), 176 deletions(-) > > > > -- > > 2.9.0.windows.1 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel