summaryrefslogtreecommitdiffstats
path: root/InOsEmuPkg
Commit message (Expand)AuthorAgeFilesLines
* InOsEmuPkg: Add the EFI parts of the Simple Network Protocolandrewfish2011-06-099-9/+2283
* InOsEmuPkg: Fix reconnect -r from the shellandrewfish2011-06-083-1/+3
* InOsEmuPkg: Make XIP work properlyandrewfish2011-06-0815-24/+242
* Update the FD mapping so the volatile areas write back to the FD file. Curren...andrewfish2011-06-083-11/+95
* Add support for SerialPortLib that maps into POSIX StdIn and StdOut. Add a de...andrewfish2011-06-0817-17/+507
* Fix minor build break.andrewfish2011-06-071-1/+0
* InOsEmuPkg: Fixed mounting device nodes and .dmg files in the emulator.andrewfish2011-06-074-44/+71
* Get BlockIo mapping interfaces working. Still need to work on detecting block...andrewfish2011-06-0314-765/+597
* Add BlockIO support to the emulator, still needs testing. Also update Emulato...andrewfish2011-05-3117-34/+3128
* Cleanup MpService interface. Still needs more testing, but now it is much clo...andrewfish2011-05-173-46/+159
* InOsEmuPkg/Unix: Return scan code for Pause keyjljusten2011-05-161-9/+11
* InOsEmuPkg: Rename EmuPthreadThunk to EmuThreadThunkjljusten2011-05-1610-169/+173
* InOsEmuPkg PcdEmuFileSystem: Set to architecture independent pathjljusten2011-05-161-1/+1
* InOsEmuPkg PosixFileSystem: Fix memory corruption issuejljusten2011-05-161-1/+1
* Fix minor clang build issue.andrewfish2011-05-151-1/+1
* InOsEmuPkg PcdEmuFileSystem: Match current setting in UnixPkgjljusten2011-05-151-1/+1
* InOsEmuPkg: Use EdkShellBinPkg by defaultjljusten2011-05-152-5/+48
* InOsEmuPkg/Sec: Update assembly code when calling EFIAPI functionsjljusten2011-05-151-3/+7
* InOsEmuPkg/Unix: Rebase firmware SEC imagejljusten2011-05-151-7/+59
* InOsEmuPkg: Match filename case of the generate FD filejljusten2011-05-151-1/+1
* InOsEmuPkg: Fix warnings with GCC44 toolchainjljusten2011-05-155-40/+30
* InOsEmuPkg/Unix: Link to pthread libraryjljusten2011-05-151-2/+2
* Added generic EFIABI SEC to InOsEmuPkg. Add library to abstract FV cracking a...andrewfish2011-05-1427-767/+1519
* Add MP support. Based on PcdEmuApCount APs (Application Processors) are creat...andrewfish2011-05-138-7/+1398
* Fix bug where the config change to point to the executable ended up in one of...andrewfish2011-05-111-2/+2
* Add InOsEmuPkg. Like UnixPkg and Nt32Pkg, but EFI code can be common and does...andrewfish2011-05-11142-0/+23677