1. 3f2035e EmulatorPkg: Fix build break. by andrewfish · 14 years ago
  2. 2fbfd3f EmulatorPkg: Fix issue with ReadKeyStroke returning EFI_SUCCESS when only a modifier key is pressed. by andrewfish · 14 years ago
  3. d18d8a1 EmulatorPkg: Remove all trailing whitespace by jljusten · 14 years ago
  4. bb89ec1 InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host by jljusten · 14 years ago
  5. d3e0289 Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr. by jcarsey · 14 years ago
  6. c60ea9a ArmPlatformPkg/Bds: Use unaligned read to access OptionalData in EFI_LOAD_OPTION by oliviermartin · 14 years ago
  7. aa95e2f ArmPlatformPkg/Bds: Check if the assumed requirements are set before to use it by oliviermartin · 14 years ago
  8. 5b49151 ArmPkg/BdsLib: Check if the performance timer is counting down or up in PrintPerformance() by oliviermartin · 14 years ago
  9. 8ca6180 Enable new "ref5" opcode in browser. by ydong10 · 14 years ago
  10. 2ed77d0 Add new "ref5" opcode data structure and ref data type structure. by ydong10 · 14 years ago
  11. 4f33c83 Restore the whole form set to default value when user enter F9, old logical only for form level. by ydong10 · 14 years ago
  12. 006fecd Basic Core Python interpreter. by darylm503 · 14 years ago
  13. 65126b4 Changes required to build using the new device abstraction capability of StdLib. by darylm503 · 14 years ago
  14. 53e1e5c Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. by darylm503 · 14 years ago
  15. b00771f Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. by darylm503 · 14 years ago
  16. 46293a4 Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files. by lzeng14 · 14 years ago
  17. bcecde1 IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers by jljusten · 14 years ago
  18. a7a0f78 EdkCompatibilityPkg: Add AcpiVariableHobOnSmramReserveHobThunk by jljusten · 14 years ago
  19. 070fba6 IntelFrameworkModulePkg: Add Guid/AcpiVariable.h by jljusten · 14 years ago
  20. ea060cf MdeModulePkg: Add IdeBusPei driver by jljusten · 14 years ago
  21. 4b1bf81 MdeModulePkg: Add PEI USB drivers and related PPIs by jljusten · 14 years ago
  22. 366f81a Clarify that the shared variables of the shell protocols are properly named. by jcarsey · 14 years ago
  23. 92a5447 replace protocol presence ASSERTs with error returns. by jcarsey · 14 years ago
  24. ad7782a maintain output attributes. by jcarsey · 14 years ago
  25. 35f26e7 replace assert with error. by jcarsey · 14 years ago
  26. 03131de Make sure size is correct. by jcarsey · 14 years ago
  27. f70c2a1 InOsEmuPkg: Fix Xcode symbol loading with new scheme. Fix bug in dlcose. Move some of the gdb infrastrucuture to the start of main(). by andrewfish · 14 years ago
  28. 8bd282b allow for failure return when called without a shell present. by jcarsey · 14 years ago
  29. febb227 InOsEmuPkg: Fix minor typo and Xcode build breaks. Seems Xcode is more picky about the types you pass into %x. by andrewfish · 14 years ago
  30. 4ffaadc Adjust the start position of the opcode string before saving it to avoid show menu info error. by ydong10 · 14 years ago
  31. fd99d1a Fix UnixGcc build failures. by niruiyu · 14 years ago
  32. 345a0c8 OvmfPkg: Add support for UEFI shell by jljusten · 14 years ago
  33. 984d744 InOsEmuPkg/Unix: Allow binary UEFI shell to be used by jljusten · 14 years ago
  34. 0bc9421 InOsEmuPkg/Unix: Auto-load symbols files in gdb by jljusten · 14 years ago
  35. 8e4b3d3 InOsEmuPkg: Make the Guard MemoryAllocationLib handle EFI allocated pages correctly. by andrewfish · 14 years ago
  36. 1d7ac5a InOsEmuPkg: Add an OS malloc/valloc/free based implementation of the MemoryAllocationLib. Requires extra Thunk APIs. by andrewfish · 14 years ago
  37. 0de7eff InOsEmuPkg: Fix issue with struct stat not having the right size. EFI compiler args are not compatible with system include headers for IA32. by andrewfish · 14 years ago
  38. c8f62f9 [InOsEmuPkg] Fix minor coding style bug. by andrewfish · 14 years ago
  39. c217506 [InOSEmPkg] Add OS malloc and free to the Thunk. by andrewfish · 14 years ago
  40. 54e0b04 InOsEmuPkg/Unix: Fix build issues for GCC44 IA32 by jljusten · 14 years ago
  41. 27f6b4f InOsEmuPkg/Unix: Detect lib directory suffix on Linux by jljusten · 14 years ago
  42. feceaad InOsEmuPkg/Unix/build.sh: Merge changes from build64.sh r11867 by jljusten · 14 years ago
  43. fe7e504 InOsEmuPkg/Unix: Auto-run emulator in gdb by jljusten · 14 years ago
  44. b68b78e Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly. by niruiyu · 14 years ago
  45. f6bd066 Refine code to follow coding style. by ydong10 · 14 years ago
  46. 8b67c4c Remove non-ASCII characters. by niruiyu · 14 years ago
  47. 72c8a89 Add check code to avoid access violation. by ydong10 · 14 years ago
  48. 1ef4120 InOsEmuPkg: Add TimerLib for PEI, DXE_CORE, and DXE/EFI drivers/applications. by andrewfish · 14 years ago
  49. 090f3fd Move the check refresh attribute logical out of the option string check logical. by ydong10 · 14 years ago
  50. 8f766f6 Add sample code for vfr opcode "guidop" by ydong10 · 14 years ago
  51. 18ad26d Initialize data before using it by ydong10 · 14 years ago
  52. 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
  53. 53a6813 InOsEmuPkg/Unix: Enable single-pass build with Linux by jljusten · 14 years ago
  54. b8800fc InOsEmuPkg/Unix/Sec: Add BaseMemoryLib implementation to thunk layer by jljusten · 14 years ago
  55. 7af94c1 InOsEmuPkg/Unix/Sec: Fix EFIAPI usage inconsistencies by jljusten · 14 years ago
  56. d7dd938 InOsEmuPkg: Remove unreference local variables by jljusten · 14 years ago
  57. 8513037 ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid event by oliviermartin · 14 years ago
  58. 149daa6 ArmPkg/CpuPei: Declare the CPU HOB by oliviermartin · 14 years ago
  59. fbcd5ce ArmPkg/CpuPei: Get the System Memory from the Resource Memory HOB by oliviermartin · 14 years ago
  60. d7b6c49 ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gic by oliviermartin · 14 years ago
  61. e7c2a83 Fix potential null pointer dereference by erictian · 14 years ago
  62. eaaf869 Fix EFI Option ROM being loaded twice unconditionally. by niruiyu · 14 years ago
  63. 1453e77 InOsEmuPkg: Fix debug prints from DXE/UEFI drivers. by andrewfish · 14 years ago
  64. ab34fe8 InOsEmuPkg: Remove unneeded Framework for XCODE linker flag overrides. by andrewfish · 14 years ago
  65. b02333c InOsEmuPkg: Fix issue with EFI_LBA not being implemented as a UINT64 in the IA-32 Gasket. by andrewfish · 14 years ago
  66. f2f008b InOsEmuPkg: Fix UINT64 bugs in IA-32 gasket. by andrewfish · 14 years ago
  67. 102d35b InOsEmuPkg: Fix issues with stack alignment in the gasket. by andrewfish · 14 years ago
  68. aac0fea InOsEmuPkg: Fix IA-32 SEC temp ram code. by andrewfish · 14 years ago
  69. e7523e0 InOsEmuPkg: Make build dir different for IA-32. Fix PCD XIP issues. by andrewfish · 14 years ago
  70. 417a802 InOsEmuPkg: Add an Xcode project file for building and debugging IA-32 Unix emulator. by andrewfish · 14 years ago
  71. 112a857 InOsEmuPkg: Unix emulator now compiles for IA-32. by andrewfish · 14 years ago
  72. 2a5c468 Update the EFI_PCI_ADDRESS macro in PciRootBridgeIo.h to support PCI Express extended registers. by rsun3 · 14 years ago
  73. 0bc26da InOsEmuPkg: Fix Linux compile issues in BlockIo code. by andrewfish · 14 years ago
  74. 57c7d70 InOsEmuPkg: Implement gIdleLoopEventGuid. by andrewfish · 14 years ago
  75. d8387fa IntelFrameworkModulePkg: Add IsaFloppyPei driver by jljusten · 14 years ago
  76. a1e23d4 InOsEmuPkg: Fix typo in comment of previous submit. by andrewfish · 14 years ago
  77. 5dcda29 InOsEmuPkg: Add support for mounting CD-ROM images. by andrewfish · 14 years ago
  78. 3239402 UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle events by jljusten · 14 years ago
  79. 54cd17e MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEvent by jljusten · 14 years ago
  80. f6079c7 IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert condition by jljusten · 14 years ago
  81. bfa084f InOsEmuPkg: Clean up coding standards. by andrewfish · 14 years ago
  82. 92a2f8e ArmPlatformPkg/Documentation: Update the instructions to build ARM Versatile Express CTA9x4 by oliviermartin · 14 years ago
  83. 8a18c8c Update prototype name of Get()/Set() to EFI_AUTHENTICATION_INFO_PROTOCOL_GET/ EFI_AUTHENTICATION_INFO_PROTOCOL_SET, by lzeng14 · 14 years ago
  84. 044a53c Correct ExtendedSize’s type to UINT32. by lzeng14 · 14 years ago
  85. 2b2f353 Remove the unused TimerLib from PeiCore. by lgao4 · 14 years ago
  86. a9ca068 restore original information when redirection fails inside a command using the split operator (|). by jcarsey · 14 years ago
  87. 6bab33c ArmPlatformPkg/Bds: Fix various bugs in the new BDS by oliviermartin · 14 years ago
  88. e862cd5 ArmPkg: Fix warnings raised by ARMGCC by oliviermartin · 14 years ago
  89. 2b59fcd InOsEmuPkg: Update code to support BerkeleyPacketFilter, and add a template for LinuxPacketFilter. by andrewfish · 14 years ago
  90. a0aab28 InOsEmuPkg: Update DevicePathTextLib to the latest MdeModulePkg patch on the mailing list. by andrewfish · 14 years ago
  91. 6a05469 Updates old formset info before exit to avoid old change lost. by ydong10 · 14 years ago
  92. 1955808 For BaseLib IsNull() function , update retval value comment to match its function description. by lgao4 · 14 years ago
  93. 94b928c 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structure is allocated and then passed to IPsec, it should be released after it is done to avoid the memory leak. by qianouyang · 14 years ago
  94. 08cd970 fix file name lowercase/uppercase inconsistent issue. by erictian · 14 years ago
  95. f742e3c fix file name lowercase/uppercase inconsistent issue. by erictian · 14 years ago
  96. 7d3df54 fix file name lowercase/uppercase inconsistent issue. by erictian · 14 years ago
  97. cbd2a4b ScsiBus/ScsiDisk enhancement for no_media state. by erictian · 14 years ago
  98. e118a40 Add ABS() macro (Absolute Value) to Base.h in MdePkg by mdkinney · 14 years ago
  99. 8b15741 Add ABS() macro (Absolute Value) to Base.h in MdePkg by mdkinney · 14 years ago
  100. 39840c5 Produce DiskInfo for usb mass storage device by erictian · 14 years ago