1. 6da6db1 EmbeddedPkg/PrePiLib: Remove the performance measurements from the library by oliviermartin · 14 years ago
  2. 05e48e0 EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLib by oliviermartin · 14 years ago
  3. e889946 EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2) by oliviermartin · 14 years ago
  4. 5b490e7 EmbeddedPkg: Introduce PrePiMemoryAllocationLib by oliviermartin · 14 years ago
  5. 271c790 Fix ICC build error. by lzeng14 · 14 years ago
  6. 7708d08 Fix CreateBootDisk.bat not using config variables by niruiyu · 14 years ago
  7. 976f617 Fix ICC build error. by lzeng14 · 14 years ago
  8. 61a02ac Fix ICC build error. by lzeng14 · 14 years ago
  9. 51a0c5f MdeModulePkg: Add ResetSystemRuntimeDxe driver by jljusten · 14 years ago
  10. 7c636bd MdeModulePkg: Add GenericMemoryTestDxe driver by jljusten · 14 years ago
  11. ab94587 This refactors 3 functions out of ShellCommandLib and puts them into a new library (but as 2 functions instead of 3). This allows for users outside of the shell itself to have access to these functions. by jcarsey · 14 years ago
  12. f1518f6 add fixes for code verification happyness. by jcarsey · 14 years ago
  13. 92d4b03 IntelFrameworkModulePkg: Add PalLib library class mapping by jljusten · 14 years ago
  14. 18bd7e8 Fix the comments in the core interface to follow the UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 14 years ago
  15. 2525e22 Fix a potential memory free failure bug in AtaAtapiPassThru by erictian · 14 years ago
  16. cf40a2b Fix DevPathToTextIPv6(): no comma between protocol and type string. by niruiyu · 14 years ago
  17. af9c2a5 Give Python/PythonCore.inf its own GUID. by darylm503 · 14 years ago
  18. 697aa37 EmulatorPkg: Match paths/names for Xcode with new package naming scheme. by andrewfish · 14 years ago
  19. 82b2ab6 EmulatorPkg: Add README file by jljusten · 14 years ago
  20. 461e8e8 EmulatorPkg: Merge build*.sh into build.sh by jljusten · 14 years ago
  21. 8de0692 add (UINT8 *) type cast to fix ICC build failure. by niruiyu · 14 years ago
  22. e23e488 EmulatorPkg: Move Unix/UnixX64.* to EmulatorPkg.* by jljusten · 14 years ago
  23. 59ad461 EmulatorPkg/Unix: Rename SecMain to Host by jljusten · 14 years ago
  24. 5817d50 IntelFrameworkModulePkg: Fix clang compielr warning. by andrewfish · 14 years ago
  25. 1a08be5 Missing from previous check-in. by darylm503 · 14 years ago
  26. 3f2035e EmulatorPkg: Fix build break. by andrewfish · 14 years ago
  27. 2fbfd3f EmulatorPkg: Fix issue with ReadKeyStroke returning EFI_SUCCESS when only a modifier key is pressed. by andrewfish · 14 years ago
  28. d18d8a1 EmulatorPkg: Remove all trailing whitespace by jljusten · 14 years ago
  29. bb89ec1 InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host by jljusten · 14 years ago
  30. d3e0289 Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr. by jcarsey · 14 years ago
  31. c60ea9a ArmPlatformPkg/Bds: Use unaligned read to access OptionalData in EFI_LOAD_OPTION by oliviermartin · 14 years ago
  32. aa95e2f ArmPlatformPkg/Bds: Check if the assumed requirements are set before to use it by oliviermartin · 14 years ago
  33. 5b49151 ArmPkg/BdsLib: Check if the performance timer is counting down or up in PrintPerformance() by oliviermartin · 14 years ago
  34. 8ca6180 Enable new "ref5" opcode in browser. by ydong10 · 14 years ago
  35. 2ed77d0 Add new "ref5" opcode data structure and ref data type structure. by ydong10 · 14 years ago
  36. 4f33c83 Restore the whole form set to default value when user enter F9, old logical only for form level. by ydong10 · 14 years ago
  37. 006fecd Basic Core Python interpreter. by darylm503 · 14 years ago
  38. 65126b4 Changes required to build using the new device abstraction capability of StdLib. by darylm503 · 14 years ago
  39. 53e1e5c Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. by darylm503 · 14 years ago
  40. b00771f Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. by darylm503 · 14 years ago
  41. 46293a4 Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files. by lzeng14 · 14 years ago
  42. bcecde1 IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers by jljusten · 14 years ago
  43. a7a0f78 EdkCompatibilityPkg: Add AcpiVariableHobOnSmramReserveHobThunk by jljusten · 14 years ago
  44. 070fba6 IntelFrameworkModulePkg: Add Guid/AcpiVariable.h by jljusten · 14 years ago
  45. ea060cf MdeModulePkg: Add IdeBusPei driver by jljusten · 14 years ago
  46. 4b1bf81 MdeModulePkg: Add PEI USB drivers and related PPIs by jljusten · 14 years ago
  47. 366f81a Clarify that the shared variables of the shell protocols are properly named. by jcarsey · 14 years ago
  48. 92a5447 replace protocol presence ASSERTs with error returns. by jcarsey · 14 years ago
  49. ad7782a maintain output attributes. by jcarsey · 14 years ago
  50. 35f26e7 replace assert with error. by jcarsey · 14 years ago
  51. 03131de Make sure size is correct. by jcarsey · 14 years ago
  52. 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
  53. 8bd282b allow for failure return when called without a shell present. by jcarsey · 14 years ago
  54. 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
  55. 4ffaadc Adjust the start position of the opcode string before saving it to avoid show menu info error. by ydong10 · 14 years ago
  56. fd99d1a Fix UnixGcc build failures. by niruiyu · 14 years ago
  57. 345a0c8 OvmfPkg: Add support for UEFI shell by jljusten · 14 years ago
  58. 984d744 InOsEmuPkg/Unix: Allow binary UEFI shell to be used by jljusten · 14 years ago
  59. 0bc9421 InOsEmuPkg/Unix: Auto-load symbols files in gdb by jljusten · 14 years ago
  60. 8e4b3d3 InOsEmuPkg: Make the Guard MemoryAllocationLib handle EFI allocated pages correctly. by andrewfish · 14 years ago
  61. 1d7ac5a InOsEmuPkg: Add an OS malloc/valloc/free based implementation of the MemoryAllocationLib. Requires extra Thunk APIs. by andrewfish · 14 years ago
  62. 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
  63. c8f62f9 [InOsEmuPkg] Fix minor coding style bug. by andrewfish · 14 years ago
  64. c217506 [InOSEmPkg] Add OS malloc and free to the Thunk. by andrewfish · 14 years ago
  65. 54e0b04 InOsEmuPkg/Unix: Fix build issues for GCC44 IA32 by jljusten · 14 years ago
  66. 27f6b4f InOsEmuPkg/Unix: Detect lib directory suffix on Linux by jljusten · 14 years ago
  67. feceaad InOsEmuPkg/Unix/build.sh: Merge changes from build64.sh r11867 by jljusten · 14 years ago
  68. fe7e504 InOsEmuPkg/Unix: Auto-run emulator in gdb by jljusten · 14 years ago
  69. b68b78e Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly. by niruiyu · 14 years ago
  70. f6bd066 Refine code to follow coding style. by ydong10 · 14 years ago
  71. 8b67c4c Remove non-ASCII characters. by niruiyu · 14 years ago
  72. 72c8a89 Add check code to avoid access violation. by ydong10 · 14 years ago
  73. 1ef4120 InOsEmuPkg: Add TimerLib for PEI, DXE_CORE, and DXE/EFI drivers/applications. by andrewfish · 14 years ago
  74. 090f3fd Move the check refresh attribute logical out of the option string check logical. by ydong10 · 14 years ago
  75. 8f766f6 Add sample code for vfr opcode "guidop" by ydong10 · 14 years ago
  76. 18ad26d Initialize data before using it by ydong10 · 14 years ago
  77. 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
  78. 53a6813 InOsEmuPkg/Unix: Enable single-pass build with Linux by jljusten · 14 years ago
  79. b8800fc InOsEmuPkg/Unix/Sec: Add BaseMemoryLib implementation to thunk layer by jljusten · 14 years ago
  80. 7af94c1 InOsEmuPkg/Unix/Sec: Fix EFIAPI usage inconsistencies by jljusten · 14 years ago
  81. d7dd938 InOsEmuPkg: Remove unreference local variables by jljusten · 14 years ago
  82. 8513037 ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid event by oliviermartin · 14 years ago
  83. 149daa6 ArmPkg/CpuPei: Declare the CPU HOB by oliviermartin · 14 years ago
  84. fbcd5ce ArmPkg/CpuPei: Get the System Memory from the Resource Memory HOB by oliviermartin · 14 years ago
  85. d7b6c49 ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gic by oliviermartin · 14 years ago
  86. e7c2a83 Fix potential null pointer dereference by erictian · 14 years ago
  87. eaaf869 Fix EFI Option ROM being loaded twice unconditionally. by niruiyu · 14 years ago
  88. 1453e77 InOsEmuPkg: Fix debug prints from DXE/UEFI drivers. by andrewfish · 14 years ago
  89. ab34fe8 InOsEmuPkg: Remove unneeded Framework for XCODE linker flag overrides. by andrewfish · 14 years ago
  90. b02333c InOsEmuPkg: Fix issue with EFI_LBA not being implemented as a UINT64 in the IA-32 Gasket. by andrewfish · 14 years ago
  91. f2f008b InOsEmuPkg: Fix UINT64 bugs in IA-32 gasket. by andrewfish · 14 years ago
  92. 102d35b InOsEmuPkg: Fix issues with stack alignment in the gasket. by andrewfish · 14 years ago
  93. aac0fea InOsEmuPkg: Fix IA-32 SEC temp ram code. by andrewfish · 14 years ago
  94. e7523e0 InOsEmuPkg: Make build dir different for IA-32. Fix PCD XIP issues. by andrewfish · 14 years ago
  95. 417a802 InOsEmuPkg: Add an Xcode project file for building and debugging IA-32 Unix emulator. by andrewfish · 14 years ago
  96. 112a857 InOsEmuPkg: Unix emulator now compiles for IA-32. by andrewfish · 14 years ago
  97. 2a5c468 Update the EFI_PCI_ADDRESS macro in PciRootBridgeIo.h to support PCI Express extended registers. by rsun3 · 14 years ago
  98. 0bc26da InOsEmuPkg: Fix Linux compile issues in BlockIo code. by andrewfish · 14 years ago
  99. 57c7d70 InOsEmuPkg: Implement gIdleLoopEventGuid. by andrewfish · 14 years ago
  100. d8387fa IntelFrameworkModulePkg: Add IsaFloppyPei driver by jljusten · 14 years ago