From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 13F2C81AEA for ; Tue, 10 Jan 2017 13:43:07 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 10 Jan 2017 13:43:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,344,1477983600"; d="scan'208";a="1110741828" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 10 Jan 2017 13:43:06 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 10 Jan 2017 13:43:06 -0800 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.47]) by FMSMSX112.amr.corp.intel.com ([169.254.5.137]) with mapi id 14.03.0248.002; Tue, 10 Jan 2017 13:43:06 -0800 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" , "Kinney, Michael D" CC: "Wu, Hao A" , "Carsey, Jaben" Thread-Topic: [edk2] [PATCH 0/5] Change "dh" to support dump from GUID and "decode" parameter Thread-Index: AQHSals5VUjt7sOhxk+2YWup8a4/VqEwSGBwgAE6KoCAAL3BwA== Date: Tue, 10 Jan 2017 21:43:05 +0000 Message-ID: References: <20170109093052.140504-1-ruiyu.ni@intel.com> <734D49CCEBEEF84792F5B80ED585239D5B879990@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <734D49CCEBEEF84792F5B80ED585239D5B879990@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjE1ZjQzNTEtNzJlYi00MzM0LThjZTAtZGFkOGQ0YWUzZmYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik8rdnNRdnRvdkpEQjIwb2k1QzRCRHdvQk1xeWdtTzJ6NzNLVjVyUG01SlE9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] 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 21:43:07 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sounds good. > -----Original Message----- > From: Ni, Ruiyu > Sent: Monday, January 09, 2017 6:24 PM > To: Carsey, Jaben ; edk2-devel@lists.01.org; > Kinney, Michael D > Cc: Wu, Hao A > Subject: RE: [edk2] [PATCH 0/5] Change "dh" to support dump from GUID > and "decode" parameter > Importance: High >=20 > Jaben, > Yes we will add the API to convert string to GUID. After the library API = is > added, the local implementation will be removed. >=20 > Thanks/Ray >=20 > > -----Original Message----- > > From: Carsey, Jaben > > Sent: Monday, January 9, 2017 11:41 PM > > To: Ni, Ruiyu ; edk2-devel@lists.01.org; Kinney, > Michael > > D > > Cc: Carsey, Jaben > > Subject: RE: [edk2] [PATCH 0/5] Change "dh" to support dump from GUID > > and "decode" parameter > > > > Looks good. > > > > Reviewed-by: Jaben Carsey > > > > I had one inline question. > > > > I would also propose that the String to GUID conversion be placed in a > shared > > library. Maybe even baselib with the other string functions? > > > > Mike, do you have any thoughts on StringToGuid conversion? > > > > > -----Original Message----- > > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf O= f > > > 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