1. 76beedc StdLib: Change the last argument of the ioctl helper functions to va_list* from void*. by darylm503 · 13 years ago
  2. c614ca5 StdLib: Patches and updates for ARM. by darylm503 · 13 years ago
  3. 9c6595d Correct comments for NULL return value of HiiLib HiiAddPackages(). by lgao4 · 13 years ago
  4. cd3d9a8 Add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1. by ydong10 · 13 years ago
  5. f10810c Update the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1. by ydong10 · 13 years ago
  6. 43e6159 Update the UserProfileManagerDxe to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1. by ydong10 · 13 years ago
  7. a1cfbf8 Update the BDS UI to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1. by ydong10 · 13 years ago
  8. 0d0bbc9 Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and PrtSc/SysRq are both pressed, when Ctrl and Pause/Break are both pressed. by niruiyu · 13 years ago
  9. e4f95ca Refine the logic about getting Value info to avoid check data error. by ydong10 · 13 years ago
  10. 7929788 ShellPkg: Update revision info. by jcarsey · 13 years ago
  11. f912597 ShellPkg: Fix concatenation on full device paths. by jcarsey · 13 years ago
  12. b6b22b1 ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform. by jcarsey · 13 years ago
  13. a0248b0 UefiCpuPkg VTF0: Add README, remove Makefile by jljusten · 13 years ago
  14. 424b7c9 Enhance the PEI Core to convert pointers pointing to PPI descriptors on the temporary stack. by rsun3 · 13 years ago
  15. a9292c1 1) remove wrong global variable usage because it will bring data corrupt if there are multiple XHCI host controllers. by erictian · 13 years ago
  16. a2d111e Replace SHA1 with SHA256 digest algorithm. by tye1 · 13 years ago
  17. 55581f9 by tye1 · 13 years ago
  18. 02317fc Remove useless pointer check. by ydong10 · 13 years ago
  19. 83a5219 Fix build error. by jyao1 · 13 years ago
  20. 4ae2e63 Refine code to follow coding style. by ydong10 · 13 years ago
  21. ae4cb94 Update UID drivers to align with latest UEFI spec 2.3.1 errata A. by gdong1 · 13 years ago
  22. 32e8520 Add [LibraryClasses] definition for MdeModulePkg\Include\Library\LockBoxLib.h. by jyao1 · 13 years ago
  23. 8adfcdd MdeModulePkg/HiiDatabaseDxe: Removed unused variables by oliviermartin · 13 years ago
  24. 76e7eee MdeModulePkg/UsbBusDxe: Removed unused variable by oliviermartin · 13 years ago
  25. 2a9f433 ArmPkg/ArmDisassemblerLib: Comment out unused variable by oliviermartin · 13 years ago
  26. 0a48ffb Add comments for gEfiFormBrowserExProtocolGuid. Signed-off-by: lgao4 by lgao4 · 13 years ago
  27. 151daa5 ArmRealViewEbPkg: Delete the deprecated package 'ArmRealViewEbPkg' by oliviermartin · 13 years ago
  28. 48a9d5f Enhance EDKII Browser to support flexible HotKey setting. by lgao4 · 13 years ago
  29. 3e71018 ArmPlatformPkg/Bds: Fix the update of existing boot entries by oliviermartin · 13 years ago
  30. 4223e4f Minor copyright format update by hhtian · 13 years ago
  31. f63085f Add NULl check for pointer. by li-elvin · 13 years ago
  32. c56b656 Use CPU_HOB to detect max address support from platform, and added 1G page table support. by jyao1 · 13 years ago
  33. 81b7a60 Fix ICC build failure. by niruiyu · 13 years ago
  34. 1a2ad6f Enhance the MTRR lib to support the case where alignment of base address < length. by rsun3 · 13 years ago
  35. 0f87f73 ShellPkg: Add missing function descriptor comment. by jcarsey · 13 years ago
  36. a6d4d0a ArmPkg/BdsLib: Add missing BdsLoadOption.c file by oliviermartin · 13 years ago
  37. 6f5e1c0 StdLib/LibC: Fix transcription error from submitted patch. by darylm503 · 13 years ago
  38. 5252c29 StdLib|LibC: Implement the sleep() function. by darylm503 · 13 years ago
  39. 6c0ebd5 AppPkg|Python: Files from the Python 2.7.2 distribution that must be modified to build under EDK II. by darylm503 · 13 years ago
  40. 01d89e9 NetworkPkg/UefiPxeBcDxe: Fix GCC build issue by jljusten · 13 years ago
  41. 6a5aa4d ShellPkg: Add 3 missing function declaration comments and change a function static variable to a file global variable. by jcarsey · 13 years ago
  42. ff7666c ArmPlatformPkg/Bds: Minor fixes and coding style changes by oliviermartin · 13 years ago
  43. aa863d3 ArmPkg/BdsLib: Fix MemMap Device Path node support by oliviermartin · 13 years ago
  44. 4aa2417 ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ArmPlatformPkg/Bds to ArmPkg/BdsLib by oliviermartin · 13 years ago
  45. 2755d84 ArmPkg/BdsLib: Add support to pass argument to a loaded EFI application by oliviermartin · 13 years ago
  46. a6e97d2 ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pkg to ArmPkg/Bds by oliviermartin · 13 years ago
  47. 2ccfb71 ArmPlatformPkg/Bds: Add a signature in front of the Boot Argument propoer to this Bds by oliviermartin · 13 years ago
  48. 74b9613 ArmPlatformPkg/Bds: Get User inputs in Unicode by oliviermartin · 13 years ago
  49. c3cd46d 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation. by sfu5 · 13 years ago
  50. eb2710a 1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=octet, other mode is rejected. by sfu5 · 13 years ago
  51. afc5448 Rename SMM_CPU_IO_Protocol to SMM_CPU_IO2_PROTOCOL in PiSmmDefintions.h of SmmScriptLib to keep consistent with SMM_CPU_IO2_PROTOCOL defined in MdePkg. by hhtian · 13 years ago
  52. e395633 StdLib: Replace some non-ASCII characters with ASCII equivalents. by darylm503 · 13 years ago
  53. a0cd353 ShellPkg: allow for mm command to properly write PCIe in non-interactive mode. by jcarsey · 13 years ago
  54. 8a30d78 Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. PS2 keyboard driver should consume all bytes of scan code for PAUSE key. by vanjeff · 13 years ago
  55. 16a4873 MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib library instance DxeTimerLibEsal. by xdu2 · 13 years ago
  56. 796b0b1 ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCT by oliviermartin · 13 years ago
  57. 6b062a8 EmbeddedPkg/Mmc: Fixed ARMGCC build by oliviermartin · 13 years ago
  58. 1f58a5d Sync the fix for recovery mode from MdeModulePkg. by gdong1 · 13 years ago
  59. ae5dc79 Media detection logic is enhanced to be more robust. by erictian · 13 years ago
  60. ec2bb58 Fix typo error in UnixPkg.dsc by erictian · 13 years ago
  61. 8e22eab Add "#ifdef ... #define ... #endif" check for the header file. by ydong10 · 13 years ago
  62. 6740ea7 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver by oliviermartin · 13 years ago
  63. 0f7f6d2 Change related: by ydong10 · 13 years ago
  64. a3b4eb2 Check the pointer before use it. by ydong10 · 13 years ago
  65. 5c45133 Refine code to follow coding style. by ydong10 · 13 years ago
  66. 4e4f13d Update capsule pei module to pass IPF build. by li-elvin · 13 years ago
  67. 1abad90 Update UnixPkg to use IA32_SEGMENT_DESCRIPTOR defined in BaseLib.h by li-elvin · 13 years ago
  68. 7f5d742 Fix EmulatorPkg build error. by li-elvin · 13 years ago
  69. 38e47f7 Fix DUET X64 build error. by li-elvin · 13 years ago
  70. e9b3cd5 Support new format of IPv4 device path node, FibreEx and PcieRoot device path node in DevicepathDxe driver. by niruiyu · 13 years ago
  71. 09e1962 Add the definition of new format of IPv4 device path node, FibreEx device path node. by niruiyu · 13 years ago
  72. cf7958f IntelFrameworkModulePkg: Add DxeCapsuleLib by jljusten · 13 years ago
  73. 3528921 MdeModulePkg: Remove UefiBootServicesTableLib dependency from DxePrintLibPrint2Protocol. by jcarsey · 13 years ago
  74. 0cdda8d Add generic HPET Timer DXE Driver and support libraries. by mdkinney · 13 years ago
  75. 5025be3 Add error debug information for capsule processing in Bds. by li-elvin · 13 years ago
  76. 98f0ea8 Correct package name by hhtian · 13 years ago
  77. d33db92 Correct package name by hhtian · 13 years ago
  78. 6bea333 Resolve conflicted PCD TokenValue by hhtian · 13 years ago
  79. b25e4ae Add LockBox null library to make CapsuleRuntimeDxe driver build pass. by li-elvin · 13 years ago
  80. 827adf2 Add LockBox null library to make CapsuleRuntimeDxe driver build pass. by li-elvin · 13 years ago
  81. 6088db3 Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h. by li-elvin · 13 years ago
  82. ab7017f Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data. by li-elvin · 13 years ago
  83. 4ff7e37 Refine comments and two code style. by ydong10 · 13 years ago
  84. 6709bbd Add check before use to make code run more safer. by ydong10 · 13 years ago
  85. 0c18794 Add security package to repository. by gdong1 · 13 years ago
  86. 986d1df Add generic HPET Timer DXE Driver and support libraries by mdkinney · 13 years ago
  87. 5f867ad Add generic HPET Timer DXE Driver and support libraries by mdkinney · 13 years ago
  88. 5244f47 StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC 4.4 compilers. by darylm503 · 13 years ago
  89. b2824a8 IntelFrameworkModulePkg: Add UpdateDriverDxe driver by jljusten · 13 years ago
  90. c2df8e1 IntelFrameworkModulePkg: Add FwVolDxe driver by jljusten · 13 years ago
  91. 16d88c2 EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol function by oliviermartin · 13 years ago
  92. 66f47f9 Omap35xxPkg/MmcHostDxe: Clean code to respect EDK2 coding convention by oliviermartin · 13 years ago
  93. ef2455b Fix bug for UefiPxeBcDxe driver to catch the return status. by sfu5 · 13 years ago
  94. 0bc1748 Fix bug for UefiPxeBcDxe driver to catch the return status. by sfu5 · 13 years ago
  95. 1b5592b Check the pointer before use it. by ydong10 · 13 years ago
  96. 3857083 Refine code to make code run more safely. by ydong10 · 13 years ago
  97. 41ff10d Update HiiBlockToConfig function to follow spec. by ydong10 · 13 years ago
  98. 25dd150 Remove, correct and refine some debug messages. by lzeng14 · 13 years ago
  99. b96fef9 EdkCompatibilityPkg: Add BootScriptThunkHelper driver by jljusten · 13 years ago
  100. 13d4af6 IntelFrameworkModulePkg: Add AcpiS3SaveDxe driver by jljusten · 13 years ago