summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-23MdeModulePkg/CapsuleApp: Dump capsule name in record.Jiewen Yao
2016-12-23MdeModulePkg/CapsuleLib: Add NULL capsule name in record.Jiewen Yao
2016-12-23SignedCapsulePkg/SystemCapsuleLib: Add ASSERT check for PCDJiewen Yao
2016-12-23SecurityPkg/FmpAuthLib: Add PublicKeyDataLength checkJiewen Yao
2016-12-22Nt32Pkg: Enable HTTPS boot feature for Nt32 platformJiaxin Wu
2016-12-22Nt32Pkg/Nt32Pkg.dsc: Remove the flag for OpensslLib and BaseCryptLibJiaxin Wu
2016-12-22NetworkPkg/NetworkPkg.dsc: Enable TlsDxe and TlsAuthConfigDxe moduleJiaxin Wu
2016-12-22NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu
2016-12-22NetworkPkg/TlsAuthConfigDxe: Provide the UI to support TLS auth configurationJiaxin Wu
2016-12-22NetworkPkg/TlsDxe: TlsDxe driver implementation over OpenSSLJiaxin Wu
2016-12-22CryptoPkg: Add new TlsLib libraryJiaxin Wu
2016-12-22CryptoPkg: Enable ssl build in OpensslLib directlyJiaxin Wu
2016-12-22MdePkg: Add a header to standardize TLS definitionsJiaxin Wu
2016-12-22MdePkg: Add TLS related protocol definitionJiaxin Wu
2016-12-22NetworkPkg: Refine UintnToAscDecWithFormat functions logicHao Wu
2016-12-22MdeModulePkg/UefiPxeBcDxe: Refine the CvtNum function logicHao Wu
2016-12-22MdeModulePkg/DxeNetLib: Rewrite NetblockChecksum function logicHao Wu
2016-12-22MdePkg/MemoryLib: Refine InternalMemSetMem16|32|64 functions logicHao Wu
2016-12-22MdePkg/BaseLib: Add an additional check within (Ascii)StrnCmpHao Wu
2016-12-22MdePkg/BaseLib: Refine (Ascii)StrnLenS functions logicHao Wu
2016-12-21UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issuesDandan Bi
2016-12-21UefiCpuPkg: Add Pcd info to uni fileDandan Bi
2016-12-21SecurityPkg Tcg2ConfigDxe: Force reset when PCR Allocation changed.Eric Dong
2016-12-20UefiCpuPkg/PiSmmCpuDxeSmm: Add check to avoid NULL ptr dereferenceHao Wu
2016-12-20BaseTools GCC makefile: disable unused-result warning for CPP fileLiming Gao
2016-12-20BaseTools: fix write-strings build warningsHeyi Guo
2016-12-20BaseTools: fix format type build warningsHeyi Guo
2016-12-20BaseTools: fix format-security build warningsHeyi Guo
2016-12-20MdeModulePkg/NonDiscoverableDeviceRegistrationLib: Fix coding style issuesDandan Bi
2016-12-20MdeModulePkg/SataControllerDxe: Fix coding style issueDandan Bi
2016-12-20MdeModulePkg/TerminalDxe: Initialize variable after declarationDandan Bi
2016-12-20MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as BooleanDandan Bi
2016-12-20MdeModulePkg/EbcDxe: Make variable name follow rulesDandan Bi
2016-12-20MdeModulePkg/CapsuleApp: Fix Guid format issuesDandan Bi
2016-12-20IntelSiliconPkg: Fix format issuesDandan Bi
2016-12-20SecurityPkg/FmpAuthenticationLib: Fix Guid format issuesDandan Bi
2016-12-20IntelSiliconPkg: 0468303 caused to breaking the SMBIOS tables generation codeChan, Amy
2016-12-20UefiCpuPkg/ArchitecturalMsr.h: Remove non-Ascii charactersHao Wu
2016-12-20BaseTools: Correct bin wrappers for GenDepex.py pathYonghong Zhu
2016-12-19ShellBinPkg: New Shell binaries for IA32 and X64Ruiyu Ni
2016-12-19FatBinPkg: New EnhancedFatDxe binaries for IA32, X64, EBC and IPFRuiyu Ni
2016-12-19UefiCpuPkg/PiSmmCpu: Add SMM Comm Buffer Paging Protection.Jiewen Yao
2016-12-19UefiCpuPkg/SmmCpuFeaturesLibStm: Add STM library instanceMichael Kinney
2016-12-19UefiCpuPkg/SmmCpuFeaturesLib: Split into two filesMichael Kinney
2016-12-19UefiCpuPkg: Add STM GUIDs, Protocols, and PCDsMichael Kinney
2016-12-19UefiCpuPkg/Include: Update MSEG structure commentsMichael Kinney
2016-12-19MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow ruleDandan Bi
2016-12-19MdeModulePkg/NonDiscoverablePciDeviceDxe: Add comments for functionsDandan Bi
2016-12-19MdeModulePkg/NonDiscoverablePciDeviceDxe: Fix VS2010/2012 build failureDandan Bi
2016-12-19NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan