Re: [edk2] Driver dependency on boot

2016-05-20 Thread Andrew Fish
you don't need add it into [Depex]. >> UefiLib EfiCreateProtocolNotifyEvent() API can help to create it. >> >> Thanks >> Liming >>> -Original Message- >>> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> Iru >>

Re: [edk2] Driver dependency on boot

2016-05-20 Thread Gao, Liming
:37 PM To: Gao, Liming Cc: edk2-devel@lists.01.org Subject: Re: [edk2] Driver dependency on boot It's a good idea, but I still have some problems. My ccidboot driver has different behaviors depending on whether a CCID card is plugged in, so I think I also need a timer event to che

Re: [edk2] Driver dependency on boot

2016-05-20 Thread Iru Cai
to [Depex]. > UefiLib EfiCreateProtocolNotifyEvent() API can help to create it. > > Thanks > Liming > > -Original Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Iru > > Cai > > Sent: Thursday, May 19, 2016 2:35 PM > > To: edk

Re: [edk2] Driver dependency on boot

2016-05-19 Thread Gao, Liming
un...@lists.01.org] On Behalf Of Iru > Cai > Sent: Thursday, May 19, 2016 2:35 PM > To: edk2-devel@lists.01.org > Subject: [edk2] Driver dependency on boot > > Hi, > > I'm having some dependency problem when developing on edk2. I've > written a > CCID device

[edk2] Driver dependency on boot

2016-05-18 Thread Iru Cai
Hi, I'm having some dependency problem when developing on edk2. I've written a CCID device driver which provides a protocol EFI_CCID_PROTOCOL with GUID gEfiCcidProtocolGuid. And I have another application called ccidboot to be run on boot that uses gEfiCcidProtocolGuid, I set the module type as DX