Hi,

I want to use timestamping in my optionrom UEFI driver so I checkout the Timestamp protocol that comes in UEFI 2.5. I check my platform for gEfiTimestampProtocolGuid using gBS->LocateProtocol but that comes up empty.

In EDK2 I notice MdeModulePkg/Universal/TimestampDxe which is a DXE driver that uses TimerLib to produce timestamps. How would I use this in my driver? Can I just stick the TimestampDxe.inf as a library to [LibraryClasses] in my package DSC file?

Cheers,
Tom
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to