1. 9023704 BaseTools: Add NULL pointer check in AutoGen code by Liming Gao · 9 years ago
  2. c0f230c MdePkg: Update DEC and DSC version from 1.05 to 1.06 by Liming Gao · 9 years ago
  3. 26b46ba MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type to 'UEFI*'. by Qiu Shumin · 9 years ago
  4. 7235899 BaseTools/Ecc: Remove checkpoint for STATIC modifier by Hess Chen · 9 years ago
  5. 28fc9f4 MdePkg: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2 by Star Zeng · 9 years ago
  6. 6eff5d2 BaseTools: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2 by Star Zeng · 9 years ago
  7. 4018f20 Nt32Pkg: Add HttpUtilitiesDxe module by Jiaxin Wu · 9 years ago
  8. aa498f8 NetworkPkg: Add HTTP utilities driver by Jiaxin Wu · 9 years ago
  9. 38dcf8e MdePkg: Add header file for HTTP utilities protocol by Jiaxin Wu · 9 years ago
  10. ab44a6e OvmfPkg: Add HttpBoot support by Gary Ching-Pang Lin · 9 years ago
  11. b199d94 NetworkPkg: Remove the hostname from the http request URL. by Gary Ching-Pang Lin · 9 years ago
  12. 072418e BaseTools: Fix build fail when the number in validlist is long type. by Bob Feng · 9 years ago
  13. 9e8841b CryptoPkg: Add a missed include file to fix the possible build issue. by Qin Long · 9 years ago
  14. 3877edd MdeModulePkg:Fix build fail in VS2008 by Dandan Bi · 9 years ago
  15. f4d7904 IntelFrameworkModulePkg: Update DEC and DSC version from 0.94 to 0.96 by Feng Tian · 9 years ago
  16. 1556957 IntelFrameworkPkg: Update DEC and DSC version from 0.94 to 0.96 by Feng Tian · 9 years ago
  17. d9bb3e7 MdeModulePkg: Update DSC version from 0.94 to 0.96 by Feng Tian · 9 years ago
  18. 1b30c2e Fixed build error for VS2008 toolchain. by Eric Dong · 9 years ago
  19. a22a50f MdeModulePkg:Full support F10 hot key in UiApp. by Dandan Bi · 9 years ago
  20. eb213f2 NetworkPkg: Fix DHCP TransmitReceive EFI_NO_MAPPING return in DnsDxe by Jiaxin Wu · 9 years ago
  21. 11298d8 CryptoPkg: Update Package version to 0.96 by Qin Long · 9 years ago
  22. d85079b NetworkPkg: Update the NetworkPkg package version by Jiaxin Wu · 9 years ago
  23. e371cc1 MdeModulePkg: Fix default router table and interface missing error by Jiaxin Wu · 9 years ago
  24. d6cf1af ShellPkg: Fix 'ifconfig' can't get the address from dhcp in some case by Jiaxin Wu · 9 years ago
  25. 3e708ee ShellBinPkg: Arm/AArch64 Shell binary update. by Ard Biesheuvel · 9 years ago
  26. 06cd723 BaseTools AARCH64: use tiny code model by default by Ard Biesheuvel · 9 years ago
  27. ad93e04 ShellPkg: force use of AARCH64 small model when building DEBUG shell by Ard Biesheuvel · 9 years ago
  28. 0cebfe8 SecurityPkg: Update Package version to 0.96 by Chao Zhang · 9 years ago
  29. e74c427 Validate the input namespace field to avoid assert. by Eric Dong · 9 years ago
  30. 9946c0a Allocate temp buffer to avoid potential change user input string buffer. by Eric Dong · 9 years ago
  31. 70119d2 ArmPkg: remove ARMv6 support code by Ard Biesheuvel · 9 years ago
  32. 4cac5c0 MdeModulePkg: Update UiApp to handle terminal type TtyTerm by Ruiyu Ni · 9 years ago
  33. 26cd2d6 MdeModulePkg/Xhci: make all timeout values be consistent with comments. by Feng Tian · 9 years ago
  34. 1d7258f CorebootModulePkg:Removing EFI_RESOURCE_ATTRIBUTE_TESTED by Scott Duplichan · 9 years ago
  35. f88e9c5 SecurityPkg: Fixed build error due to FixedAtBuild PcdTcg2HashAlgorithmBitmap by Samer El-Haj-Mahmoud · 9 years ago
  36. 2c32000 MdeModulePkg: IP4 should re-initiate a DHCP if it detects network reconnection by Jiaxin Wu · 9 years ago
  37. 3667305 NetworkPkg: Stop and release DHCP4 child after boot info is ready by Jiaxin Wu · 9 years ago
  38. 71028ba BaseTools: Add /arch:IA32 option in VS2012 and VS2013 by Liming Gao · 9 years ago
  39. a3a0974 Add restriction that HashFinal() must be after at least one HashUpdate(). by Yao, Jiewen · 9 years ago
  40. 70bd699 BaseTools GCC: prevent unaligned memory accesses on ARM GCC 4.6 by Ard Biesheuvel · 9 years ago
  41. 099bff5 Add context check and init in BaseCrypto2Hash(). by Yao, Jiewen · 9 years ago
  42. 13a220a SecurityPkg: Update SignatureSize to comply UEFI spec by Chao Zhang · 9 years ago
  43. 3134913 MdeModulePkg Variable: Handle variable Attributes mismatch case by Star Zeng · 9 years ago
  44. c533ed3 Fix typo in BaseCrypto2HashInit() which causes sanity check incorrect. by Yao, Jiewen · 9 years ago
  45. 5dd08a4 NetworkPkg: Fix hang issue after system reconnected when IPSec has set up by Jiaxin Wu · 9 years ago
  46. a0f2af3 ShellPkg\Tftp.c: Refine parameter name and use implicit comparison for BOOLEAN variable. by Qiu Shumin · 9 years ago
  47. 6aeb759 Clean up unused data type - BOOL. by Yao, Jiewen · 9 years ago
  48. d6da3fb MdeModulePkg:Fix the issue that Commit changes and Exit fail when add driver option by Dandan Bi · 9 years ago
  49. 1abfa4c Add TPM2 support defined in trusted computing group. by Yao, Jiewen · 9 years ago
  50. 59b226d Add TPM2 definition in trusted computing group. by Yao, Jiewen · 9 years ago
  51. 26ecc55 BaseTools IA32/X64: prevent .eh_frame sections from being generated by Ard Biesheuvel · 9 years ago
  52. ed5d153 MdeModulePkg: Refine the code in UiApp by Dandan Bi · 9 years ago
  53. fa6c39d IntelFrameworkModulePkg:Refine the code in LegacyBootMaintUiLib by Dandan Bi · 9 years ago
  54. d91cb87 MdeModulePkg:Use safe string functions in UiApp. by Dandan Bi · 9 years ago
  55. 0cd1ece MdeModulePkg: Add codes to support trailer parse in HttpLib. by Zhang Lubo · 9 years ago
  56. 64ffb95 BaseTools: remove ARMGCC and ARMLINUXGCC toolchains by Ard Biesheuvel · 9 years ago
  57. 95a11bd BeagleBoardPkg: remove outdated build scripts and instructions by Ard Biesheuvel · 9 years ago
  58. a112329 BeagleBoardPkg: fold configuration header into FD build by Ard Biesheuvel · 9 years ago
  59. e01b4a8 ArmPlatformPkg: remove mention of ARMGCC and ARMLINUXGCC by Ard Biesheuvel · 9 years ago
  60. 460616b EmbeddedPkg: remove mention of ARMGCC by Ard Biesheuvel · 9 years ago
  61. 11ad084 StdLib: remove mention of ARMGCC by Ard Biesheuvel · 9 years ago
  62. ad2a2e5 BaseTools: add ARCH detection for AARCH64 and ARM by Ard Biesheuvel · 9 years ago
  63. 9979bab BaseTools/GenFds: Fix 'NoneType' object is not iterable error. by Qiu Shumin · 9 years ago
  64. bc0f20c OvmfPkg/Xen: use lower case x in hex immediate value by Ard Biesheuvel · 9 years ago
  65. b1e3967 ArmVirtPkg: use global section alignment in custom linker script by Ard Biesheuvel · 9 years ago
  66. 5bf512d ArmVirtPkg: avoid relocated immediates in AARCH64 asm by Ard Biesheuvel · 9 years ago
  67. 3d0a49a MdeModulePkg: Fix issue about current Ip4Dxe implementation for DHCP DORA process by Jiaxin Wu · 9 years ago
  68. 00f6c6c MdeModulePkg: Change the macro name to fit coding style by fanwang2 · 9 years ago
  69. 5ae7578 NetworkPkg: Change the macro name to fit coding style by fanwang2 · 9 years ago
  70. 5c02fc4 BaseTools: add CLANG35 toolchain with AARCH64 support by Ard Biesheuvel · 9 years ago
  71. 24d610e BaseTools/GenFw: allow AArch64 tiny and small code model relocations by Ard Biesheuvel · 9 years ago
  72. 16d11ee ArmPlatformPkg/FVP: use 'auto' alignment and FIXED placement for XIP modules by Ard Biesheuvel · 9 years ago
  73. 750db79 ArmPlatformPkg/ArmJunoPkg: use TE 'auto' alignment for SEC modules by Ard Biesheuvel · 9 years ago
  74. 9bdf791 ArmPlatformPkg/ArmJunoPkg: use a rodata symbol for ReferenceAcpiTable by Ard Biesheuvel · 9 years ago
  75. baeddf2 ArmPkg/GenericWatchdogDxe: add missing VOID* cast by Ard Biesheuvel · 9 years ago
  76. 906e8ce ArmPkg/GicV3: use GICv3 generic sysreg names only for GNU as by Ard Biesheuvel · 9 years ago
  77. 21d0e75 UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APs by Star Zeng · 9 years ago
  78. 09e4a8f MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1 by Star Zeng · 9 years ago
  79. 64748d2 ArmPlatformPkg/PlatformPeim: constify EFI_PEI_PPI_DESCRIPTOR globals by Ard Biesheuvel · 9 years ago
  80. 0c7cc4f ArmPlatformPkg/PrePeiCore: constify PPI globals by Ard Biesheuvel · 9 years ago
  81. 1fe76ac ShellBinPkg: Ia32/X64 Shell binary update. by Qiu Shumin · 9 years ago
  82. 0fcf66a ShellPkg: Add function comments and refine code format to follow EDKII coding style. by Qiu Shumin · 9 years ago
  83. 2bd2529 MdeModulePkg: Use monotonic count to initialize the NetLib random seed. by Fu Siyuan · 9 years ago
  84. f52e226 ShellPkg: Refine global variable name to follow EDK II coding style. by Kinney, Michael D · 9 years ago
  85. eff60c1 ShellPkg: Fix build failure in VS2015. by Kinney, Michael D · 9 years ago
  86. c3db5a8 OvmfPkg: SmbiosVersionLib: recognize SMBIOS 3.x entry point by Laszlo Ersek · 9 years ago
  87. 9b1c5be ArmVirtPkg: set default for PcdSmbiosDocRev by Laszlo Ersek · 9 years ago
  88. 92dc0bb OvmfPkg: SmbiosPlatformDxe: eliminate duplicate entry point validation by Laszlo Ersek · 9 years ago
  89. f52af48 ArmVirtPkg/ArmVirtQemu.dsc: set default for PcdQemuSmbiosValidated by Laszlo Ersek · 9 years ago
  90. 6fbef93 OvmfPkg: introduce PcdQemuSmbiosValidated by Laszlo Ersek · 9 years ago
  91. 59e0efa ArmVirtPkg: revert "ArmVirtPkg: add QemuFwCfgToPcdDxe" by Laszlo Ersek · 9 years ago
  92. 34eeb67 ArmVirtPkg: set SMBIOS version in DetectSmbiosVersionLib instead of QemuFwCfgToPcdDxe by Laszlo Ersek · 9 years ago
  93. 98937dc OvmfPkg: set SMBIOS version in DetectSmbiosVersionLib instead of PlatformPei by Laszlo Ersek · 9 years ago
  94. b265ed9 OvmfPkg: SmbiosVersionLib: add "plugin" for detecting SMBIOS version by Laszlo Ersek · 9 years ago
  95. 3d8ac52 OvmfPkg: PlatformDebugLibIoPort: fix AsciiSPrint() format string by Laszlo Ersek · 9 years ago
  96. 8f227c2 Nt32Pkg: Platform BDS should test the untested memory by Ruiyu Ni · 9 years ago
  97. 72362a7 SecurityPkg: Update coding style by Chao Zhang · 9 years ago
  98. 55668ca BaseTools/Trim: Fixed a bug that cannot trim long values by Yingke Liu · 9 years ago
  99. 3cf6450 MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum. by Feng Tian · 9 years ago
  100. ea0f431 UefiCpuPkg/CpuMpPei: Update files format to DOS by Jeff Fan · 9 years ago