1. ac790db AcpiS3Save could try to check PcdIdentifyMappingPageTablePtr is NULL, if it is not, it means someone else has allocate memory for page table, AcpiS3Save could re-use this memory. by Elvin Li · 10 years ago
  2. b5040e4 1. CapsuleLongModeBuffer variable should not have EFI_VARIABLE_RUNTIME_ACCESS attribute. by Elvin Li · 10 years ago
  3. 5b38a70 EmbeddedPkg/FdtLib: Added support to load FDT from Firmware Volume by Olivier Martin · 10 years ago
  4. 22044ca ArmPlatformPkg/NorFlashDxe: Clean the driver by Olivier Martin · 10 years ago
  5. bcb53c4 ArmPlatformPkg: Provide mechanism to get BootMonFS file information (cont.) by Harry Liebel · 10 years ago
  6. af16798 EmbeddedPkg/FdtLib: Added support to load Fdt from Semihosting by Olivier Martin · 10 years ago
  7. 749d91f ArmPlatformPkg/Bds: Fix compiler warning by Harry Liebel · 10 years ago
  8. d340ef7 ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLib by Olivier Martin · 10 years ago
  9. da5daf3 ArmPlatformPkg/BootMonFs: Provide mechanism to get BootMonFS file information by Harry Liebel · 10 years ago
  10. 91c38d4 ARM Packages: Replace tabs by spaces for indentation by Ronald Cron · 10 years ago
  11. 5c670b2 ArmPlatformPkg/Bds: Fixed condition on LOAD_OPTION_CATEGORY_BOOT by Olivier Martin · 10 years ago
  12. 3abc11f Clean up the framework style code. by Eric Dong · 10 years ago
  13. c4866c7 The original code does not initialize the global width constants before creating menu options. That caused an issue when long strings are used in the first HII form, but only when displayed for the first time. by Samer El-Haj-Mahmoud elhaj · 10 years ago
  14. fae62ff This patch is going to: by Hess Chen · 10 years ago
  15. 421ccda This patch is going to: by Hess Chen · 10 years ago
  16. f0aa06e Add PCI PMC and PMCSR register definitions from PCI Power Management Interface Specification by Samer El-Haj-Mahmoud elhaj · 10 years ago
  17. ba0ef1e Update EFI_DRIVER_HEALTH_HII_MESSAGE definition from UEFI 2.4 specification to replace Reserved with MessageCode. by Samer El-Haj-Mahmoud elhaj · 10 years ago
  18. a0a2cd1 This patch is going to correct the external PCD database generation rule to support the case that all binary driver are only listed in FDF file. by Feng, Bob C · 10 years ago
  19. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  20. 460f337 AppPkg/Applications/Sockets/TftpServer: Make the include file names match the case of the files in the file system. by Daryl McDaniel · 10 years ago
  21. d90aa46 BootSectImage.exe, EfiLdrImage.exe and Split.exe tools have incorrect output from the --version option. by lhauch · 10 years ago
  22. 5957723 ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build error by Qiu Shumin · 10 years ago
  23. a361d39 Append the terminating null character at the end of the string to avoid buffer overflow. by Qiu Shumin · 10 years ago
  24. b69fd59 Fix nmake cleanall bugs. by Yingke Liu · 10 years ago
  25. b3d07ff This patch is going to: by Hess Chen · 10 years ago
  26. f056e4c ShellPkg: Update 'pci' command for updated class codes by Jaben Carsey · 10 years ago
  27. c173a7b ShellPkg: Fixes and updates for the 'devices' command by Chris Phillips · 10 years ago
  28. 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
  29. cea5e3b ShellPkg: Refactor string manipulation by Jaben Carsey · 10 years ago
  30. cd92f93 Fixed the PATH again. by lhauch · 10 years ago
  31. bd4fa6f Updated to check for NASM_PREFIXE system environment variable, also to fix an issue with path environment variable. by lhauch · 10 years ago
  32. 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
  33. 6809c87 Only reserve the aligned memory instead of reserving the unaligned memory in PeiMemoryAllocationLib by Gao, Liming · 10 years ago
  34. fa7fadf IntelFspPkg BaseCacheLib: State CacheAsRamLib in its inf, because it consumes DisableCacheAsRam() that is the interface of CacheAsRamLib. by Star Zeng · 10 years ago
  35. 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
  36. 5eadb80 ShellPkg: leave quotes around params by Jaben Carsey · 10 years ago
  37. a0d3672 StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. by Daryl McDaniel · 10 years ago
  38. 78d4219 ShellPkg: Fixes and updates for the 'parse' command by Chris Phillips · 10 years ago
  39. 7376808 ShellPkg: Fixes and updates for the 'memmap' command by Chris Phillips · 10 years ago
  40. d41a79a ShellPkg: Add support for UEFI Shell 2.1 spec command line comments by Chris Phillips · 10 years ago
  41. a29117b ShellPkg: Fixes and updates for the 'drivers' command by Chris Phillips · 10 years ago
  42. 53715dc ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
  43. bf47c6a Setting the svn property, svn:executable on the new scripts. by lhauch · 10 years ago
  44. bd63012 Adding files for proposed replacement for edksetup.bat. by lhauch · 10 years ago
  45. 66c6d4d MdePkg: Introduced BaseStackCheckLib (cont.) by Andrew Fish · 10 years ago
  46. 0923aa1 This patch is going to: by Hess Chen · 10 years ago
  47. 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
  48. 231ea88 Allocate exact memory size for string buffer to avoid buffer overflow. by Qiu Shumin · 10 years ago
  49. acbd7f9 Append the terminating null character at the end of the string to avoid buffer overflow. by Qiu Shumin · 10 years ago
  50. 709edd4 Check in Fat release (EBC, IA32, X64, IPF) binaries built from MdePkg and BaseTools (r15860), FatPkg (r86). by Ruiyu Ni · 10 years ago
  51. 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
  52. 0e398dc StdLib: reinstate the use of va_arg() to handle long double arguments in vfscanf. by Olivier Martin · 10 years ago
  53. 1bc81f4 StdLib/LibC: Fix ARM symbol problems by Harry Liebel · 10 years ago
  54. df294f7 AppPkg: Enable ARM and AArch64 support by Harry Liebel · 10 years ago
  55. 9792ff7 StdLib: reinstate the use of va_arg() to handle long double arguments in vfscanf. by Olivier Martin · 10 years ago
  56. dfa8858 StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 target architectures. by Daryl McDaniel · 10 years ago
  57. cb60328 BaseTools: Added support for GCC stack protector for ARM architecture by Olivier Martin · 10 years ago
  58. bd1d062 ARM Packages: Added support for GCC stack protector by Olivier Martin olivier.martin · 10 years ago
  59. 5e5fb41 MdePkg: Introduced BaseStackCheckLib (cont.) by Andrew Fish · 10 years ago
  60. 4bc7d5b MdePkg: Introduced BaseStackCheckLib by Andrew Fish · 10 years ago
  61. 5a539eb ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore() by Olivier Martin · 10 years ago
  62. febad02 ARM Packages: Removed malicious trailing spaces by Olivier Martin · 10 years ago
  63. 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
  64. df0cee8 This patch is going to: by Hess Chen · 10 years ago
  65. 0a13a62 MdeModulePkg PeiCore: Add NULL pointer check. by Star Zeng · 10 years ago
  66. f95e6f6 IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde” by Eric Dong · 10 years ago
  67. 4805b4b Fix an issue of building BaseTools from sources using VS2013. by Yingke Liu · 10 years ago
  68. 64fabae MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding style by Eric Dong · 10 years ago
  69. 30cad98 ShellPkg: Fix typo in 'uni' files. by Qiu Shumin · 10 years ago
  70. e7e0e42 ShellPkg: Move mHandleParsingHiiHandle init out of the constructor by Chris Phillips · 10 years ago
  71. deb21fd ShellPkg: Fixes for timezone handling and 'date -sfo' by Chris Phillips · 10 years ago
  72. 98c16be ShellPkg: Refactor string manipulation in UefiShellLib command by Jaben Carsey · 10 years ago
  73. 8af89da ShellPkg: Check while string up to space, not the character by Jaben Carsey · 10 years ago
  74. 1eb5b4f ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributes by Olivier Martin · 10 years ago
  75. 743a2a5 ArmPlatformPkg/Scripts: Update the profiling script to work on AArch64 with the latest DS-5 by Olivier Martin · 10 years ago
  76. 04ad241 ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device path is not found by Olivier Martin · 10 years ago
  77. 5e6322a ArmPlatformPkg/Bds: Fixed typo issue by Olivier Martin · 10 years ago
  78. 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
  79. 62d441f ARM Packages: Corrected non-DOS line endings by Ronald Cron · 10 years ago
  80. 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
  81. e62fa17 Clean up the useless code in DriverSampleDxe. by Eric Dong · 10 years ago
  82. 17e95ca Refine the code logic, use dynamic allocate buffer instead of static array to fix potential buffer overflow. by Eric Dong · 10 years ago
  83. 69c0fbd MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSupported(). by Sergey Isakov · 10 years ago
  84. d5eea98 Refine the comments for the function header. by Eric Dong · 10 years ago
  85. 3449f56 UefiCpuPkg: Add ResetVector/FixupVtf by Jordan Justen · 10 years ago
  86. 70e46f4 OvmfPkg/ResetVector: Remove pre-built binaries by Jordan Justen · 10 years ago
  87. 497cbb5 OvmfPkg: Build OVMF ResetVector during EDK II build process by Jordan Justen · 10 years ago
  88. 9b9fdbf OvmfPkg: Support building OVMF's ResetVector during the EDK II build by Jordan Justen · 10 years ago
  89. eee1d2c UefiCpuPkg VTF0 X64: Build page tables in NASM code by Jordan Justen · 10 years ago
  90. 5a1f324 UefiCpuPkg: Support building VTF0 ResetVector during the EDK II build by Jordan Justen · 10 years ago
  91. abb158d BaseTools: Add rules to build NASM source file into a binary by Jordan Justen · 10 years ago
  92. de08c53 AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. by Daryl McDaniel · 10 years ago
  93. 838b31a ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 spec by Chris Phillips · 10 years ago
  94. 9d8de12 Update PeiCore to follow PI spec to retrieve GUIDED section data when ExtractionPpi is not found. by Gao, Liming · 10 years ago
  95. 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
  96. f5ba400 ShellPkg: Fix comments. Refine code style. by Qiu Shumin · 10 years ago
  97. da03183 MdePkg: library INF files should reference feature PCDs under [FeaturePcd] by Laszlo Ersek · 10 years ago
  98. 6a650d1 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warnings by Laszlo Ersek · 10 years ago
  99. 7595544 MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warning by Laszlo Ersek · 10 years ago
  100. 4ccef56 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and PcdMaxVariableSize as patchable PCD instead of FixedAtBuild PCD. by Dong, Guo · 10 years ago