1. 6b73be8 Omap35xxPkg: Turn on the power for the USB Hub by oliviermartin · 13 years ago
  2. e093278 EmbeddedPkg/MmcDxe: Set the BlockLength at the beginning of the BlockIo transfer by oliviermartin · 13 years ago
  3. bb0f9e9 EmbeddedPkg/MmcDxe: Fix the indexes in the response array by oliviermartin · 13 years ago
  4. 36aa561 EmbeddedPkg/MmcDxe: Implement the correct macro to get the device size of SD 2 High Density cards by oliviermartin · 13 years ago
  5. d8ad473 EmbeddedPkg/MmcDxe: Fix the CMD3 sequence by oliviermartin · 13 years ago
  6. 969ece7 EmbeddedPkg/MmcDxe: Improved parameters checking by oliviermartin · 13 years ago
  7. 3de9937 EmbeddedPkg/MmcDxe: Create a periodic function to check if a card is present by oliviermartin · 13 years ago
  8. 569224f Use linked list to replace the current array solution to store the periodic SMI handlers to support more than 8 periodic SMI handlers. by niruiyu · 13 years ago
  9. 5672b88 EmulatorPkg/build.sh: Pass extra build options to the build command by jljusten · 13 years ago
  10. fb51181 OvmfPkg/SmbiosPlatformDxe: Add OVMF SMBIOS driver (with Xen support) by jljusten · 13 years ago
  11. d5aff67 1. Enhanced error handling in case PXE DHCP process error happens. by hhuan13 · 13 years ago
  12. 129b8b0 1. Fix bugs for PXE-IPv6 to accommodate the situation: by hhuan13 · 13 years ago
  13. 1c2ae02 OvmfPkg AcpiTimerLib: Fix issue with I/O address initialization by jljusten · 13 years ago
  14. 1fc9308 EmulatorPkg: Remove UnixPkg instance of the BaseLib and use PcdDxeIplBuildPageTables. by andrewfish · 13 years ago
  15. 9184d5d EmulatorPkg: Make the library work with DXE Core. by andrewfish · 13 years ago
  16. bed0bbc EmulatorPkg: Make early DEBUG prints in DXE Core work. by andrewfish · 13 years ago
  17. 382e78c ShellPkg: bug fix for edit search/replace function by jcarsey · 13 years ago
  18. b5827cb MdeModulePkg: Don't build SmmLockBoxPeiLib for IPF by jljusten · 13 years ago
  19. 8072b59 Disable building socket applications. by darylm503 · 13 years ago
  20. 848997b This adds support for @ prefixed commands in script files. by jcarsey · 13 years ago
  21. 37abfb7 Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi tables are installed. by lgao4 · 13 years ago
  22. be5ec8c Fix X64 VS2005 and VS2008 compile error. by lgao4 · 13 years ago
  23. 4134280 Fix X64 compile error. by lgao4 · 13 years ago
  24. 47a43df Remove the code added originally to restore 8254 timer to 54ms. by li-elvin · 13 years ago
  25. 6bae492 clarify the logic of the print length counting functions in both PrintLib library instances. by jcarsey · 13 years ago
  26. 7ca9e5a EmbeddedPkg: Fix mispellings by oliviermartin · 13 years ago
  27. 573d7e4 remove CatSPrint from ShellPkg. by jcarsey · 13 years ago
  28. 1c34b25 Better handle transmit errors Return 0 receive bytes when socket is closed by lpleahy · 13 years ago
  29. 4237287 add IPv4 address copy macro. by jcarsey · 13 years ago
  30. f75316c MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry() by oliviermartin · 13 years ago
  31. d1cab2b Remove SocketPkg references by lpleahy · 13 years ago
  32. 9995c2e Add non null assertion before using the bridge instance. by niruiyu · 13 years ago
  33. 7dc1329 Fix @return Doxygen commands to be singular instead of plural. by darylm503 · 13 years ago
  34. 59d1343 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  35. 39f4382 Get rid of some rcsid blocks. The EDK II build options cause a build break on the rcsid definitions. It is easier to delete them than other workarounds. by darylm503 · 13 years ago
  36. eec7d42 OvmfPkg/PlatformPei: Add Xen support by jljusten · 13 years ago
  37. 8379337 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  38. 681cc25 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  39. 7dad86f Print PCI Interrupt Line/Interrupt Pin registers before booting legacy OS. by niruiyu · 13 years ago
  40. 8db6a82 Print resource allocation/bar programming when PciBus driver does PCI BUS enumeration. by niruiyu · 13 years ago
  41. 48c0731 Fix X64 compile error. by lgao4 · 13 years ago
  42. 8332983 UefiCpuPkg: Replace the un-necessary WBINVD instruction at the reset vector with two NOPs in VTF0. by rsun3 · 13 years ago
  43. c5493c5 Normalize data transfer buffer in BlockIo thunk driver to avoid INT 13 Function 42H returning data boundary error (09H). by li-elvin · 13 years ago
  44. 486aace Fix send to properly wait while long transmits are in progress by lpleahy · 13 years ago
  45. 1e2b43f ShellPkg: Added the Ctrl based hot key for hexedit by jcarsey · 13 years ago
  46. f405c06 Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint. by jcarsey · 13 years ago
  47. 274402d Add plain-text ReadMe files and delete the PDF version. Clean up some comments. by darylm503 · 13 years ago
  48. 3c47fe6 MdePkg: Fixed hang/reset in thunk code when building with GCC X64 by geekboy15a · 13 years ago
  49. 993532d MdeModulePkg: Add SmmLockBox PEI implementation by jljusten · 13 years ago
  50. eb222ae Fix GCC build breaks. by darylm503 · 13 years ago
  51. 05f9aa4 Make it easy to build the socket applications by lpleahy · 13 years ago
  52. 6c7274a Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  53. c05e799 Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  54. 3c28a72 Fixed the issue in RuntimeStatusCode library that may not work on the early dispatched Runtime driver. by lgao4 · 13 years ago
  55. f93161b Fix 32-bit bios build error. by li-elvin · 13 years ago
  56. fbd770b fix typo by jcarsey · 13 years ago
  57. feccc28 cleanup function and eliminate build error. by jcarsey · 13 years ago
  58. 04bbf1f When status code handler unregister itself, status code dispatch in status code router driver will have problem to get next handler. Fixed the issue in status code router. by li-elvin · 13 years ago
  59. 0ddd855 Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. It is for UEFI driver to access SMBIOS table in configuration table before boot. by li-elvin · 13 years ago
  60. afe05b7 Create smbios table before ReadyToBoot event. For SMBIOS thunk driver, create/update smbios table in configuration table when each field is updated. by li-elvin · 13 years ago
  61. af00cab Put free the buffer GraphicsOutput.Mode in correct place. by li-elvin · 13 years ago
  62. fbf82a2 Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to show string with wrap flag. by lgao4 · 13 years ago
  63. 1261fe2 Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files for better modularity: IntelFrameworkModulePkg\Include\Guid\AcpiVariableCompatibility.h, by rsun3 · 13 years ago
  64. 4684b66 Add Socket Library applications. by darylm503 · 13 years ago
  65. d7ce700 Add Socket Libraries. by darylm503 · 13 years ago
  66. f766dd7 Changes so that Argv points to narrow-character versions of the command-line arguments. by darylm503 · 13 years ago
  67. 84c1b22 OvmfPkg/Include/Guid: Add XenInfo GUID by jljusten · 13 years ago
  68. b1874d3 EmulatorPkg/build.sh: Add build target to command line by jljusten · 13 years ago
  69. 58e3a18 EdkCompatabilityPg: Add missing .globl statement by andrewfish · 13 years ago
  70. d31182c MdeModulePkg: Fix build error for UNIXGCC with IPF by jljusten · 13 years ago
  71. 1d36ec0 ArmPkg: Fix ARM builds for XCode32 by oliviermartin · 13 years ago
  72. 38d6bb9 Adjust the day field when update the month and year field. by ydong10 · 13 years ago
  73. 550486e OvmfPkg/Library/AcpiTimerLib: Modified to support Xen HVM by jljusten · 13 years ago
  74. 3397c6f For libraries that have multiple module types support, just define a [Depex] section for specified module types that are permitted to have a [Depex] section. by lzeng14 · 13 years ago
  75. 05c82e5 GUIDs should go below the correct comment block in MdePkg.dec. by lzeng14 · 13 years ago
  76. 74ef1d4 MdeModulePkg: Add Recovery PCD feature flags by jljusten · 13 years ago
  77. 5a2beb7 ShellPkg: Added the Ctrl based hot key and changed text editor's UI. by jcarsey · 13 years ago
  78. f7c8bd9 MdePkg: Update CpuSleep to use ARMv7 instruction. by andrewfish · 13 years ago
  79. 2d08d17 BeagleBoardPkg: Ensure there is no pending IRQ and disable timer by oliviermartin · 13 years ago
  80. 3e4df77 MdeModulePkg: Add SmmControl PPI definition by jljusten · 13 years ago
  81. 4851f24 EdkCompatibilityPkg: Add SmmScriptLib by jljusten · 13 years ago
  82. caf93ab EdkCompatibilityPkg: Add DxeSmmReadyToLockOnExitPmAuthThunk driver by jljusten · 13 years ago
  83. 664e368 IntelFrameworkModulePkg: Add ExitPmAuth protocol definition by jljusten · 13 years ago
  84. 1c837cd MdeModulePkg: Add SMM LockBox by jljusten · 13 years ago
  85. 9fba8e7 MdeModulePkg: Add SmmCommunication PPI definition by jljusten · 13 years ago
  86. e7b7db3 MdeModulePkg: Add SmmAccess PPI definition by jljusten · 13 years ago
  87. 5f4f133 ArmPkg/SemiHostingSerialPortLib: Return number of written bytes in SerialPortWrite() by oliviermartin · 14 years ago
  88. 76336e4 Add header file for KMS. by lzeng14 · 14 years ago
  89. 44c0116 ArmPkg/UncachedMemoryAllocationLib: Use gDS function to set memory attributes by oliviermartin · 14 years ago
  90. 65cd89d ArmPkg/DebugAgentSymbolsOnlyLib: Add library to print loaded address of the SEC and PEI_CORE modules by oliviermartin · 14 years ago
  91. 42737ed 1. Fix a bug : netboot6 client hangs if DHCPv6 Advertisement received without netboot6 info by hhuan13 · 14 years ago
  92. f2a74da EmulatorPkg: Fix bug with missing &. Causes a link failure on TOT clang. by andrewfish · 14 years ago
  93. d042796 MdeModulePkg: Fix VS2008 warning. by andrewfish · 14 years ago
  94. 19ddbb2 1. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetSystemGuid() by hhuan13 · 14 years ago
  95. 33c0963 1. Update DHCPv6 to use DUID-UUID option by hhuan13 · 14 years ago
  96. 57b301b 1. Define a netlib library function NetLibGetSystemGuid() by hhuan13 · 14 years ago
  97. e47f0da MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not rebuild the page tables. by andrewfish · 14 years ago
  98. c4c085a Fix an issue that there may be an infinite loop in the CoreInitializeMemoryServices() in Gcd.c of the DXE Core. Also update logic to use continue statements to reduce the level of nesting in the two loops that search the HOB lists. More comment are added. by rsun3 · 14 years ago
  99. f26b6a9 Fixed build fail with GCC/ICC tools by ydong10 · 14 years ago
  100. 9abd316 Change CHAP_RADIUS_AUTH_NODE & CHAP_LOCAL_AUTH_NODE definition in AuthenticationInfo.h to align to the latest spec. by niruiyu · 14 years ago