Re: [edk2] How to get fs index from controller handle.

2017-04-07 Thread Amit kumar
akami...@hotmail.com>> Sent: Friday, April 7, 2017 3:46:37 PM To: Carsey, Jaben; af...@apple.com<mailto:af...@apple.com> Cc: edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> Subject: Re: [edk2] How to get fs index from controller handle. Andrew, Jaben Thanks for you

Re: [edk2] How to get fs index from controller handle.

2017-04-07 Thread Andrew Fish
, April 7, 2017 3:46:37 PM > To: Carsey, Jaben; af...@apple.com <mailto:af...@apple.com> > Cc: edk2-devel@lists.01.org <mailto:edk2-devel@lists.01.org> > Subject: Re: [edk2] How to get fs index from controller handle. > > Andrew, Jaben > > Thanks for your su

Re: [edk2] How to get fs index from controller handle.

2017-04-07 Thread Amit kumar
l on behalf of Amit kumar Sent: Friday, April 7, 2017 3:46:37 PM To: Carsey, Jaben; af...@apple.com Cc: edk2-devel@lists.01.org Subject: Re: [edk2] How to get fs index from controller handle. Andrew, Jaben Thanks for your suggestions. I have one more query , i have a handle that contains a dev

Re: [edk2] How to get fs index from controller handle.

2017-04-07 Thread Amit kumar
le.com Cc: Amit kumar; edk2-devel@lists.01.org Subject: RE: [edk2] How to get fs index from controller handle. Andrew, I was assuming not wanting ShellExecute() might extend to the rest of the shell. If the shell is in use, that can definitely help. While those 2 APIs do exist in theory, ther

Re: [edk2] How to get fs index from controller handle.

2017-04-06 Thread Carsey, Jaben
...@apple.com] Sent: Thursday, April 06, 2017 1:49 PM To: Carsey, Jaben Cc: Amit kumar ; edk2-devel@lists.01.org Subject: Re: [edk2] How to get fs index from controller handle. Importance: High On Apr 6, 2017, at 1:30 PM, Carsey, Jaben mailto:jaben.car...@intel.com>> wrote: That's th

Re: [edk2] How to get fs index from controller handle.

2017-04-06 Thread Andrew Fish
ent: Thursday, April 06, 2017 9:45 AM >> To: Andrew Fish mailto:af...@apple.com>> >> Cc: edk2-devel@lists.01.org <mailto:edk2-devel@lists.01.org> >> Subject: Re: [edk2] How to get fs index from controller handle. >> Importance: High >> >> Hi, >>

Re: [edk2] How to get fs index from controller handle.

2017-04-06 Thread Carsey, Jaben
2017 9:45 AM > To: Andrew Fish > Cc: edk2-devel@lists.01.org > Subject: Re: [edk2] How to get fs index from controller handle. > Importance: High > > Hi, > > > Can i use gbs->loadimage() and gbs->startimage() to load an efi application > and execute it. >

Re: [edk2] How to get fs index from controller handle.

2017-04-06 Thread Amit kumar
om: af...@apple.com on behalf of Andrew Fish Sent: Thursday, April 6, 2017 4:39:22 PM To: Amit kumar Cc: edk2-devel@lists.01.org Subject: Re: [edk2] How to get fs index from controller handle. On Apr 6, 2017, at 3:30 AM, Amit kumar mailto:akami...@hotmail.com>> wrote: Hi, I want to get the f

Re: [edk2] How to get fs index from controller handle.

2017-04-06 Thread Andrew Fish
> On Apr 6, 2017, at 3:30 AM, Amit kumar wrote: > > Hi, > > I want to get the fs index from the controller handle. > e.g In map command i see my controller is mapped to fs10. > So i there any API i can use in my code to get the fs index( which is 10 as > in example) from the controller handle

[edk2] How to get fs index from controller handle.

2017-04-06 Thread Amit kumar
Hi, I want to get the fs index from the controller handle. e.g In map command i see my controller is mapped to fs10.  So i there any API i can use in my code to get the fs index( which is 10 as in example) from the controller handle.  Regards  Amit ___