public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Carsey, Jaben" <jaben.carsey@intel.com>
To: Amit kumar <akamit91@hotmail.com>, Andrew Fish <afish@apple.com>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: How to get fs index from controller handle.
Date: Thu, 6 Apr 2017 20:30:46 +0000	[thread overview]
Message-ID: <CB6E33457884FA40993F35157061515C54BDDF25@FMSMSX103.amr.corp.intel.com> (raw)
In-Reply-To: <MWHPR11MB18229E21AD5CF0C66030A8DCDC0D0@MWHPR11MB1822.namprd11.prod.outlook.com>

That's the way to do it.  the hard work is around finding the DevicePath for the application you want to run to pass to LoadImage.

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of
> Amit kumar
> Sent: Thursday, April 06, 2017 9:45 AM
> To: Andrew Fish <afish@apple.com>
> 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.
> 
> Suppose i have a app1.efi and from app1.efi i want to execute app2.efi.
> 
> Or is there some other way to do it ?
> 
> Not considering ShellExecute();
> 
> Amit
> 
> ________________________________
> From: afish@apple.com <afish@apple.com> on behalf of Andrew Fish
> <afish@apple.com>
> 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
> <akamit91@hotmail.com<mailto:akamit91@hotmail.com>> 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.
> 
> 
> Amit,
> 
> It is important to remember that fs0:, and the other device names are a Shell
> concept and not an EFI concept. So they only exist in the context of the shell.
> 
> I took a quick look and I did not see an easy way to do this with the current
> Shell APIs.
> 
> In the older Shell you could use this  protocol  EfiShellEnvironment2 Protocol
> has a function that converts a EFI_DEVICE_PATH_PROTOCOL (would be on
> your controller handle) to a CHAR16. Thus you can get the volume name the
> Shell would display to the user. I don't the index exists as a concept.  So
> EFI_SHELL_ENVIRONMENT2.GetFsName() and
> EFI_SHELL_ENVIRONMENT2.GetFsDevicepath() are the closest thing I can
> think of.
> https://github.com/tianocore/edk2/blob/master/ShellPkg/Include/Protocol/
> EfiShellEnvironment2.h#L812
> 
> The only problem with that is EfiShellEnvironment2 is not produced by the
> Shell by default.
> 
>   ## This flag is used to control the protocols produced by the shell
>   #  If TRUE the shell will produce EFI_SHELL_ENVIRONMENT2 and
> EFI_SHELL_INTERFACE
> 
> gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols|FALSE|BOOLEAN
> |0x00000002
> 
> I've use the EFI_SHELL_ENVIRONMENT2 in the past to enable a non Shell
> application to print out volume names that match the map command of the
> shell. Hopefully some one knows how to do this in the modern Shell?
> 
> Thanks,
> 
> Andrew Fish
> 
> Regards
> Amit
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org>
> https://lists.01.org/mailman/listinfo/edk2-devel
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


  reply	other threads:[~2017-04-06 20:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-06 10:30 How to get fs index from controller handle Amit kumar
2017-04-06 11:09 ` Andrew Fish
2017-04-06 16:44   ` Amit kumar
2017-04-06 20:30     ` Carsey, Jaben [this message]
2017-04-06 20:48       ` Andrew Fish
2017-04-06 20:52         ` Carsey, Jaben
2017-04-07 10:16           ` Amit kumar
2017-04-07 10:40             ` Amit kumar
2017-04-07 14:42               ` Andrew Fish
2017-04-07 15:23                 ` Amit kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CB6E33457884FA40993F35157061515C54BDDF25@FMSMSX103.amr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox