1. a3f28ac MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS() by Hao Wu · 9 years ago
  2. a3bc432 MdePkg/UefiDevicePathLib: Fix RAM Disk Device Path To Text Issue by Tapan Shah · 9 years ago
  3. d3265fe MdePkg/BasePrintLib: make mStatusString array CONST by Ard Biesheuvel · 9 years ago
  4. 624f017 MdePkg: Add BMC device path definition and its node/text conversion by Hao Wu · 9 years ago
  5. 2ad9cf3 MdePkg: ensure SafeString length functions don't access beyond MaxSize by Leif Lindholm · 9 years ago
  6. 0f89568 MdePkg/AArch64: use GCC_ASM_EXPORT to export functions by Olivier Martin · 9 years ago
  7. 1f149f8 MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDs by Feng Tian · 9 years ago
  8. d285781 MdePkg: SmmMemLib.inf: add Depex section and update protocol usage. by Qiu Shumin · 9 years ago
  9. 6a46c1a MdePkg: Add UEFI2.5 Ramdisk device path definition by Feng Tian · 9 years ago
  10. 228593f MdePkg: Fix bug in CatVSPrint introduced by r17742. by Heyi Guo · 9 years ago
  11. df1e74f MdePkg UefiLib: Use safe string functions by Hao Wu · 10 years ago
  12. 750b451 MdePkg UefiDevicePathLib: Remove unsafe string functions by Hao Wu · 10 years ago
  13. a86c73c MdePkg\Library\UefiFileHandleLib: Make FileHandleWriteLine support both ASCII and UNICODE file. by Qiu Shumin · 10 years ago
  14. bfc2fc9 MdePkg: Refine the cod logic of FileHandleLib. by Qiu Shumin · 10 years ago
  15. 25d7db8 MdePkg: Enhance the comments for SmmMemoryAllocationLib instance. by Qiu Shumin · 10 years ago
  16. 93e8630 MdePkg/DxeServicesLib: Return NULL GetFileBufferByFilePath reads directory by Ruiyu Ni · 10 years ago
  17. b269f89 MdePkg: Refine the comments for FileHandleLib. by Qiu Shumin · 10 years ago
  18. e84fb6e MdePkg: Refine the comments for FileHandleIsDirectory. by Qiu Shumin · 10 years ago
  19. 9ade433 MdePkg: Add %u and %lu support for PrintLib and DebugLib. by Qiu Shumin · 10 years ago
  20. 1d13077 MdePkg: Resolve type mismatch in node/text conversion for Wifi device by Hao Wu · 10 years ago
  21. 3bafd56 MdePkg: Add WiFi device path definition and its node/text conversion by Hao Wu · 10 years ago
  22. 3436359 MdePkg: Update PeiMemoryAllocationLib to allocate EfiReservedMemoryType memory directly. by Star Zeng · 10 years ago
  23. ab8686b MdePkg: Add UEFI 2.5 SD (Secure Digital) Device Path Definitions by Feng Tian · 10 years ago
  24. c808ac7 MdePkg: Add ToText/FromText support for URI device path node by Ruiyu Ni · 10 years ago
  25. 7795c8f MdePkg: Add bluetooth devicepath handling in device path library. by Qiu Shumin · 10 years ago
  26. 0e93edb Add ASSERT comment for SafeString API in BaseLib for MdePkg. by Yao, Jiewen · 10 years ago
  27. 6f7878a MdePkg/BaseLib: Preserve EBX register and fix stack offset to LinearAddress in AsmFlushCacheLine() by Michael Kinney · 10 years ago
  28. 5230616 MdePkg: Add UFS (Universal Flash Storage) related definitions by Feng Tian · 10 years ago
  29. cfe41b5 MdePkg/BaseMemoryLibRepStr: Support IA32 processors without CMOVx by Michael Kinney · 10 years ago
  30. 88a75d2 MdePkg/BaseLib: Support IA32 processors without CMOVx by Michael Kinney · 10 years ago
  31. 881813d MdePkg/BaseLib: Support IA32 processors without CLFLUSH by Michael Kinney · 10 years ago
  32. d2660fe MdePkg/BaseCacheMaintenanceLib: Support IA32 processors without CLFLUSH by Michael Kinney · 10 years ago
  33. 9a35584 MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in original PcdSetXX APIs. by Star Zeng · 10 years ago
  34. 55f5af1 MdePkg: fix ARM version of InternalMathSwapBytes64 () by Ard Biesheuvel · 10 years ago
  35. f61762d MdePkg: BaseSynchronizationLib: fix Increment/Decrement retvals for ARM by Tyler Smith · 10 years ago
  36. 4f953ed MdePkg:Fix typo 'caculate' in MdePkg. by Qiu Shumin · 10 years ago
  37. 09f08c9 MdePkg: Convert non DOS format files to DOS format by Hot Tian · 10 years ago
  38. 9b89163 MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16 by Ard Biesheuvel · 10 years ago
  39. cc31042 MdePkg/BaseSynchronizationLib: Added proper support for ARM architecture by Olivier Martin · 10 years ago
  40. 2a93f2c Fix typo. by Yao, Jiewen · 10 years ago
  41. 4c7ee75 MdePkg: BasePciLibPciExpress: list ARM and AARCH64 as valid architectures by Laszlo Ersek · 10 years ago
  42. b4ac3c8 MdePkg: Update BaseDebugLibStdErr library by Liming Gao · 10 years ago
  43. dfbe4d2 MdePkg: Update BaseDebugLibConOut library by Liming Gao · 10 years ago
  44. 7c6c450 MdePkg: Update BaseDebugLibNull library by Liming Gao · 10 years ago
  45. 243dfd8 MdePkg: Update BaseDebugLibSerialPort library by Liming Gao · 10 years ago
  46. ee2e676 MdePkg: Refine the protocol format in SmmMemLib. by Shumin Qiu · 10 years ago
  47. d92e4e9 MdePkg: Remove redundant ModeModulePkg dependence in SmmMemLib. by Shumin Qiu · 10 years ago
  48. d425764 Add SmmMemLib, which can be used by SMM driver or SMM core to check communication buffer. by Yao, Jiewen · 10 years ago
  49. 909ac47 MdePkg: Refine the format of INF files and the declaration in header file. by Shumin Qiu · 10 years ago
  50. 57ce74a Resolve buffer check overrun issue. by Yao, Jiewen · 10 years ago
  51. 6a39a6a Fix GCC build error. by Yao, Jiewen · 10 years ago
  52. aaedfe3 Add HSTI support. by Yao, Jiewen · 10 years ago
  53. ae591c1 MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library Migration. by Daryl McDaniel · 10 years ago
  54. 0b13fe7 Do not assert when the device path node length is invalid. by Ruiyu Ni · 10 years ago
  55. e4b0415 MdePkg: fix mixed dos and linux EOL format issue by Hot Tian · 10 years ago
  56. 1bb390f MdePkg: Add deprecate flag for the functions which has a replace function in safe c library. by Eric Dong · 10 years ago
  57. b04a63a MdePkg: UefiScsiLib: do not encode LUN in CDB for other SCSI commands by Laszlo Ersek · 10 years ago
  58. c128d52 MdePkg: UefiScsiLib: do not encode LUN in CDB for READ and WRITE by Laszlo Ersek · 10 years ago
  59. fdb5bc7 MdePkg DxePcdLib: Updates DxePcdLib instance comments. by Liming Gao · 10 years ago
  60. c058d59 Add safe string function to base lib. by jyao1 · 10 years ago
  61. a75cf43 MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob() by Star Zeng · 10 years ago
  62. f1e2b72 MdePkg/IntelFrameworkPkg HobLib: Add BuildResourceDescriptorWithOwnerHob() API. by Star Zeng · 10 years ago
  63. 15f8eef MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16 by Jordan Justen · 10 years ago
  64. eabcdf3 MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bug by Jordan Justen · 10 years ago
  65. f7ce802 MdePkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  66. 03e9db1 MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0 by Jordan Justen · 10 years ago
  67. 7458df4 MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' code by Jordan Justen · 10 years ago
  68. f6888ee MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit code by Jordan Justen · 10 years ago
  69. a8458d6 MdePkg BaseLib NASM Thunk16: Use NASM local labels by Jordan Justen · 10 years ago
  70. fbb5393 MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM version by Jordan Justen · 10 years ago
  71. 6dab5c8 MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM version by Jordan Justen · 10 years ago
  72. 4c103c5 Don't initialize local variables in its declaration. by Gao, Liming · 10 years ago
  73. 9b94012 MdePkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  74. c92c179 MdePkg: INF/DEC file updates to EDK II packages by Gao, Liming · 10 years ago
  75. 6809c87 Only reserve the aligned memory instead of reserving the unaligned memory in PeiMemoryAllocationLib by Gao, Liming · 10 years ago
  76. 66c6d4d MdePkg: Introduced BaseStackCheckLib (cont.) by Andrew Fish · 10 years ago
  77. 5e5fb41 MdePkg: Introduced BaseStackCheckLib (cont.) by Andrew Fish · 10 years ago
  78. 64fabae MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style by Eric Dong · 10 years ago
  79. da03183 MdePkg: library INF files should reference feature PCDs under [FeaturePcd] by Laszlo Ersek · 10 years ago
  80. 6a650d1 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warnings by Laszlo Ersek · 10 years ago
  81. 7595544 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warning by Laszlo Ersek · 10 years ago
  82. 281b6b9 Roll-back from an accidental commit. by lhauch · 10 years ago
  83. ea64888 Change svn:mime-type property on all Unicode files (extension .uni) in edk2 by lhauch · 10 years ago
  84. cf556c6 MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instance by Laszlo Ersek · 10 years ago
  85. 1be8039 MdePkg: Fix Clang build failure by Gao, Liming · 10 years ago
  86. e935092 Add type cast for better coding style. by Qiu Shumin · 10 years ago
  87. d52b9d8 MdePkg BaseLib: Fix a corner case of Source and Destination overlap. by Star Zeng · 10 years ago
  88. 0ca7b0b MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than random value. by Star Zeng · 10 years ago
  89. 28087ef MdePkg/BasePrintLib: Do not do operations with NULL by Harry Liebel · 10 years ago
  90. 6afd9f4 Refine code to make it more safely. by Eric Dong · 11 years ago
  91. e837e22 Correct comment typo in AsmReadCr0() function. by Gao, Liming · 11 years ago
  92. ed2867d Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build. by Ruiyu Ni · 11 years ago
  93. a06ec3e Add device path node/text conversion for NVMe device path node. by Ruiyu Ni · 11 years ago
  94. b95eb5e MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It should be the number of transferred blocks rather than block size. by Tian, Feng · 11 years ago
  95. a8d8d43 Support load 64 bit image from 32 bit core. by Eric Dong · 11 years ago
  96. 57a1b9c Add comment for S3BootScriptSaveMemPoll API, since it does not match PI specification. by jyao1 · 11 years ago
  97. 2080f67 Add more check for PE COFF SizeOfHeader field. by jyao1 · 11 years ago
  98. 8db92ab Fix CRLF format by Tian, Hot · 11 years ago
  99. 66a110d Optimize the code to not call StrToBuf when DataLength is 0. by Ruiyu Ni · 11 years ago
  100. 8a83534 Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'. by Gao, Liming · 11 years ago