<div dir="ltr"><div><div><div><div><div><div><div><div>I guess I'm embarking upon trying to provide two stubbed out things in efi.<br></div>time:  Straightforward enough, use the GetTime() runtime service<br><br></div>
entropy.  For now ignore the 2.4 RNG since I have no way of testing it, just port forward the rtc logic:<br></div>-call efi_currticks (defined in efi_timer.c)<br></div>-createevent to make a timer event<br></div>-settimer to schedule it to fire (will try for TimerRelative, 0)<br>
</div>-waitevent<br></div>-call efi_currticks again<br><br></div><br></div>