summaryrefslogtreecommitdiff
path: root/InOsEmuPkg
AgeCommit message (Expand)AuthorFilesLines
2011-06-27InOsEmuPkg: Fix Xcode symbol loading with new scheme. Fix bug in dlcose. Move...andrewfish4-94/+65
2011-06-27InOsEmuPkg: Fix minor typo and Xcode build breaks. Seems Xcode is more picky ...andrewfish1-2/+2
2011-06-26InOsEmuPkg/Unix: Allow binary UEFI shell to be usedjljusten1-0/+4
2011-06-26InOsEmuPkg/Unix: Auto-load symbols files in gdbjljusten2-134/+191
2011-06-25InOsEmuPkg: Make the Guard MemoryAllocationLib handle EFI allocated pages cor...andrewfish1-9/+17
2011-06-24InOsEmuPkg: Add an OS malloc/valloc/free based implementation of the MemoryAl...andrewfish10-8/+971
2011-06-24InOsEmuPkg: Fix issue with struct stat not having the right size. EFI compile...andrewfish1-0/+2
2011-06-24[InOsEmuPkg] Fix minor coding style bug.andrewfish1-2/+1
2011-06-24[InOSEmPkg] Add OS malloc and free to the Thunk.andrewfish5-0/+104
2011-06-23InOsEmuPkg/Unix: Fix build issues for GCC44 IA32jljusten5-11/+9
2011-06-23InOsEmuPkg/Unix: Detect lib directory suffix on Linuxjljusten3-2/+12
2011-06-23InOsEmuPkg/Unix/build.sh: Merge changes from build64.sh r11867jljusten1-8/+12
2011-06-23InOsEmuPkg/Unix: Auto-run emulator in gdbjljusten3-2/+39
2011-06-21InOsEmuPkg: Add TimerLib for PEI, DXE_CORE, and DXE/EFI drivers/applications. andrewfish16-256/+672
2011-06-20InOsEmuPkg: Make sure to skip DXE IPL on emulator build, and don't double bui...andrewfish2-1/+3
2011-06-20InOsEmuPkg/Unix: Enable single-pass build with Linuxjljusten3-12/+21
2011-06-20InOsEmuPkg/Unix/Sec: Add BaseMemoryLib implementation to thunk layerjljusten6-15/+170
2011-06-20InOsEmuPkg/Unix/Sec: Fix EFIAPI usage inconsistenciesjljusten3-8/+1
2011-06-20InOsEmuPkg: Remove unreference local variablesjljusten2-3/+1
2011-06-19InOsEmuPkg: Fix debug prints from DXE/UEFI drivers.andrewfish1-1/+7
2011-06-19InOsEmuPkg: Remove unneeded Framework for XCODE linker flag overrides.andrewfish1-2/+2
2011-06-19InOsEmuPkg: Fix issue with EFI_LBA not being implemented as a UINT64 in the I...andrewfish2-7/+16
2011-06-19InOsEmuPkg: Fix UINT64 bugs in IA-32 gasket.andrewfish2-16/+26
2011-06-19InOsEmuPkg: Fix issues with stack alignment in the gasket. andrewfish1-174/+105
2011-06-18InOsEmuPkg: Fix IA-32 SEC temp ram code.andrewfish3-59/+117
2011-06-18InOsEmuPkg: Make build dir different for IA-32. Fix PCD XIP issues. andrewfish5-21/+25
2011-06-18InOsEmuPkg: Add an Xcode project file for building and debugging IA-32 Unix e...andrewfish4-0/+355
2011-06-18InOsEmuPkg: Unix emulator now compiles for IA-32.andrewfish8-8/+1831
2011-06-17InOsEmuPkg: Fix Linux compile issues in BlockIo code.andrewfish1-2/+8
2011-06-17InOsEmuPkg: Implement gIdleLoopEventGuid. andrewfish8-42/+104
2011-06-17InOsEmuPkg: Fix typo in comment of previous submit. andrewfish1-1/+1
2011-06-17InOsEmuPkg: Add support for mounting CD-ROM images.andrewfish3-20/+29
2011-06-16InOsEmuPkg: Clean up coding standards.andrewfish3-374/+422
2011-06-15InOsEmuPkg: Update code to support BerkeleyPacketFilter, and add a template f...andrewfish11-61/+2270
2011-06-15InOsEmuPkg: Update DevicePathTextLib to the latest MdeModulePkg patch on the ...andrewfish2-4/+112
2011-06-09InOsEmuPkg: Add the EFI parts of the Simple Network Protocolandrewfish9-9/+2283
2011-06-08InOsEmuPkg: Fix reconnect -r from the shellandrewfish3-1/+3
2011-06-08InOsEmuPkg: Make XIP work properlyandrewfish15-24/+242
2011-06-08Update the FD mapping so the volatile areas write back to the FD file. Curren...andrewfish3-11/+95
2011-06-08Add support for SerialPortLib that maps into POSIX StdIn and StdOut. Add a de...andrewfish17-17/+507
2011-06-07Fix minor build break.andrewfish1-1/+0
2011-06-07InOsEmuPkg: Fixed mounting device nodes and .dmg files in the emulator.andrewfish4-44/+71
2011-06-03Get BlockIo mapping interfaces working. Still need to work on detecting block...andrewfish14-765/+597
2011-05-31Add BlockIO support to the emulator, still needs testing. Also update Emulato...andrewfish17-34/+3128
2011-05-17Cleanup MpService interface. Still needs more testing, but now it is much clo...andrewfish3-46/+159
2011-05-16InOsEmuPkg/Unix: Return scan code for Pause keyjljusten1-9/+11
2011-05-16InOsEmuPkg: Rename EmuPthreadThunk to EmuThreadThunkjljusten10-169/+173
2011-05-16InOsEmuPkg PcdEmuFileSystem: Set to architecture independent pathjljusten1-1/+1
2011-05-16InOsEmuPkg PosixFileSystem: Fix memory corruption issuejljusten1-1/+1
2011-05-15Fix minor clang build issue.andrewfish1-1/+1