audk/InOsEmuPkg/CpuRuntimeDxe
andrewfish 57c7d70ff9 InOsEmuPkg: Implement gIdleLoopEventGuid.
Added a CpuSleep () API to the Emulator Thunk. We needed to do this as the Stall() works hard to not get broken by the timer tic (POSIX signal). nanosleep() gets interrupted by the timer signal so it is a good emulator of a CpuSleep(); I was also able to remove some stalls in the X11 keyboard and mouse checking events, now that the gIdleLoopEventGuid was added.

Signed-off-by: andrewfish



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11846 6f19259b-4bc3-4df7-8a09-765794883524
2011-06-17 18:21:16 +00:00
..
Cpu.c InOsEmuPkg: Implement gIdleLoopEventGuid. 2011-06-17 18:21:16 +00:00
Cpu.inf InOsEmuPkg: Implement gIdleLoopEventGuid. 2011-06-17 18:21:16 +00:00
CpuDriver.h InOsEmuPkg: Implement gIdleLoopEventGuid. 2011-06-17 18:21:16 +00:00
CpuIo.c Add InOsEmuPkg. Like UnixPkg and Nt32Pkg, but EFI code can be common and does not require including system include files. Currently only Unix 64-bit is supported and it has only been tested on Mac OS X. Not all features are ported over, but GOP, via X11, and access to local file systems are supported and you can boot to the shell. 2011-05-11 18:31:20 +00:00
MpService.c Cleanup MpService interface. Still needs more testing, but now it is much closer to PI spec. 2011-05-17 03:48:27 +00:00
Strings.uni Add InOsEmuPkg. Like UnixPkg and Nt32Pkg, but EFI code can be common and does not require including system include files. Currently only Unix 64-bit is supported and it has only been tested on Mac OS X. Not all features are ported over, but GOP, via X11, and access to local file systems are supported and you can boot to the shell. 2011-05-11 18:31:20 +00:00