audk/InOsEmuPkg
jljusten e332b442b9 InOsEmuPkg/Unix: Return scan code for Pause key
Port of UnixPkg r11659 change.

Signed-off-by: jljusten

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11663 6f19259b-4bc3-4df7-8a09-765794883524
2011-05-16 04:47:53 +00:00
..
AutoScanPei 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
BootModePei 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
CpuRuntimeDxe InOsEmuPkg: Rename EmuPthreadThunk to EmuThreadThunk 2011-05-16 04:47:40 +00:00
EmuBusDriverDxe InOsEmuPkg: Fix warnings with GCC44 toolchain 2011-05-15 17:22:37 +00:00
EmuGopDxe InOsEmuPkg: Fix warnings with GCC44 toolchain 2011-05-15 17:22:37 +00:00
EmuSimpleFileSystemDxe InOsEmuPkg: Fix warnings with GCC44 toolchain 2011-05-15 17:22:37 +00:00
EmuThunkDxe 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
FirmwareVolumePei 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
FlashMapPei 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
FvbServicesRuntimeDxe 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
Include InOsEmuPkg: Rename EmuPthreadThunk to EmuThreadThunk 2011-05-16 04:47:40 +00:00
Library Added generic EFIABI SEC to InOsEmuPkg. Add library to abstract FV cracking and remove code from original Sec/OS App. Add a PeiServicesLib wrapper for SEC that uses passed in PEI list and can abstract FV reading. Don't load images for XIP code and just run from FV directly on Mac OS X, or from dlopen on Linux. Moved temp ram switch code into generic SEC. Fixed design issue with PeiServiceTablePointerLib. 2011-05-14 16:00:22 +00:00
MetronomeDxe 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
MiscSubClassPlatformDxe 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
RealTimeClockRuntimeDxe 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
ResetRuntimeDxe 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
Sec InOsEmuPkg/Sec: Update assembly code when calling EFIAPI functions 2011-05-15 17:23:17 +00:00
ThunkPpiToProtocolPei 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
TimerDxe 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
Unix InOsEmuPkg/Unix: Return scan code for Pause key 2011-05-16 04:47:53 +00:00
InOsEmuPkg.dec InOsEmuPkg: Rename EmuPthreadThunk to EmuThreadThunk 2011-05-16 04:47:40 +00:00
build64.sh 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