1. df1e74f MdePkg UefiLib: Use safe string functions by Hao Wu · 10 years ago
  2. 750b451 MdePkg UefiDevicePathLib: Remove unsafe string functions by Hao Wu · 10 years ago
  3. 01a5dd0 IntelFrameworkPkg FrameworkUefiLib: Use safe string functions by Hao Wu · 10 years ago
  4. c5ad1f8 IntelFrameworkModulePkg UpdateDriverDxe: Use safe string functions by Hao Wu · 10 years ago
  5. bded41b IntelFrameworkModulePkg DeviceMngr: Use safe string functions by Hao Wu · 10 years ago
  6. 44cbebe IntelFrameworkModulePkg BootMngr: Use safe string functions by Hao Wu · 10 years ago
  7. 49264da IntelFrameworkModulePkg BootMaint: Use safe string functions by Hao Wu · 10 years ago
  8. 19d02cc IntelFrameworkModulePkg BdsDxe: Use safe string functions by Hao Wu · 10 years ago
  9. d5cbc27 IntelFrameworkModulePkg PeiDxeDebugLib: Use safe string functions by Hao Wu · 10 years ago
  10. ed6d22e IntelFrameworkModulePkg GenericBdsLib: Use safe string functions by Hao Wu · 10 years ago
  11. 35e471d IntelFrameworkModulePkg IsaFloppyDxe: Use safe string functions by Hao Wu · 10 years ago
  12. 2aabd14 CryptoPkg: Fix the dereferenced pointer issue by Qin Long · 10 years ago
  13. e75390f ShellPkg: Use safe string functions to refine code. by Qiu Shumin · 10 years ago
  14. cb9a7eb SecurityPkg: Add MD5 support to Hash2DxeCrypto by Jonathan Doman · 10 years ago
  15. 16e3d2e BaseTools: Added GCC ld script to support 4K alignment. by Yingke Liu · 10 years ago
  16. 54b1b57 BaseTools: Update GenFw to support 4K alignment. by Ard Biesheuvel · 10 years ago
  17. bbb6369 BaseTools: Updated tool_def to support 4K alignment. by Yingke Liu · 10 years ago
  18. 061eb5c BaseTools: Update IASL download link and remove specific version info. by Yingke Liu · 10 years ago
  19. 5ad66ec MdeModulePkg:Use safe string functions by Dandan Bi · 10 years ago
  20. e9da7de NetworkPkg: Check whether the iSCSI initiator name is null. by Zhang Lubo · 10 years ago
  21. 79d274b OvmfPkg: PlatformPei: invert MTRR setup in QemuInitializeRam() by Laszlo Ersek · 10 years ago
  22. cfc80e2 OvmfPkg: PlatformPei: beautify memory HOB order in QemuInitializeRam() by Laszlo Ersek · 10 years ago
  23. 86a14b0 OvmfPkg: PlatformPei: create the CPU HOB with dynamic memory space width by Laszlo Ersek · 10 years ago
  24. bc89fe4 OvmfPkg: PlatformPei: enable larger permanent PEI RAM by Laszlo Ersek · 10 years ago
  25. 495ee9b SecurityPkg/TcgMor: move TPer Reset operation to this module by Tian Feng · 10 years ago
  26. 857ce45 MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStart by Tian Feng · 10 years ago
  27. fe0c434 SourceLevelDebugPkg/DebugAgent: Add typecast to fix sign extension by Jeff Fan · 10 years ago
  28. 2446774 CorebootPayloadPkg: Fix "reset -s" issue. by Guo Dong · 10 years ago
  29. cb3e201 CorebootModulePkg: Get power management register addresses. by Guo Dong · 10 years ago
  30. 9cd7d3c ArmVirtPkg: signal EndOxDxe event in PlatformBsdInit by Ard Biesheuvel · 10 years ago
  31. 83461d2 BaseTools/Ecc: Fix a bug of determining boolean variable incorrectly by Hess Chen · 10 years ago
  32. e84d2b7 BaseTools/Ecc: Fix two bugs for the checkpoint of GUID by Hess Chen · 10 years ago
  33. ce2f594 BaseTools/Ecc: Fix a bug in parser by Hess Chen · 10 years ago
  34. 14239f6 BaseTools/Ecc: Add a checkpoint for invalid DEC file. by Hess Chen · 10 years ago
  35. b66592d BaseTools/Ecc: Add a checkpoint for invalid PCD info. by Hess Chen · 10 years ago
  36. 1b2467c BaseTools/Ecc: Add a checkpoint for invalid UNI file. by Hess Chen · 10 years ago
  37. 8c3f9b4 BaseTools/Ecc: Add a Configuration item by Hess Chen · 10 years ago
  38. 01d3a57 MdeModulePkg: Update PeiCore to handle specific child FV by Liming Gao · 10 years ago
  39. ff0c6d6 MdeModulePkg: Add Memory Capabilities for MMIO and Reserved Range by Liming Gao · 10 years ago
  40. a86c73c MdePkg\Library\UefiFileHandleLib: Make FileHandleWriteLine support both ASCII and UNICODE file. by Qiu Shumin · 10 years ago
  41. 8ad8a1f OvmfPkg/PlatformDxe: Convert Platform.uni to UTF-8 by Jordan Justen · 10 years ago
  42. 156d6d6 BaseTools/Tests: Verify supported UTF-8 data is allowed by Jordan Justen · 10 years ago
  43. 8fb5a0c BaseTools/Tests: Verify unsupported UTF-8 data is rejected by Jordan Justen · 10 years ago
  44. 15c3a04 BaseTools/Tests: Verify 32-bit UTF-8 chars are rejected by Jordan Justen · 10 years ago
  45. be26442 BaseTools/UniClassObject: Support UTF-8 string data in .uni files by Jordan Justen · 10 years ago
  46. dadfab5 BaseTools/Tests: Verify unsupported UTF-16 are rejected by Jordan Justen · 10 years ago
  47. d80e451 BaseTools/UniClassObject: Verify valid UCS-2 chars in UTF-16 .uni files by Jordan Justen · 10 years ago
  48. df91e0f BaseTools/Tests: Add unit test for AutoGen.UniClassObject by Jordan Justen · 10 years ago
  49. 183ca96 BaseTools/EdkLogger: Support unit tests with a SILENT log level by Jordan Justen · 10 years ago
  50. 53fc4ba BaseTools/Tests: Always add BaseTools source to import path by Jordan Justen · 10 years ago
  51. 94210dc OvmfPkg: QemuVideoDxe: add virtio-vga support by Gerd Hoffmann · 10 years ago
  52. 4a066c7 CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data() by Laszlo Ersek · 10 years ago
  53. b338cdc SecurityPkg: Provide correct file GUID for Pkcs7VerifyDxe by Chao Zhang · 10 years ago
  54. 3cd2484 SecurityPkg: Fix wrong calculation of ImageExeInfoEntrySize by Liming Gao · 10 years ago
  55. e878891 BaseTools: Convert ".\\" to "" in FilePath by Liming Gao · 10 years ago
  56. 901fd82 BaseTools/Build: Add error report for incorrect syntax in DEC file. by Bob Feng · 10 years ago
  57. 581c6c6 Fixed potential security issue introduced by SmramCpuNvs variable. by Shifei Lu · 10 years ago
  58. e0d4256 Fixed potential security issue introduced by SmramCpuNvs variable. by Shifei Lu · 10 years ago
  59. f827cd0 BaseTools: The token values cannot be numeric same with different PCDs. by Yingke Liu · 10 years ago
  60. 37fe82e BaseTools: Fixed a bug that Build Report always uses DEC default value for VPD PCD. by Yingke Liu · 10 years ago
  61. 45265a8 BaseTools: Fix a bug that UNI file can't have comment after #include "file.uni" by Yingke Liu · 10 years ago
  62. 09ae0f1 BaseTools: Build report should not be generated if build failed. by Yingke Liu · 10 years ago
  63. a3251d8 BaseTools: Supported FMP capsule image. by Yingke Liu · 10 years ago
  64. f5bc9da ShellPkg: Make BOOLEAN variable not use explicit comparison. by Qiu Shumin · 10 years ago
  65. 37baf06 OvmfPkg: PlatformPei: set SMBIOS entry point version dynamically by Laszlo Ersek · 10 years ago
  66. de4db4d MdeModulePkg AcpiTableDxe: Non-Boolean comparisons should use a compare operator. by Star Zeng · 10 years ago
  67. 13181dd UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN type by Jeff Fan · 10 years ago
  68. 952bd22 CryptoPkg: Add some comments for API usage clarification. by Qin Long · 10 years ago
  69. 2d09349 SecurityPkg: Add UEFI-2.5 PKCS7 Verification Protocol Support by Qin Long · 10 years ago
  70. afeb55e CryptoPkg: Add one new API for PKCS7 Verification Protocol Support by Qin Long · 10 years ago
  71. bfc2fc9 MdePkg: Refine the cod logic of FileHandleLib. by Qiu Shumin · 10 years ago
  72. 2d28f3b MdeModulePkg: Enhance the comments for PiSmmCoreMemoryAllocationLib instance. by Qiu Shumin · 10 years ago
  73. 25d7db8 MdePkg: Enhance the comments for SmmMemoryAllocationLib instance. by Qiu Shumin · 10 years ago
  74. 1ba5124 BaseTools: Fixed Build Option override bugs. by Yingke Liu · 10 years ago
  75. 27f1971 MdeModulePkg: Remove two instances of 'DHCP_SERVICE *DhcpSb' by Ard Biesheuvel · 10 years ago
  76. 9d6d858 Remove Include/ directory. by Star Zeng · 10 years ago
  77. 510f154 BaseTools/Upt: Update help message by Hess Chen · 10 years ago
  78. af0c61a BaseTools/Upt: Update error message by Hess Chen · 10 years ago
  79. 6ef5864 MdeModulePkg: Move SmmExitBootServices.h/SmmLegacyBoot.h/SmmReadyToBoot.h by Star Zeng · 10 years ago
  80. dc15784 MdeModulePkg PiSmmCore: Unregister end of dxe notification in SmmReadyToLock. by Star Zeng · 10 years ago
  81. 7bbe3c0 MdePkg: Enhance the comments in SmmEndOfDxe.h and SmmReadyToLock.h. by Star Zeng · 10 years ago
  82. 53ec4d7 MdeModulePkg PiSmmCore: Introduce SMM Exit Boot Services and Legacy Boot. by Star Zeng · 10 years ago
  83. 93e8630 MdePkg/DxeServicesLib: Return NULL GetFileBufferByFilePath reads directory by Ruiyu Ni · 10 years ago
  84. 35bc88d MdeModulePkg: Fix DHCP4 driver hang issue in some case. by Wu Jiaxin · 10 years ago
  85. ce96473 MdeModulePkg: Remove DHCP4.TransmitReceive()and DORA process dependency. by Wu Jiaxin · 10 years ago
  86. cc63add MdeModulePkg:System hangs in setup menu by Dandan Bi · 10 years ago
  87. b269f89 MdePkg: Refine the comments for FileHandleLib. by Qiu Shumin · 10 years ago
  88. f007174 MdeModulePkg AcpiTableDxe: Cover EFI_ACPI_TABLE_VERSION_5_0. by Star Zeng · 10 years ago
  89. 9fd7ebf MdePkg AcpiSdt: Update description of AcpiVersion and GetAcpiTable(). by Star Zeng · 10 years ago
  90. ffbb1b2 CryptoPkg: add .gitignore for OpenSSL source files by Ard Biesheuvel · 10 years ago
  91. e0bb8ad ArmVirtPkg: increase memory preallocations for secure build by Ard Biesheuvel · 10 years ago
  92. c31d370 Edk2: Update Edk2Setup.bat by Liming Gao · 10 years ago
  93. b442ad5 BaseTools: Fixed a bug to generate correct path of PACKAGE_RELATIVE_PATH by Yingke Liu · 10 years ago
  94. db61e16 UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB by Jeff Fan · 10 years ago
  95. 8c5f799 MdePkg: Add Sec Platform Information2 PPI by Jeff Fan · 10 years ago
  96. 1c8e045 MdePkg: Include PiCis.h in SecPlatformInformation.h by Jeff Fan · 10 years ago
  97. 754b489 MdeModulePkg/NvmExpressDxe: Add SecurityStorageProtocol support by Tian Feng · 10 years ago
  98. 9c4ae34 MdeModulePkg/NvmExpressDxe: local variable naming uniformed by Tian Feng · 10 years ago
  99. beeeb22 MdeModulePkg/NvmExpressDxe: Open NVME_PASS_THRU with BY_CHILD attr by Tian Feng · 10 years ago
  100. 1463ce1 CryptoPkg: Wrapper files updates to support openssl-1.0.2c by Qin Long · 10 years ago