* Documentation on "dh" shell command @ 2017-12-13 12:47 Udit Kumar 2017-12-13 17:24 ` Carsey, Jaben 0 siblings, 1 reply; 5+ messages in thread From: Udit Kumar @ 2017-12-13 12:47 UTC (permalink / raw) To: edk2-devel@lists.01.org Hi, Could you help me, where I can get documentation on output of dh shell command. UEFI_Shell_Spec_2_2.pdf , table 18 is giving details of sfo option only for each column. Thanks Udit ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Documentation on "dh" shell command 2017-12-13 12:47 Documentation on "dh" shell command Udit Kumar @ 2017-12-13 17:24 ` Carsey, Jaben 2017-12-14 5:15 ` Udit Kumar 0 siblings, 1 reply; 5+ messages in thread From: Carsey, Jaben @ 2017-12-13 17:24 UTC (permalink / raw) To: Udit Kumar, edk2-devel@lists.01.org Udit, There are some examples in the shell spec just before the table you found, but no exact output requirement for dh. What handle information are you looking for? Maybe we can add that to the dynamic help for the command (the stuff users can see from "dh =?"). -Jaben > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Udit Kumar > Sent: Wednesday, December 13, 2017 4:48 AM > To: edk2-devel@lists.01.org > Subject: [edk2] Documentation on "dh" shell command > Importance: High > > Hi, > Could you help me, where I can get documentation on output of dh shell > command. > UEFI_Shell_Spec_2_2.pdf , table 18 is giving details of sfo option only for > each column. > > Thanks > Udit > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Documentation on "dh" shell command 2017-12-13 17:24 ` Carsey, Jaben @ 2017-12-14 5:15 ` Udit Kumar 2017-12-14 5:29 ` Andrew Fish 0 siblings, 1 reply; 5+ messages in thread From: Udit Kumar @ 2017-12-14 5:15 UTC (permalink / raw) To: Carsey, Jaben, edk2-devel@lists.01.org Hi Jaben Dh says like 14C: IPv4 14D: SimpleFileSystem DiskIO BlockIO DevicePath(..R,0x7D5FDC4F,0x20000,0xA001)) But documentation is not saying what is column 1, 2 and so on What I am looking for description of output of dh command with various options Thanks Udit > -----Original Message----- > From: Carsey, Jaben [mailto:jaben.carsey@intel.com] > Sent: Wednesday, December 13, 2017 10:54 PM > To: Udit Kumar <udit.kumar@nxp.com>; edk2-devel@lists.01.org > Subject: RE: [edk2] Documentation on "dh" shell command > > Udit, > > There are some examples in the shell spec just before the table you found, > but no exact output requirement for dh. What handle information are you > looking for? Maybe we can add that to the dynamic help for the command > (the stuff users can see from "dh =?"). > > -Jaben > > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > > Udit Kumar > > Sent: Wednesday, December 13, 2017 4:48 AM > > To: edk2-devel@lists.01.org > > Subject: [edk2] Documentation on "dh" shell command > > Importance: High > > > > Hi, > > Could you help me, where I can get documentation on output of dh shell > > command. > > UEFI_Shell_Spec_2_2.pdf , table 18 is giving details of sfo option > > only for each column. > > > > Thanks > > Udit > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flis > > ts.01.org%2Fmailman%2Flistinfo%2Fedk2- > devel&data=02%7C01%7Cudit.kumar% > > > 40nxp.com%7C2626239c4c294e1f4bea08d5424e5da9%7C686ea1d3bc2b4c6fa > 92cd99 > > > c5c301635%7C0%7C0%7C636487826719107108&sdata=doxsRb2xej47877db0 > h0z4uam > > 1mQh%2BKT2ryBpV4mJv4%3D&reserved=0 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Documentation on "dh" shell command 2017-12-14 5:15 ` Udit Kumar @ 2017-12-14 5:29 ` Andrew Fish 2017-12-14 16:55 ` Carsey, Jaben 0 siblings, 1 reply; 5+ messages in thread From: Andrew Fish @ 2017-12-14 5:29 UTC (permalink / raw) To: Udit Kumar; +Cc: Carsey, Jaben, edk2-devel@lists.01.org > On Dec 13, 2017, at 9:15 PM, Udit Kumar <udit.kumar@nxp.com> wrote: > > Hi Jaben > > Dh says like > 14C: IPv4 > 14D: SimpleFileSystem DiskIO BlockIO DevicePath(..R,0x7D5FDC4F,0x20000,0xA001)) > The 1st hex number is a handle number, basically a User Interface name for the handle. The names after the colon represent protocol instances on the handle. You can get more info about the protocols by dumping the handle so: dh 14D Thanks, Andrew Fish > But documentation is not saying what is column 1, 2 and so on > What I am looking for description of output of dh command with various options > > Thanks > Udit > >> -----Original Message----- >> From: Carsey, Jaben [mailto:jaben.carsey@intel.com <mailto:jaben.carsey@intel.com>] >> Sent: Wednesday, December 13, 2017 10:54 PM >> To: Udit Kumar <udit.kumar@nxp.com <mailto:udit.kumar@nxp.com>>; edk2-devel@lists.01.org <mailto:edk2-devel@lists.01.org> >> Subject: RE: [edk2] Documentation on "dh" shell command >> >> Udit, >> >> There are some examples in the shell spec just before the table you found, >> but no exact output requirement for dh. What handle information are you >> looking for? Maybe we can add that to the dynamic help for the command >> (the stuff users can see from "dh =?"). >> >> -Jaben >> >>> -----Original Message----- >>> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >>> Udit Kumar >>> Sent: Wednesday, December 13, 2017 4:48 AM >>> To: edk2-devel@lists.01.org >>> Subject: [edk2] Documentation on "dh" shell command >>> Importance: High >>> >>> Hi, >>> Could you help me, where I can get documentation on output of dh shell >>> command. >>> UEFI_Shell_Spec_2_2.pdf , table 18 is giving details of sfo option >>> only for each column. >>> >>> Thanks >>> Udit >>> _______________________________________________ >>> edk2-devel mailing list >>> edk2-devel@lists.01.org >>> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flis <https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flis> >>> ts.01.org <http://ts.01.org/>%2Fmailman%2Flistinfo%2Fedk2- >> devel&data=02%7C01%7Cudit.kumar% >>> >> 40nxp.com <http://40nxp.com/>%7C2626239c4c294e1f4bea08d5424e5da9%7C686ea1d3bc2b4c6fa >> 92cd99 >>> >> c5c301635%7C0%7C0%7C636487826719107108&sdata=doxsRb2xej47877db0 >> h0z4uam >>> 1mQh%2BKT2ryBpV4mJv4%3D&reserved=0 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org <mailto:edk2-devel@lists.01.org> > https://lists.01.org/mailman/listinfo/edk2-devel <https://lists.01.org/mailman/listinfo/edk2-devel> ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Documentation on "dh" shell command 2017-12-14 5:29 ` Andrew Fish @ 2017-12-14 16:55 ` Carsey, Jaben 0 siblings, 0 replies; 5+ messages in thread From: Carsey, Jaben @ 2017-12-14 16:55 UTC (permalink / raw) To: afish@apple.com, Udit Kumar; +Cc: edk2-devel@lists.01.org Thanks Andrew. I had been confused by the "column" on the non-SFO output format. Maybe we should add a better description for the generic output. Like: <HandleIdentifier> < ProtocolBasicInfo > [*<ProtocolBasicInfo >] Note that some protocols (like DevicePath in the example below) have additional dynamic content in their basic info, while most just have protocol name. -Jaben From: afish@apple.com [mailto:afish@apple.com] Sent: Wednesday, December 13, 2017 9:29 PM To: Udit Kumar <udit.kumar@nxp.com> Cc: Carsey, Jaben <jaben.carsey@intel.com>; edk2-devel@lists.01.org Subject: Re: [edk2] Documentation on "dh" shell command Importance: High On Dec 13, 2017, at 9:15 PM, Udit Kumar <udit.kumar@nxp.com<mailto:udit.kumar@nxp.com>> wrote: Hi Jaben Dh says like 14C: IPv4 14D: SimpleFileSystem DiskIO BlockIO DevicePath(..R,0x7D5FDC4F,0x20000,0xA001)) The 1st hex number is a handle number, basically a User Interface name for the handle. The names after the colon represent protocol instances on the handle. You can get more info about the protocols by dumping the handle so: dh 14D Thanks, Andrew Fish But documentation is not saying what is column 1, 2 and so on What I am looking for description of output of dh command with various options Thanks Udit -----Original Message----- From: Carsey, Jaben [mailto:jaben.carsey@intel.com] Sent: Wednesday, December 13, 2017 10:54 PM To: Udit Kumar <udit.kumar@nxp.com<mailto:udit.kumar@nxp.com>>; edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> Subject: RE: [edk2] Documentation on "dh" shell command Udit, There are some examples in the shell spec just before the table you found, but no exact output requirement for dh. What handle information are you looking for? Maybe we can add that to the dynamic help for the command (the stuff users can see from "dh =?"). -Jaben -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Udit Kumar Sent: Wednesday, December 13, 2017 4:48 AM To: edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> Subject: [edk2] Documentation on "dh" shell command Importance: High Hi, Could you help me, where I can get documentation on output of dh shell command. UEFI_Shell_Spec_2_2.pdf , table 18 is giving details of sfo option only for each column. Thanks Udit _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flis ts.01.org<http://ts.01.org/>%2Fmailman%2Flistinfo%2Fedk2- devel&data=02%7C01%7Cudit.kumar% 40nxp.com<http://40nxp.com/>%7C2626239c4c294e1f4bea08d5424e5da9%7C686ea1d3bc2b4c6fa 92cd99 c5c301635%7C0%7C0%7C636487826719107108&sdata=doxsRb2xej47877db0 h0z4uam 1mQh%2BKT2ryBpV4mJv4%3D&reserved=0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-12-14 16:50 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-12-13 12:47 Documentation on "dh" shell command Udit Kumar 2017-12-13 17:24 ` Carsey, Jaben 2017-12-14 5:15 ` Udit Kumar 2017-12-14 5:29 ` Andrew Fish 2017-12-14 16:55 ` Carsey, Jaben
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox