Is this Protocol installed by any DXE driver?
The Status should return EFI_NOT_FOUND atleast



On Sat, Nov 30, 2013 at 12:28 PM, Nishit Patira <nishitpat...@gmail.com>wrote:

> Hi,
>
> I am writing an UEFI Application. I am using gBS_>LocateProtocol to return
> the instance where the protocl is found.
>
> EFI_STATUS Status;
> gBS = SystemTable->BootServices;
> Status = gBS->LocateProtocol (&gEfiIntelDimmToolProtocolGuid, NULL,(void
> **) &mDimmToolProtocol);
>
> However, the function is not returning anything.
>
> Could someone point out the error to me??
>
> Regards,
> Nishit H Patira
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/edk2-devel
>
>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to