summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-28EmulatorPkg: Fix build break.andrewfish1-2/+2
2011-06-28EmulatorPkg: Fix issue with ReadKeyStroke returning EFI_SUCCESS when only a m...andrewfish1-1/+8
2011-06-28EmulatorPkg: Remove all trailing whitespacejljusten161-2567/+2567
2011-06-28InOsEmuPkg: Rename package to EmulatorPkg & Sec to Hostjljusten191-223/+223
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey2-1/+7
2011-06-28ArmPlatformPkg/Bds: Use unaligned read to access OptionalData in EFI_LOAD_OPTIONoliviermartin2-21/+23
2011-06-28ArmPlatformPkg/Bds: Check if the assumed requirements are set before to use itoliviermartin2-11/+27
2011-06-28ArmPkg/BdsLib: Check if the performance timer is counting down or up in Print...oliviermartin1-2/+8
2011-06-28Enable new "ref5" opcode in browser.ydong106-147/+236
2011-06-28Add new "ref5" opcode data structure and ref data type structure.ydong101-0/+14
2011-06-28Restore the whole form set to default value when user enter F9, old logical o...ydong103-48/+47
2011-06-28Basic Core Python interpreter.darylm50311-0/+9557
2011-06-28Changes required to build using the new device abstraction capability of StdLib.darylm5032-2/+8
2011-06-28Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm50398-1391/+5157
2011-06-28Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm5036-102/+607
2011-06-28Clean up invalid keywords and missing keywords in [Define] section of INF/DEC...lzeng147-8/+11
2011-06-27IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) driversjljusten46-1/+30571
2011-06-27EdkCompatibilityPkg: Add AcpiVariableHobOnSmramReserveHobThunkjljusten3-0/+303
2011-06-27IntelFrameworkModulePkg: Add Guid/AcpiVariable.hjljusten2-0/+176
2011-06-27MdeModulePkg: Add IdeBusPei driverjljusten6-0/+3177
2011-06-27MdeModulePkg: Add PEI USB drivers and related PPIsjljusten36-0/+15879
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey7-90/+66
2011-06-27replace protocol presence ASSERTs with error returns.jcarsey1-72/+82
2011-06-27maintain output attributes.jcarsey1-0/+7
2011-06-27replace assert with error.jcarsey1-1/+4
2011-06-27Make sure size is correct.jcarsey1-0/+1
2011-06-27InOsEmuPkg: Fix Xcode symbol loading with new scheme. Fix bug in dlcose. Move...andrewfish4-94/+65
2011-06-27allow for failure return when called without a shell present.jcarsey1-3/+6
2011-06-27InOsEmuPkg: Fix minor typo and Xcode build breaks. Seems Xcode is more picky ...andrewfish1-2/+2
2011-06-27Adjust the start position of the opcode string before saving it to avoid show...ydong101-64/+65
2011-06-27Fix UnixGcc build failures.niruiyu2-3/+3
2011-06-26OvmfPkg: Add support for UEFI shelljljusten6-3/+132
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-23Change DUET DxeIpl to use SerialPort instead of manipulating serial port dire...niruiyu15-574/+180
2011-06-23Refine code to follow coding style.ydong101-1/+1
2011-06-23Remove non-ASCII characters.niruiyu1-1/+1
2011-06-23Add check code to avoid access violation.ydong101-0/+4
2011-06-21InOsEmuPkg: Add TimerLib for PEI, DXE_CORE, and DXE/EFI drivers/applications. andrewfish16-256/+672
2011-06-21Move the check refresh attribute logical out of the option string check logic...ydong101-77/+64
2011-06-21Add sample code for vfr opcode "guidop"ydong101-0/+9