1. 4bc7d5b MdePkg: Introduced BaseStackCheckLib by Andrew Fish · 10 years ago
  2. 5a539eb ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore() by Olivier Martin · 10 years ago
  3. febad02 ARM Packages: Removed malicious trailing spaces by Olivier Martin · 10 years ago
  4. 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
  5. df0cee8 This patch is going to: by Hess Chen · 10 years ago
  6. 0a13a62 MdeModulePkg PeiCore: Add NULL pointer check. by Star Zeng · 10 years ago
  7. f95e6f6 IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde” by Eric Dong · 10 years ago
  8. 4805b4b Fix an issue of building BaseTools from sources using VS2013. by Yingke Liu · 10 years ago
  9. 64fabae MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style by Eric Dong · 10 years ago
  10. 30cad98 ShellPkg: Fix typo in 'uni' files. by Qiu Shumin · 10 years ago
  11. e7e0e42 ShellPkg: Move mHandleParsingHiiHandle init out of the constructor by Chris Phillips · 10 years ago
  12. deb21fd ShellPkg: Fixes for timezone handling and 'date -sfo' by Chris Phillips · 10 years ago
  13. 98c16be ShellPkg: Refactor string manipulation in UefiShellLib command by Jaben Carsey · 10 years ago
  14. 8af89da ShellPkg: Check while string up to space, not the character by Jaben Carsey · 10 years ago
  15. 1eb5b4f ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributes by Olivier Martin · 10 years ago
  16. 743a2a5 ArmPlatformPkg/Scripts: Update the profiling script to work on AArch64 with the latest DS-5 by Olivier Martin · 10 years ago
  17. 04ad241 ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device path is not found by Olivier Martin · 10 years ago
  18. 5e6322a ArmPlatformPkg/Bds: Fixed typo issue by Olivier Martin · 10 years ago
  19. 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
  20. 62d441f ARM Packages: Corrected non-DOS line endings by Ronald Cron · 10 years ago
  21. 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
  22. e62fa17 Clean up the useless code in DriverSampleDxe. by Eric Dong · 10 years ago
  23. 17e95ca Refine the code logic, use dynamic allocate buffer instead of static array to fix potential buffer overflow. by Eric Dong · 10 years ago
  24. 69c0fbd MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSupported(). by Sergey Isakov · 10 years ago
  25. d5eea98 Refine the comments for the function header. by Eric Dong · 10 years ago
  26. 3449f56 UefiCpuPkg: Add ResetVector/FixupVtf by Jordan Justen · 10 years ago
  27. 70e46f4 OvmfPkg/ResetVector: Remove pre-built binaries by Jordan Justen · 10 years ago
  28. 497cbb5 OvmfPkg: Build OVMF ResetVector during EDK II build process by Jordan Justen · 10 years ago
  29. 9b9fdbf OvmfPkg: Support building OVMF's ResetVector during the EDK II build by Jordan Justen · 10 years ago
  30. eee1d2c UefiCpuPkg VTF0 X64: Build page tables in NASM code by Jordan Justen · 10 years ago
  31. 5a1f324 UefiCpuPkg: Support building VTF0 ResetVector during the EDK II build by Jordan Justen · 10 years ago
  32. abb158d BaseTools: Add rules to build NASM source file into a binary by Jordan Justen · 10 years ago
  33. de08c53 AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. by Daryl McDaniel · 10 years ago
  34. 838b31a ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
  35. 9d8de12 Update PeiCore to follow PI spec to retrieve GUIDED section data when ExtractionPpi is not found. by Gao, Liming · 10 years ago
  36. 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
  37. f5ba400 ShellPkg: Fix comments. Refine code style. by Qiu Shumin · 10 years ago
  38. da03183 MdePkg: library INF files should reference feature PCDs under [FeaturePcd] by Laszlo Ersek · 10 years ago
  39. 6a650d1 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warnings by Laszlo Ersek · 10 years ago
  40. 7595544 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warning by Laszlo Ersek · 10 years ago
  41. 4ccef56 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and PcdMaxVariableSize as patchable PCD instead of FixedAtBuild PCD. by Dong, Guo · 10 years ago
  42. a4faf33 Use string pointer instead string buffer to avoid string copy operation. by Fu, Siyuan · 10 years ago
  43. 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
  44. b8a13d7 ShellPkg: Fix EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL_GUID to match UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
  45. 281b6b9 Roll-back from an accidental commit. by lhauch · 10 years ago
  46. ea64888 Change svn:mime-type property on all Unicode files (extension .uni) in edk2 by lhauch · 10 years ago
  47. c9df168 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  48. e8a57ad ShellPkg add size cast to bit operations by Jaben Carsey · 10 years ago
  49. 83d1ffb PcAtChipsetPkg: new AcpiTimerLib libraries. by Gao, Liming · 10 years ago
  50. f61d69c OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. by Long, Qin · 10 years ago
  51. 1a53a03 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  52. 65ce860 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  53. a402e12 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  54. fe78194 MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). by Zeng, Star · 10 years ago
  55. a1360fa Use StrnCat instead of StrCat to avoid target buffer overflow. by Jeff Fan · 10 years ago
  56. 74a6d86 Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fix Clang build failure by Gao, Liming · 10 years ago
  57. ea5396f Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
  58. c687b14 Fix VS2013 build failure. by Ruiyu Ni · 10 years ago
  59. df6bd1b Add UINT64 type cast when AND/OR with UINT64 Supports. by Ruiyu Ni · 10 years ago
  60. 424d845 AppPkg: introduce OrderedCollectionTest by Laszlo Ersek · 10 years ago
  61. cf556c6 MdePkg: introduce BaseOrderedCollectionRedBlackTreeLib library instance by Laszlo Ersek · 10 years ago
  62. 250e4b0 MdePkg: introduce OrderedCollectionLib library class by Kinney, Michael D · 10 years ago
  63. 79966a6 Fixed a bug in LegacyBiosDxe to allocate correct ranges of memory. by Elvin Li · 10 years ago
  64. 4e684d3 Correct StrnCat length calculation. by jyao1 · 10 years ago
  65. 6c8cfb0 MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) should be placed after HeapOffset is got. by Star Zeng · 10 years ago
  66. 6f347d0 StdLib/LibC/Stdio: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
  67. 599aa11 StdLib/LibC/gdtoa: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
  68. 1be8039 MdePkg: Fix Clang build failure by Gao, Liming · 10 years ago
  69. 31122d8 MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device. by Gao, Liming · 10 years ago
  70. 883e23d MdeModulePkg: new PlatformHookLib library with depex of SerialPortPpi. by Gao, Liming · 10 years ago
  71. 9bc2504 MdeModulePkg: DxeCore by Gao, Liming · 10 years ago
  72. 4a22833 Added SMBIOS 2.8.0 updates. by Elvin Li · 10 years ago
  73. ff8ad58 SourceLevelDebugPkg/DebugAgent: fix trivial typo. by Chen Fan · 10 years ago
  74. 1a45b15 Add type cast on variable before operation. by Jeff Fan · 10 years ago
  75. 31fc7b4 Add type cast on variable before operation. by Jeff Fan · 10 years ago
  76. 2ca7b36 Clean the useless code. by Eric Dong · 10 years ago
  77. 954894f Rollback file GUID change, because it is VTF file and GUID is predefined. by jyao1 · 10 years ago
  78. 1d1f4c6 clang warns on guard macro not matching in .h file. by Andrew Fish · 10 years ago
  79. 2922e29 Update network stack code to use StrnCpy instead of StrCpy. by Fu, Siyuan · 10 years ago
  80. 8f9bafe Correct AsciiStrnCpy. by jyao1 · 10 years ago
  81. e1044f8 ShellPkg: Refactor string manipulation in cp command by Jaben Carsey · 10 years ago
  82. 6e1e540 1) Add type cast for better coding style. by Feng Tian · 10 years ago
  83. e935092 Add type cast for better coding style. by Qiu Shumin · 10 years ago
  84. 0e24145 Clean up code. by qlong · 10 years ago
  85. 86110f6 Fix OpensslLib build issue for ARM. The changes are: by Eugene Cohen · 10 years ago
  86. 58dbfc3 Clean up code. by jyao1 · 10 years ago
  87. b04aba1 StdLib: The formatting for double float values, within the gdtoa library, is improper. by Daryl McDaniel · 10 years ago
  88. 09fd532 Updates the UEFI Shell to produce the new protocol with additional 4 functions. by Jaben Carsey · 10 years ago
  89. 7aae3c3 ShellPkg: add size cast to bit operations by Jaben Carsey · 10 years ago
  90. a81fcd3 Eliminate duplicated file GUID. by jyao1 · 10 years ago
  91. e7a8edf ShellPkg: Remove double typedef for same struct by Jaben Carsey · 10 years ago
  92. 477a79e Updates the logic to allow devices to support SFO output mode by Jaben Carsey · 10 years ago
  93. ae315cc Fix the use of ASSERT and other fixes to memory allocation failures (like free before return for errors) by Jaben Carsey · 10 years ago
  94. c12383d Updates the total size logic and the SFO output per UEFI Shell 2.1 changes by Jaben Carsey · 10 years ago
  95. 9954df7 Updates the logic to allow DmpStore to specify a name independent of specifying a GUID. by Jaben Carsey · 10 years ago
  96. cab102c Updates the logic to allow help to ouput help information from a dynamic shell command by Jaben Carsey · 10 years ago
  97. a737ea7 Updates the logic to allow RM and CP to have silent/quiet mode work successfully. by Jaben Carsey · 10 years ago
  98. cf812a2 This searches for handles that produce the dynamic command protocol after searching the commands compiled into the shell. by Jaben Carsey · 10 years ago
  99. 6306fd9 ShellPkg: Add Dynamic GUID registration into the current GUID<->String conversion process by Jaben Carsey · 10 years ago
  100. 044ea4e This adds the new APIs for UEFI Shell 2.1 and makes a new structure for shell implementations that are conformant to this new spec. It does not affect existing implementations. by Jaben Carsey · 10 years ago