[edk2] Simple text protocol- Help

2015-07-21 Thread Saiprasad Chavali
Hi, I am facing an issue while installing the Simple text protocol (or) Simple text ex protocol outside the "DriverBindingStart" routine? The API "InstallMultipleProtocolInterfaces" succeeds but there is no call to the "WaitForKey" Event routine. Any idea what could be the cause? (Or) it is ma

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Andrew Fish
> On Jul 21, 2015, at 5:28 PM, Saiprasad Chavali wrote: > > Hi, > > I am facing an issue while installing the Simple text protocol (or) Simple > text ex protocol outside the "DriverBindingStart" routine? The API > "InstallMultipleProtocolInterfaces" succeeds but there is no call to the > "Wa

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Saiprasad Chavali
has to be initialized inside the start routine. Thanks Sai -Original Message- From: Andrew Fish [mailto:af...@apple.com] Sent: Tuesday, July 21, 2015 5:43 PM To: Saiprasad Chavali Cc: edk2-de...@ml01.01.org Subject: Re: [edk2] Simple text protocol- Help > On Jul 21, 2015, at 5:28 PM, Saip

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Neeraj Ladkani
w Fish [mailto:af...@apple.com] > Sent: Tuesday, July 21, 2015 5:43 PM > To: Saiprasad Chavali > Cc: edk2-de...@ml01.01.org > Subject: Re: [edk2] Simple text protocol- Help > > > > On Jul 21, 2015, at 5:28 PM, Saiprasad Chavali wrote: > > > > Hi, > > >

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Andrew Fish
af...@apple.com] > Sent: Tuesday, July 21, 2015 5:43 PM > To: Saiprasad Chavali > Cc: edk2-de...@ml01.01.org > Subject: Re: [edk2] Simple text protocol- Help > > >> On Jul 21, 2015, at 5:28 PM, Saiprasad Chavali wrote: >> >> Hi, >> >> I am facing an iss

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Andrew Fish
essage- > From: Andrew Fish [mailto:af...@apple.com <mailto:af...@apple.com>] > Sent: Tuesday, July 21, 2015 5:43 PM > To: Saiprasad Chavali > Cc: edk2-de...@ml01.01.org <mailto:edk2-de...@ml01.01.org> > Subject: Re: [edk2] Simple text protocol- Help > > > >

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Saiprasad Chavali
6:09 PM To: Saiprasad Chavali Cc: edk2-de...@ml01.01.org Subject: Re: [edk2] Simple text protocol- Help On Jul 21, 2015, at 5:52 PM, Saiprasad Chavali mailto:s...@marvell.com>> wrote: Hi Andrew, I do install the device path protocol. What I am trying is, to install the Text Protocol Int

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Saiprasad Chavali
-Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Neeraj Ladkani Sent: Tuesday, July 21, 2015 6:06 PM To: Saiprasad Chavali Cc: edk2-de...@ml01.01.org; Andrew Fish Subject: Re: [edk2] Simple text protocol- Help In case you are using events for

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Andrew Fish
een point 5 & 6, will investigate. > > If this is a USB device you have to follow the EFI driver model to make it work. Thanks, Andrew Fish > > Thanks > Sai > > > From: Andrew Fish [mailto:af...@apple.com] > Sent: Tuesday, July 21, 2015 6:09 PM > To:

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Saiprasad Chavali
Comments Inline >>> From: Andrew Fish [mailto:af...@apple.com] Sent: Tuesday, July 21, 2015 6:49 PM To: Saiprasad Chavali Cc: edk2-de...@ml01.01.org Subject: Re: [edk2] Simple text protocol- Help On Jul 21, 2015, at 6:29 PM, Saiprasad Chavali mailto:s...@marvell.com>> wrote:

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Saiprasad Chavali
: Saiprasad Chavali Cc: edk2-de...@ml01.01.org Subject: Re: [edk2] Simple text protocol- Help On Jul 21, 2015, at 6:29 PM, Saiprasad Chavali mailto:s...@marvell.com>> wrote: Thanks Andrew, sorry to say this I am not confused, as well understood the role of events. (OR) I am not pr

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Andrew Fish
ilto:edk2-de...@ml01.01.org> > Subject: Re: [edk2] Simple text protocol- Help > > > On Jul 21, 2015, at 6:29 PM, Saiprasad Chavali <mailto:s...@marvell.com>> wrote: > > Thanks Andrew, sorry to say this I am not confused, as well understood the > role of even

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Saiprasad Chavali
ding start” Routine, the key and its Call backs works. Why not in the above case? Thanks Sai From: Andrew Fish [mailto:af...@apple.com] Sent: Tuesday, July 21, 2015 7:14 PM To: Saiprasad Chavali Cc: edk2-de...@ml01.01.org Subject: Re: [edk2] Simple text protocol- Help On Jul 21, 2015, at 6:5

Re: [edk2] Simple text protocol- Help

2015-07-21 Thread Andrew Fish
the shell with map -r). Thanks, Andrew Fish > > Thanks > Sai > > From: Andrew Fish [mailto:af...@apple.com] > Sent: Tuesday, July 21, 2015 7:14 PM > To: Saiprasad Chavali > Cc: edk2-de...@ml01.01.org > Subject: Re: [edk2] Simple text protocol- Help > >

Re: [edk2] Simple text protocol- Help

2015-07-22 Thread Saiprasad Chavali
. Thanks Sai From: Andrew Fish [mailto:af...@apple.com] Sent: Tuesday, July 21, 2015 11:06 PM To: Saiprasad Chavali Cc: edk2-de...@ml01.01.org Subject: Re: [edk2] Simple text protocol- Help On Jul 21, 2015, at 7:28 PM, Saiprasad Chavali mailto:s...@marvell.com>> wrote: Hi Andrew, Look

Re: [edk2] Simple text protocol- Help

2015-07-22 Thread Andrew Fish
t; What problem are you trying to solve? Maybe that is an easier question to answer? Thanks, Andrew Fish > Thanks > Sai > > From: Andrew Fish [mailto:af...@apple.com <mailto:af...@apple.com>] > Sent: Tuesday, July 21, 2015 11:06 PM > To: Saiprasad Chavali mailto

Re: [edk2] Simple text protocol- Help

2015-07-22 Thread Saiprasad Chavali
Subject: Re: [edk2] Simple text protocol- Help On Jul 22, 2015, at 12:56 AM, Saiprasad Chavali mailto:s...@marvell.com>> wrote: Hi Andrew, The Dxe Driver is based on UEFI driver model, that has Support/Start/Stop, not a bus driver. You are not really giving enough information. You have

Re: [edk2] Simple text protocol- Help

2015-07-22 Thread Andrew Fish
s, Andrew Fish > Thanks > Sai > > From: Andrew Fish [mailto:af...@apple.com] > Sent: Wednesday, July 22, 2015 1:13 AM > To: Saiprasad Chavali > Cc: edk2-de...@ml01.01.org > Subject: Re: [edk2] Simple text protocol- Help > > > On Jul 22, 2015, at 12:56 AM, Saiprasa

Re: [edk2] Simple text protocol- Help

2015-07-22 Thread Saiprasad Chavali
Ok It is going back & forth, will share a sample code. Thanks for the patience. Sai From: Andrew Fish [mailto:af...@apple.com] Sent: Wednesday, July 22, 2015 9:51 AM To: Saiprasad Chavali Cc: edk2-de...@ml01.01.org Subject: Re: [edk2] Simple text protocol- Help On Jul 22, 2015, at 9:2