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
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
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
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
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
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
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