1. 1c14595 EmulatorPkg: Update comment for PcdDefaultTerminalType by Heyi Guo · 10 years ago
  2. 4a43777 EmulatorPkg: Remove Ip4ConfigDxe module from EmulatorPkg by Jiaxin Wu · 10 years ago
  3. c8f451e EmulatorPkg: Add TpmMeasurementLib and AuthVariableLib library mapping by Star Zeng · 10 years ago
  4. 45aee4c EmulatorPkg: Move libraries from ShellPkg into MdeModulePkg and MdePkg. by Daryl McDaniel · 10 years ago
  5. 9a25ad8 EmulatorPkg: Add missing DisplayEngineDxe driver by Andrew Fish · 11 years ago
  6. 94c4575 EmulatorPkg: Use FaultTolerantWritePei driver. by Star Zeng · 12 years ago
  7. 990c917 EmulatorPkg: Add SerialPortExtLib library class mapping by jljusten · 12 years ago
  8. 5d81a9b Fix build break caused by CPU Exception Library. by andrewfish · 13 years ago
  9. 63f9b9b Add a new SMBIOS Library, and platform SMBIOS driver that does not use Framework or Hii. by andrewfish · 13 years ago
  10. 52cb711 EmulatorPkg: Fix DSC_SPECIFICATION typo in dsc by jljusten · 13 years ago
  11. 46e5da2 Remove unused PCD entry that generates warning on a build. by andrewfish · 13 years ago
  12. 7f5d742 Fix EmulatorPkg build error. by li-elvin · 13 years ago
  13. df1b757 Fix the incorrect usage for PCD PcdResetOnMemoryTypeInformationChange in Duet, Unix and Emulator platform. by lgao4 · 13 years ago
  14. 1fc9308 EmulatorPkg: Remove UnixPkg instance of the BaseLib and use PcdDxeIplBuildPageTables. by andrewfish · 13 years ago
  15. bed0bbc EmulatorPkg: Make early DEBUG prints in DXE Core work. by andrewfish · 13 years ago
  16. 5407ce1 EmulatorPkg: update New Shell build for new PathLib. Turn off GuardMalloc library as the default for the Shell. by andrewfish · 14 years ago
  17. e23e488 EmulatorPkg: Move Unix/UnixX64.* to EmulatorPkg.* by jljusten · 14 years ago[Renamed (84%) from EmulatorPkg/Unix/UnixX64.dsc]
  18. 59ad461 EmulatorPkg/Unix: Rename SecMain to Host by jljusten · 14 years ago
  19. 3f2035e EmulatorPkg: Fix build break. by andrewfish · 14 years ago
  20. d18d8a1 EmulatorPkg: Remove all trailing whitespace by jljusten · 14 years ago
  21. bb89ec1 InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host by jljusten · 14 years ago[Renamed (81%) from InOsEmuPkg/Unix/UnixX64.dsc]
  22. 1d7ac5a InOsEmuPkg: Add an OS malloc/valloc/free based implementation of the MemoryAllocationLib. Requires extra Thunk APIs. by andrewfish · 14 years ago
  23. 1ef4120 InOsEmuPkg: Add TimerLib for PEI, DXE_CORE, and DXE/EFI drivers/applications. by andrewfish · 14 years ago
  24. 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
  25. 53a6813 InOsEmuPkg/Unix: Enable single-pass build with Linux by jljusten · 14 years ago
  26. 1453e77 InOsEmuPkg: Fix debug prints from DXE/UEFI drivers. by andrewfish · 14 years ago
  27. e7523e0 InOsEmuPkg: Make build dir different for IA-32. Fix PCD XIP issues. by andrewfish · 14 years ago
  28. 112a857 InOsEmuPkg: Unix emulator now compiles for IA-32. by andrewfish · 14 years ago
  29. 5dcda29 InOsEmuPkg: Add support for mounting CD-ROM images. by andrewfish · 14 years ago
  30. 2b59fcd InOsEmuPkg: Update code to support BerkeleyPacketFilter, and add a template for LinuxPacketFilter. by andrewfish · 14 years ago
  31. 572287f InOsEmuPkg: Add the EFI parts of the Simple Network Protocol by andrewfish · 14 years ago
  32. 946bfba InOsEmuPkg: Make XIP work properly by andrewfish · 14 years ago
  33. 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
  34. 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
  35. 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
  36. 8b6d0c0 Cleanup MpService interface. Still needs more testing, but now it is much closer to PI spec. by andrewfish · 14 years ago
  37. a80e595 InOsEmuPkg PcdEmuFileSystem: Set to architecture independent path by jljusten · 14 years ago
  38. 9ab6800 InOsEmuPkg PcdEmuFileSystem: Match current setting in UnixPkg by jljusten · 14 years ago
  39. 72a44be InOsEmuPkg: Use EdkShellBinPkg by default by jljusten · 14 years ago
  40. 7d6cc71 InOsEmuPkg: Match filename case of the generate FD file by jljusten · 14 years ago
  41. 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
  42. 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