]> git.proxmox.com Git - mirror_edk2.git/shortlog
mirror_edk2.git
2017-12-27 Liming GaoMdeModulePkg Variable: Use boolean type value instead...
2017-12-27 BobCFBaseTools: Remove 'COMMON' in PCD SkuInfoList
2017-12-27 Ard BiesheuvelCryptoPkg/OpensslLib AARCH64: suppress format string...
2017-12-27 Jiaxin WuNetworkPkg/IScsiDxe: Correct the DnsMode value accordin...
2017-12-27 Jiaxin WuNetworkPkg/HttpDxe: Remove the unnecessary ASSERT.
2017-12-27 Jiaxin WuNetworkPkg/HttpDxe: Fix the memory leak issue in HttpRe...
2017-12-27 Jiaxin WuMdeModulePkg/DxeHttpLib: Refine some coding style.
2017-12-27 Jiaxin WuMdeModulePkg/DxeHttpLib: Correct some return Status.
2017-12-27 Jiaxin WuMdeModulePkg/DxeHttpLib: Check the input parameters...
2017-12-27 Jiaxin WuMdeModulePkg/DxeHttpLib: Avoid the potential memory...
2017-12-27 Jiaxin WuMdeModulePkg/DxeHttpLib: Add boundary condition check.
2017-12-27 Jiaxin WuNetworkPkg/TcpDxe: Check TCP payload for release version.
2017-12-27 Song, BinXUefiCpuPkg: Update AESNI support checking logic
2017-12-27 Song, BinXUefiCpuPkg: Delete redundant PcdGetSize PcdCpuFeaturesS...
2017-12-27 Eric DongRevert "UefiCpuPkg: Check invalid RegisterCpuFeature...
2017-12-27 Yonghong ZhuBaseTools: Support PCD flexible values format
2017-12-27 Yonghong ZhuBaseTools: Add Platform Override Build Options for...
2017-12-27 Yonghong ZhuBaseTools: Update copyright year info of DSC/DEC/INF...
2017-12-27 Liming GaoEdk2: Update Maintainers.txt to remove PerformancePkg
2017-12-27 Liming GaoPerformancePkg: Remove it
2017-12-27 Liming GaoBaseTools: Update Python Makefile to include the new...
2017-12-27 Liming GaoBaseTools: Update SkuId checker to make sure it be...
2017-12-26 Long QinCryptoPkg: Remove Cryptest Application from CryptoPkg
2017-12-26 Long QinSecurityPkg: Remove RngTest Application from SecurityPkg
2017-12-26 Long QinCryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0g
2017-12-26 Jian J WangMdeModulePkg/Core: Fix heap guard issues
2017-12-26 Liming GaoMdeModulePkg HiiDataBaseDxe: Add the check for the...
2017-12-26 Liming GaoMdeModulePkg Variable: Update Pointer Minus with UINTN...
2017-12-26 Jiaxin WuNetworkPkg/TcpDxe: Remove the redundant code.
2017-12-26 Jiaxin WuNetworkPkg/TcpDxe: Check FragmentBuffer for NULL before use
2017-12-26 Feng, Bob CBaseTools: Fix building FatPkg failed issue
2017-12-26 zwei4Fix License Header.
2017-12-26 Jian J WangUefiCpuPkg: Update code to use new structure field...
2017-12-26 Jian J WangUefiCpuPkg/UefiCpuPkg.uni: Add missing string definitio...
2017-12-26 Jian J WangMdeModulePkg/Core: Coding style clean-up
2017-12-26 Jian J WangMdePkg/BaseLib.h: Coding style clean-up
2017-12-26 Wang FanMdeModulePkg/NetLib: Refine coding style for API NetLib...
2017-12-25 Liming GaoMdeModulePkg HiiDataBaseDxe: Initialize the local varia...
2017-12-25 Liming GaoMdeModulePkg: Update PCD driver to support the optimize...
2017-12-25 Liming GaoMdeModulePkg PCD: Enable Firmware to retrieve the defau...
2017-12-25 Liming GaoMdeModulePkg HiiDataBase: Enable Firmware to retrieve...
2017-12-25 Liming GaoMdeModulePkg: Enable Firmware to retrieve the default...
2017-12-25 Liming GaoMdeModulePkg VariableDxe: Update it supports normal...
2017-12-25 Liming GaoBaseTools: Fixed the issue of structure pcd filed sku...
2017-12-25 Liming GaoBaseTools: Fix VPD data optimization issue
2017-12-25 Liming GaoBaseTools: Support nest field name in DSC/DEC
2017-12-25 BobCFBaseTools: Check PCD DataType and the maxsize.
2017-12-25 Liming GaoBaseTools: Correct PCD generation logic to make sure...
2017-12-25 Liming GaoBaseTools: Generate correct VPD PCD value to store...
2017-12-25 Liming GaoBaseTools: Add error message if Structure PCD value...
2017-12-25 Liming GaoBaseTools: Fixed the issue of Multiple Skus are always...
2017-12-25 Liming GaoBaseTools: Optimize VPD PCD value for the different...
2017-12-25 Liming GaoBaseTools: Update SkuId as SKU_ID type to follow curren...
2017-12-25 Liming GaoBaseTools: Update NV Default Header format to include...
2017-12-25 Liming GaoBaseTools: Report Structure PCD value and SKU, DefaultS...
2017-12-25 Liming GaoBaseTools: PcdDataBase Optimization for multiple SkuIds
2017-12-25 Liming GaoBaseTools: Support Structure PCD value inherit between...
2017-12-25 Liming GaoBaseTools: Collect DynamicHii PCD values and assign...
2017-12-25 Liming GaoBaseTools: Support Structure PCD value assignment in...
2017-12-25 Liming GaoBaseTools: Add PcdValueCommon logic into C source CommonLib
2017-12-25 Liming GaoBaseTools: Update Makefile to work at absolute path
2017-12-25 Hao WuBaseTools/GenSec: Fix potential null pointer dereference
2017-12-25 Hao WuBaseTools/GenSec: Fix potential memory leak
2017-12-25 Hao WuBaseTools/GenFfs: Enlarge the size of 'AlignmentBuffer'
2017-12-25 Hao WuBaseTools/VfrCompile: Resolve uninit class variables...
2017-12-25 Hao WuBaseTools/VfrCompile: Add/refine boundary checks for...
2017-12-25 Hao WuBaseTools/GenVtf: Add/refine boundary checks for strcpy...
2017-12-25 Hao WuBaseTools/GenFv: Add/refine boundary checks for strcpy...
2017-12-25 Hao WuBaseTools/GenBootSector: Add/refine boundary checks...
2017-12-25 Hao WuBaseTools/EfiRom: Add/refine boundary checks for strcpy...
2017-12-25 Hao WuBaseTools/C/Common: Refine using sprintf() with '%s...
2017-12-25 Hao WuBaseTools/C/Common: Add/refine boundary checks for...
2017-12-25 Hao WuBaseTools/GenFv: Add check to ensure the file handle...
2017-12-25 Hao WuBaseTools/VfrCompile: Assign 'NULL' for closed file...
2017-12-25 Hao WuBaseTools/C/Common: Remove redundant type cast
2017-12-25 Hao WuBaseTools/LzmaCompress: Fix possible uninitialized...
2017-12-25 Hao WuBaseTools/EfiRom: Refine the logic in main()
2017-12-25 Hao WuBaseTools/C/Common: Add checks for array access
2017-12-22 Jiaxin WuNetworkPkg/HttpBootDxe: Break the HttpBoot Callback...
2017-12-22 Jiaxin WuNetworkPkg/HttpBootDxe: Avoid the potential memory...
2017-12-22 Jiaxin WuCryptoPkg/TlsLib: Add some parameter check and clarific...
2017-12-22 Fu SiyuanNetworkPkg: Recycle the ICMP error message in PXE driver.
2017-12-22 Fu SiyuanNetworkPkg: Remove redundant check in PXE driver.
2017-12-22 Fu SiyuanMdeModulePkg/DpcLib: return error if failed to locate...
2017-12-22 Jian J WangUefiCpuPkg/MpInitLib: Add missing Guard page setup...
2017-12-22 Jian J WangMdeModulePkg: Clarify usage of PcdHeapGuardPropertyMask
2017-12-22 Fu SiyuanMdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed...
2017-12-22 Fu SiyuanMdeModulePkg/Ip4Dxe: Remove redundant code in Ip4Config...
2017-12-22 Fu SiyuanMdeModulePkg/IpIoLib: Check the input parameters before...
2017-12-22 Fu SiyuanMdeModulePkg/IpIoDxe: Update API description to match...
2017-12-22 Fu SiyuanMdeModulePkg/IpIoLib: add more error handling code...
2017-12-22 Star ZengMdePkg Acpi60.h: Add missing PCCT subspace type 1 and...
2017-12-22 Ruiyu NiFatBinPkg: New EnhancedFatDxe binaries for IA32, X64...
2017-12-22 Ruiyu NiShellBinPkg: Ia32/X64 Shell binary update.
2017-12-21 Star ZengIntelSiliconPkg MicrocodeUpdateDxe: Fix (ExtendedTableL...
2017-12-20 Michael ZimmermannArmPkg/ArmMmuLib ARM: fix page size granularity in...
2017-12-19 Jian J WangMdeModulePkg/Core: Fix incorrect memory map generated...
2017-12-19 Star ZengSecurityPkg TcgMor: Remove wrong comments
2017-12-19 Star ZengMdePkg MemoryOverwriteControl.h: Correct typo 'bi'...
2017-12-18 fanwang2ShellPkg: Fix a build error in Ping6 shell command.
next