Re: [edk2] Protocol Uninstall

2012-12-03 Thread Ramesh Raju
Thanks Andrew for your reply. Regards, Ramesh From: Andrew Fish [af...@apple.com] Sent: Monday, December 03, 2012 12:47 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Protocol Uninstall On Dec 2, 2012, at 10:21 PM, Ramesh Raju wrote: Andrew

Re: [edk2] Protocol Uninstall

2012-12-02 Thread Andrew Fish
48 AM > To: edk2-devel@lists.sourceforge.net > Subject: Re: [edk2] Protocol Uninstall > > Ramesh, > > Thanks, I understand your issue now. > > Using RegisterProtocolNotify would require a UEFI spec update and I'm not > sure if there would be compatibility issues if the

Re: [edk2] Protocol Uninstall

2012-12-02 Thread Ramesh Raju
h [af...@apple.com] Sent: Sunday, December 02, 2012 12:48 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Protocol Uninstall Ramesh, Thanks, I understand your issue now. Using RegisterProtocolNotify would require a UEFI spec update and I'm not sure if there would be compatibility iss

Re: [edk2] Protocol Uninstall

2012-12-01 Thread Andrew Fish
he callback when the prototocol is uninstalled. > > Assume that we have DXE driver and it doesn't follow the Driver Model. > > Thanks, > Ramesh > > From: Andrew Fish [af...@apple.com] > Sent: Wednesday, November 28, 2012 3:12 AM > To: edk2-devel@lists.sour

Re: [edk2] Protocol Uninstall

2012-12-01 Thread Ramesh Raju
Model. Thanks, Ramesh From: Andrew Fish [af...@apple.com] Sent: Wednesday, November 28, 2012 3:12 AM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Protocol Uninstall On Nov 26, 2012, at 10:54 PM, Ramesh Raju wrote: All, Whenever protocol inst

Re: [edk2] Protocol Uninstall

2012-11-27 Thread Andrew Fish
On Nov 26, 2012, at 10:54 PM, Ramesh Raju wrote: > All, > >Whenever protocol installed we have RegisterProtocolNotify function to get > the Callback. I don’t see any notification event if the protocol is > uninstalled. Is there any reason for that? It is functioning as intended. Register

[edk2] Protocol Uninstall

2012-11-26 Thread Ramesh Raju
All, Whenever protocol installed we have RegisterProtocolNotify function to get the Callback. I don't see any notification event if the protocol is uninstalled. Is there any reason for that? We could get a callback if the protocol is uninstalled only if we use driver binding method (EFI_OP