Thanks Tim, I will look into the shellprotocol.c.
From: Tim Lewis [mailto:tim.le...@insyde.com]
Sent: Friday, February 01, 2013 5:16 PM
To: edk2-devel@lists.sourceforge.net
Subject: Re: [edk2] Modular driver
Well, barring terminology issues, yes. You can use the EFI Boot Services
LoadImage
Subject: [edk2] Modular driver
Folks,
Would like to know whether it is possible to load one efi executable from
other. Say I have two applications x.efi and y.efi and whether I can read y.efi
into a buffer in x.efi through file read and execute y.efi from x.efi (as a
separate process) and utilizes
Folks,
Would like to know whether it is possible to load one efi executable from
other. Say I have two applications x.efi and y.efi and whether I can read y.efi
into a buffer in x.efi through file read and execute y.efi from x.efi (as a
separate process) and utilizes the services provides by y.