1. d90aa46 BootSectImage.exe, EfiLdrImage.exe and Split.exe tools have incorrect output from the --version option. by lhauch · 10 years ago
  2. 5957723 ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build error by Qiu Shumin · 10 years ago
  3. a361d39 Append the terminating null character at the end of the string to avoid buffer overflow. by Qiu Shumin · 10 years ago
  4. b69fd59 Fix nmake cleanall bugs. by Yingke Liu · 10 years ago
  5. b3d07ff This patch is going to: by Hess Chen · 10 years ago
  6. f056e4c ShellPkg: Update 'pci' command for updated class codes by Jaben Carsey · 10 years ago
  7. c173a7b ShellPkg: Fixes and updates for the 'devices' command by Chris Phillips · 10 years ago
  8. 83185c5 Updated version, missed the last two commits and to add the SVN Revision property (last part of the version value). by lhauch · 10 years ago
  9. cea5e3b ShellPkg: Refactor string manipulation by Jaben Carsey · 10 years ago
  10. cd92f93 Fixed the PATH again. by lhauch · 10 years ago
  11. bd4fa6f Updated to check for NASM_PREFIXE system environment variable, also to fix an issue with path environment variable. by lhauch · 10 years ago
  12. 9ece15a Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported to be used as patchable PCD instead of Fixed PCD. by Dong, Guo · 10 years ago
  13. 6809c87 Only reserve the aligned memory instead of reserving the unaligned memory in PeiMemoryAllocationLib by Gao, Liming · 10 years ago
  14. fa7fadf IntelFspPkg BaseCacheLib: State CacheAsRamLib in its inf, because it consumes DisableCacheAsRam() that is the interface of CacheAsRamLib. by Star Zeng · 10 years ago
  15. acedecd Do not access transfer ring when endpoint is isochronous type and control type. And when one Endpoint is a unknown type, do not ASSERT(0) and process next endpoint. by Elvin Li · 10 years ago
  16. 5eadb80 ShellPkg: leave quotes around params by Jaben Carsey · 10 years ago
  17. a0d3672 StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. by Daryl McDaniel · 10 years ago
  18. 78d4219 ShellPkg: Fixes and updates for the 'parse' command by Chris Phillips · 10 years ago
  19. 7376808 ShellPkg: Fixes and updates for the 'memmap' command by Chris Phillips · 10 years ago
  20. d41a79a ShellPkg: Add support for UEFI Shell 2.1 spec command line comments by Chris Phillips · 10 years ago
  21. a29117b ShellPkg: Fixes and updates for the 'drivers' command by Chris Phillips · 10 years ago
  22. 53715dc ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
  23. bf47c6a Setting the svn property, svn:executable on the new scripts. by lhauch · 10 years ago
  24. bd63012 Adding files for proposed replacement for edksetup.bat. by lhauch · 10 years ago
  25. 66c6d4d MdePkg: Introduced BaseStackCheckLib (cont.) by Andrew Fish · 10 years ago
  26. 0923aa1 This patch is going to: by Hess Chen · 10 years ago
  27. 07b8564 AutoGen.c can only be generated if the module has intermediate object files generated or links other libraries. by Yingke Liu · 10 years ago
  28. 231ea88 Allocate exact memory size for string buffer to avoid buffer overflow. by Qiu Shumin · 10 years ago
  29. acbd7f9 Append the terminating null character at the end of the string to avoid buffer overflow. by Qiu Shumin · 10 years ago
  30. 709edd4 Check in Fat release (EBC, IA32, X64, IPF) binaries built from MdePkg and BaseTools (r15860), FatPkg (r86). by Ruiyu Ni · 10 years ago
  31. fcd4fbf 1. AutoGen.c should be generated if it is not empty even if there are no C source files. by Yingke Liu · 10 years ago
  32. 0e398dc StdLib: reinstate the use of va_arg() to handle long double arguments in vfscanf. by Olivier Martin · 10 years ago
  33. 1bc81f4 StdLib/LibC: Fix ARM symbol problems by Harry Liebel · 10 years ago
  34. df294f7 AppPkg: Enable ARM and AArch64 support by Harry Liebel · 10 years ago
  35. 9792ff7 StdLib: reinstate the use of va_arg() to handle long double arguments in vfscanf. by Olivier Martin · 10 years ago
  36. dfa8858 StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 target architectures. by Daryl McDaniel · 10 years ago
  37. cb60328 BaseTools: Added support for GCC stack protector for ARM architecture by Olivier Martin · 10 years ago
  38. bd1d062 ARM Packages: Added support for GCC stack protector by Olivier Martin olivier.martin · 10 years ago
  39. 5e5fb41 MdePkg: Introduced BaseStackCheckLib (cont.) by Andrew Fish · 10 years ago
  40. 4bc7d5b MdePkg: Introduced BaseStackCheckLib by Andrew Fish · 10 years ago
  41. 5a539eb ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore() by Olivier Martin · 10 years ago
  42. febad02 ARM Packages: Removed malicious trailing spaces by Olivier Martin · 10 years ago
  43. b5412ea Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported to be used as patchable PCD instead of Fixed PCD. by Dong, Guo · 10 years ago
  44. df0cee8 This patch is going to: by Hess Chen · 10 years ago
  45. 0a13a62 MdeModulePkg PeiCore: Add NULL pointer check. by Star Zeng · 10 years ago
  46. f95e6f6 IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde” by Eric Dong · 10 years ago
  47. 4805b4b Fix an issue of building BaseTools from sources using VS2013. by Yingke Liu · 10 years ago
  48. 64fabae MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style by Eric Dong · 10 years ago
  49. 30cad98 ShellPkg: Fix typo in 'uni' files. by Qiu Shumin · 10 years ago
  50. e7e0e42 ShellPkg: Move mHandleParsingHiiHandle init out of the constructor by Chris Phillips · 10 years ago
  51. deb21fd ShellPkg: Fixes for timezone handling and 'date -sfo' by Chris Phillips · 10 years ago
  52. 98c16be ShellPkg: Refactor string manipulation in UefiShellLib command by Jaben Carsey · 10 years ago
  53. 8af89da ShellPkg: Check while string up to space, not the character by Jaben Carsey · 10 years ago
  54. 1eb5b4f ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributes by Olivier Martin · 10 years ago
  55. 743a2a5 ArmPlatformPkg/Scripts: Update the profiling script to work on AArch64 with the latest DS-5 by Olivier Martin · 10 years ago
  56. 04ad241 ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device path is not found by Olivier Martin · 10 years ago
  57. 5e6322a ArmPlatformPkg/Bds: Fixed typo issue by Olivier Martin · 10 years ago
  58. 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
  59. 62d441f ARM Packages: Corrected non-DOS line endings by Ronald Cron · 10 years ago
  60. 01ce353 This patch is going to fix a build failure (running of GenFds) in Linux system caused by patch at r15816. by Hess Chen · 10 years ago
  61. e62fa17 Clean up the useless code in DriverSampleDxe. by Eric Dong · 10 years ago
  62. 17e95ca Refine the code logic, use dynamic allocate buffer instead of static array to fix potential buffer overflow. by Eric Dong · 10 years ago
  63. 69c0fbd MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSupported(). by Sergey Isakov · 10 years ago
  64. d5eea98 Refine the comments for the function header. by Eric Dong · 10 years ago
  65. 3449f56 UefiCpuPkg: Add ResetVector/FixupVtf by Jordan Justen · 10 years ago
  66. 70e46f4 OvmfPkg/ResetVector: Remove pre-built binaries by Jordan Justen · 10 years ago
  67. 497cbb5 OvmfPkg: Build OVMF ResetVector during EDK II build process by Jordan Justen · 10 years ago
  68. 9b9fdbf OvmfPkg: Support building OVMF's ResetVector during the EDK II build by Jordan Justen · 10 years ago
  69. eee1d2c UefiCpuPkg VTF0 X64: Build page tables in NASM code by Jordan Justen · 10 years ago
  70. 5a1f324 UefiCpuPkg: Support building VTF0 ResetVector during the EDK II build by Jordan Justen · 10 years ago
  71. abb158d BaseTools: Add rules to build NASM source file into a binary by Jordan Justen · 10 years ago
  72. de08c53 AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. by Daryl McDaniel · 10 years ago
  73. 838b31a ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
  74. 9d8de12 Update PeiCore to follow PI spec to retrieve GUIDED section data when ExtractionPpi is not found. by Gao, Liming · 10 years ago
  75. 03af275 This patch is going to retire the top level makefile on BaseTools for supporting a pure binary build without any complier. by Hess Chen · 10 years ago
  76. f5ba400 ShellPkg: Fix comments. Refine code style. by Qiu Shumin · 10 years ago
  77. da03183 MdePkg: library INF files should reference feature PCDs under [FeaturePcd] by Laszlo Ersek · 10 years ago
  78. 6a650d1 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warnings by Laszlo Ersek · 10 years ago
  79. 7595544 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warning by Laszlo Ersek · 10 years ago
  80. 4ccef56 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and PcdMaxVariableSize as patchable PCD instead of FixedAtBuild PCD. by Dong, Guo · 10 years ago
  81. a4faf33 Use string pointer instead string buffer to avoid string copy operation. by Fu, Siyuan · 10 years ago
  82. 1be2ed9 There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools. by Hess Chen · 10 years ago
  83. b8a13d7 ShellPkg: Fix EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID to match UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
  84. 281b6b9 Roll-back from an accidental commit. by lhauch · 10 years ago
  85. ea64888 Change svn:mime-type property on all Unicode files (extension .uni) in edk2 by lhauch · 10 years ago
  86. c9df168 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  87. e8a57ad ShellPkg add size cast to bit operations by Jaben Carsey · 10 years ago
  88. 83d1ffb PcAtChipsetPkg: new AcpiTimerLib libraries. by Gao, Liming · 10 years ago
  89. f61d69c OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. by Long, Qin · 10 years ago
  90. 1a53a03 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  91. 65ce860 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  92. a402e12 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  93. fe78194 MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). by Zeng, Star · 10 years ago
  94. a1360fa Use StrnCat instead of StrCat to avoid target buffer overflow. by Jeff Fan · 10 years ago
  95. 74a6d86 Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fix Clang build failure by Gao, Liming · 10 years ago
  96. ea5396f Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
  97. c687b14 Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
  98. df6bd1b Add UINT64 type cast when AND/OR with UINT64 Supports. by Ruiyu Ni · 10 years ago
  99. 424d845 AppPkg: introduce OrderedCollectionTest by Laszlo Ersek · 10 years ago
  100. cf556c6 MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instance by Laszlo Ersek · 10 years ago