1. 55a0d64 ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib' by oliviermartin · 13 years ago
  2. 75e4db2 ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI application by oliviermartin · 13 years ago
  3. d9325c8 ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate file by oliviermartin · 13 years ago
  4. 76d17c3 ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdt by oliviermartin · 13 years ago
  5. 11c20f4 Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention by oliviermartin · 13 years ago
  6. 5439ccd EmbeddedPkg/Ebl: Fix EBL copy file command by oliviermartin · 13 years ago
  7. c93ab96 ArmPlatformPkg/Bds: Fix menu when no boot entry are present for deletion or update by oliviermartin · 13 years ago
  8. e8e1dae ArmPlatformPkg/Bds: Fixed initialization of default Boot Entry with an initrd by oliviermartin · 13 years ago
  9. 9d4af8f Return empty string when END device path is passed in to align the original behavior in order to keep backward compatibility. by niruiyu · 13 years ago
  10. ec99fa8 fix build error. by erictian · 13 years ago
  11. 3ecd015 Add PCD for 1G page table by jyao1 · 13 years ago
  12. 570b3d1 1. Enhance DxeImageVerificationLib to avoid some corrupted input. by hhuan13 · 13 years ago
  13. 648f98d 1. Enhance AuthVar driver to avoid process corrupted certificate input. by hhuan13 · 13 years ago
  14. 378175d Add PCD for 1G page table by jyao1 · 13 years ago
  15. 125887e Coding style refinement. by erictian · 13 years ago
  16. 5c5afa7 Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, because it has been defined in MdePkg. by lgao4 · 13 years ago
  17. bca163f Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  18. eca218a ShellPkg: Verify DevicePathToText was successful before using the resultant pointer. by jcarsey · 13 years ago
  19. 1fc3749 ShellPkg: fix support for "\" (or "\.") meaning root of drive. by jcarsey · 13 years ago
  20. e291948 ArmPlatformPkg/patches: Updated list of Pending patches after latest BaseTools sync by oliviermartin · 13 years ago
  21. 2740a79 MdeModulePkg PeiMain: Enhance the PEI Core to convert GUID/PPI pointers pointing to somewhere in the temporary stack in PPI descriptors. by rsun3 · 13 years ago
  22. 83283ef Fix the issue that null pointer may be dereferenced at SourceLevelDebugPkg by erictian · 13 years ago
  23. 1e60a0e UefiCpuPkg MTRR Library: enhance MTRR Library. by rsun3 · 13 years ago
  24. 89a90ae Correct Include style to pass GCC build. Signed-off-by: lgao4 by lgao4 · 13 years ago
  25. 27e36f2 Clean up the private GUID definition in module Level. Signed-off-by: lgao4 by lgao4 · 13 years ago
  26. db4d3fa Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  27. d499fad UefiCpuPkg VTF0: Rename README to ReadMe.txt, add nasm version by ydong10 · 13 years ago
  28. f62f07e Refine code to follow coding style. by ydong10 · 13 years ago
  29. 7ea5f0c ShellBinPkg: Update binaries. by jcarsey · 13 years ago
  30. 54d3b84 Correct 1G page table generation. by jyao1 · 13 years ago
  31. df692f0 Sync BaseTools Branch (version r2323) to EDKII main trunk. by lgao4 · 13 years ago
  32. 65fd395 The patch enhances the Partition driver to return the media status (EFI_NO_MEDIA/EFI_MEDIA_CHANGED) even the other parameters are not valid for BlockIo2 interfaces. by niruiyu · 13 years ago
  33. 586b399 Revert the wrong patch that adds NOOPT target into MdeModulePkg.dsc. by lgao4 · 13 years ago
  34. 9bdc659 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  35. a0c56a8 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  36. e24fc10 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  37. c8ad2d7 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  38. b36d134 Sync BaseTools Branch (version r2321) to EDKII main trunk. by lgao4 · 13 years ago
  39. e7fe402 Fix Build fail for NT32 platform. by ydong10 · 13 years ago
  40. 76beedc StdLib: Change the last argument of the ioctl helper functions to va_list* from void*. by darylm503 · 13 years ago
  41. c614ca5 StdLib: Patches and updates for ARM. by darylm503 · 13 years ago
  42. 9c6595d Correct comments for NULL return value of HiiLib HiiAddPackages(). by lgao4 · 13 years ago
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. e4f95ca Refine the logic about getting Value info to avoid check data error. by ydong10 · 13 years ago
  49. 7929788 ShellPkg: Update revision info. by jcarsey · 13 years ago
  50. f912597 ShellPkg: Fix concatenation on full device paths. by jcarsey · 13 years ago
  51. b6b22b1 ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform. by jcarsey · 13 years ago
  52. a0248b0 UefiCpuPkg VTF0: Add README, remove Makefile by jljusten · 13 years ago
  53. 424b7c9 Enhance the PEI Core to convert pointers pointing to PPI descriptors on the temporary stack. by rsun3 · 13 years ago
  54. 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
  55. a2d111e Replace SHA1 with SHA256 digest algorithm. by tye1 · 13 years ago
  56. 55581f9 by tye1 · 13 years ago
  57. 02317fc Remove useless pointer check. by ydong10 · 13 years ago
  58. 83a5219 Fix build error. by jyao1 · 13 years ago
  59. 4ae2e63 Refine code to follow coding style. by ydong10 · 13 years ago
  60. ae4cb94 Update UID drivers to align with latest UEFI spec 2.3.1 errata A. by gdong1 · 13 years ago
  61. 32e8520 Add [LibraryClasses] definition for MdeModulePkg\Include\Library\LockBoxLib.h. by jyao1 · 13 years ago
  62. 8adfcdd MdeModulePkg/HiiDatabaseDxe: Removed unused variables by oliviermartin · 13 years ago
  63. 76e7eee MdeModulePkg/UsbBusDxe: Removed unused variable by oliviermartin · 13 years ago
  64. 2a9f433 ArmPkg/ArmDisassemblerLib: Comment out unused variable by oliviermartin · 13 years ago
  65. 0a48ffb Add comments for gEfiFormBrowserExProtocolGuid. Signed-off-by: lgao4 by lgao4 · 13 years ago
  66. 151daa5 ArmRealViewEbPkg: Delete the deprecated package 'ArmRealViewEbPkg' by oliviermartin · 13 years ago
  67. 48a9d5f Enhance EDKII Browser to support flexible HotKey setting. by lgao4 · 13 years ago
  68. 3e71018 ArmPlatformPkg/Bds: Fix the update of existing boot entries by oliviermartin · 13 years ago
  69. 4223e4f Minor copyright format update by hhtian · 13 years ago
  70. f63085f Add NULl check for pointer. by li-elvin · 13 years ago
  71. c56b656 Use CPU_HOB to detect max address support from platform, and added 1G page table support. by jyao1 · 13 years ago
  72. 81b7a60 Fix ICC build failure. by niruiyu · 13 years ago
  73. 1a2ad6f Enhance the MTRR lib to support the case where alignment of base address < length. by rsun3 · 13 years ago
  74. 0f87f73 ShellPkg: Add missing function descriptor comment. by jcarsey · 13 years ago
  75. a6d4d0a ArmPkg/BdsLib: Add missing BdsLoadOption.c file by oliviermartin · 13 years ago
  76. 6f5e1c0 StdLib/LibC: Fix transcription error from submitted patch. by darylm503 · 13 years ago
  77. 5252c29 StdLib|LibC: Implement the sleep() function. by darylm503 · 13 years ago
  78. 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
  79. 01d89e9 NetworkPkg/UefiPxeBcDxe: Fix GCC build issue by jljusten · 13 years ago
  80. 6a5aa4d ShellPkg: Add 3 missing function declaration comments and change a function static variable to a file global variable. by jcarsey · 13 years ago
  81. ff7666c ArmPlatformPkg/Bds: Minor fixes and coding style changes by oliviermartin · 13 years ago
  82. aa863d3 ArmPkg/BdsLib: Fix MemMap Device Path node support by oliviermartin · 13 years ago
  83. 4aa2417 ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ArmPlatformPkg/Bds to ArmPkg/BdsLib by oliviermartin · 13 years ago
  84. 2755d84 ArmPkg/BdsLib: Add support to pass argument to a loaded EFI application by oliviermartin · 13 years ago
  85. a6e97d2 ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pkg to ArmPkg/Bds by oliviermartin · 13 years ago
  86. 2ccfb71 ArmPlatformPkg/Bds: Add a signature in front of the Boot Argument propoer to this Bds by oliviermartin · 13 years ago
  87. 74b9613 ArmPlatformPkg/Bds: Get User inputs in Unicode by oliviermartin · 13 years ago
  88. c3cd46d 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation. by sfu5 · 13 years ago
  89. eb2710a 1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=octet, other mode is rejected. by sfu5 · 13 years ago
  90. 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
  91. e395633 StdLib: Replace some non-ASCII characters with ASCII equivalents. by darylm503 · 13 years ago
  92. a0cd353 ShellPkg: allow for mm command to properly write PCIe in non-interactive mode. by jcarsey · 13 years ago
  93. 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
  94. 16a4873 MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib library instance DxeTimerLibEsal. by xdu2 · 13 years ago
  95. 796b0b1 ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCT by oliviermartin · 13 years ago
  96. 6b062a8 EmbeddedPkg/Mmc: Fixed ARMGCC build by oliviermartin · 13 years ago
  97. 1f58a5d Sync the fix for recovery mode from MdeModulePkg. by gdong1 · 13 years ago
  98. ae5dc79 Media detection logic is enhanced to be more robust. by erictian · 13 years ago
  99. ec2bb58 Fix typo error in UnixPkg.dsc by erictian · 13 years ago
  100. 8e22eab Add "#ifdef ... #define ... #endif" check for the header file. by ydong10 · 13 years ago