1. bed0bbc EmulatorPkg: Make early DEBUG prints in DXE Core work. by andrewfish · 13 years ago
  2. 5407ce1 EmulatorPkg: update New Shell build for new PathLib. Turn off GuardMalloc library as the default for the Shell. by andrewfish · 14 years ago
  3. e23e488 EmulatorPkg: Move Unix/UnixX64.* to EmulatorPkg.* by jljusten · 14 years ago[Renamed (84%) from EmulatorPkg/Unix/UnixX64.dsc]
  4. 59ad461 EmulatorPkg/Unix: Rename SecMain to Host by jljusten · 14 years ago
  5. 3f2035e EmulatorPkg: Fix build break. by andrewfish · 14 years ago
  6. d18d8a1 EmulatorPkg: Remove all trailing whitespace by jljusten · 14 years ago
  7. bb89ec1 InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host by jljusten · 14 years ago[Renamed (81%) from InOsEmuPkg/Unix/UnixX64.dsc]
  8. 1d7ac5a InOsEmuPkg: Add an OS malloc/valloc/free based implementation of the MemoryAllocationLib. Requires extra Thunk APIs. by andrewfish · 14 years ago
  9. 1ef4120 InOsEmuPkg: Add TimerLib for PEI, DXE_CORE, and DXE/EFI drivers/applications. by andrewfish · 14 years ago
  10. ea203f2 InOsEmuPkg: Make sure to skip DXE IPL on emulator build, and don't double build every thing IA-32 Xcode. by andrewfish · 14 years ago
  11. 53a6813 InOsEmuPkg/Unix: Enable single-pass build with Linux by jljusten · 14 years ago
  12. 1453e77 InOsEmuPkg: Fix debug prints from DXE/UEFI drivers. by andrewfish · 14 years ago
  13. e7523e0 InOsEmuPkg: Make build dir different for IA-32. Fix PCD XIP issues. by andrewfish · 14 years ago
  14. 112a857 InOsEmuPkg: Unix emulator now compiles for IA-32. by andrewfish · 14 years ago
  15. 5dcda29 InOsEmuPkg: Add support for mounting CD-ROM images. by andrewfish · 14 years ago
  16. 2b59fcd InOsEmuPkg: Update code to support BerkeleyPacketFilter, and add a template for LinuxPacketFilter. by andrewfish · 14 years ago
  17. 572287f InOsEmuPkg: Add the EFI parts of the Simple Network Protocol by andrewfish · 14 years ago
  18. 946bfba InOsEmuPkg: Make XIP work properly by andrewfish · 14 years ago
  19. 7e284ac Add support for SerialPortLib that maps into POSIX StdIn and StdOut. Add a device path text to lib as a holding point waiting on getting it reviewed for other packages. Some minor fixes. Also map the FV as writable, so the Variable store becomes writable. by andrewfish · 14 years ago
  20. 033d0e5 Get BlockIo mapping interfaces working. Still need to work on detecting block size of devices, but you can map a .dmg file no problem at this point. by andrewfish · 14 years ago
  21. d59326d Add BlockIO support to the emulator, still needs testing. Also update Emulator start code to only pass 2 args in place of 3. The 3rd argument is not needed. Still need a function as the BaseLib functoin does not have the correct calling conventions. Cleanup build script for binary shell case. by andrewfish · 14 years ago
  22. 8b6d0c0 Cleanup MpService interface. Still needs more testing, but now it is much closer to PI spec. by andrewfish · 14 years ago
  23. a80e595 InOsEmuPkg PcdEmuFileSystem: Set to architecture independent path by jljusten · 14 years ago
  24. 9ab6800 InOsEmuPkg PcdEmuFileSystem: Match current setting in UnixPkg by jljusten · 14 years ago
  25. 72a44be InOsEmuPkg: Use EdkShellBinPkg by default by jljusten · 14 years ago
  26. 7d6cc71 InOsEmuPkg: Match filename case of the generate FD file by jljusten · 14 years ago
  27. 65e3f33 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. by andrewfish · 14 years ago
  28. 949f388 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. by andrewfish · 14 years ago