summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-14PcAtChipsetPkg: PciHostBridgeDxe: rewrap IoFifo source files to 79 columnsLaszlo Ersek
2015-07-14BaseTools/PeCoffLib: handle EFI_IMAGE_REL_BASED_DIR64 in generic codeArd Biesheuvel
2015-07-14NetworkPkg: Fix an error that the call function declared implicitly.Zhang Lubo
2015-07-14ShellPkg: Fix ping IPv6 stack usage mode failure issueJiaxin Wu
2015-07-14CryptoPkg: remove redundant parenthesesBruce Cran
2015-07-14CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen.Qiu Shumin
2015-07-14SecurityPkg/Pkcs7VerifyDxe: Cleanup P7CheckTrust function comments.Qiu Shumin
2015-07-13MdePkg: ensure SafeString length functions don't access beyond MaxSizeLeif Lindholm
2015-07-13PerformancePkg Dp_App: Fix ASSERT in GetNameFromHandleHao Wu
2015-07-13UefiCpuPkg S3Resume2Pei: Fix ASSERT in WriteToOsS3PerformanceDataHao Wu
2015-07-13IntelFrameworkModulePkg DeviceMngr: Potential read over memory boundaryHao Wu
2015-07-13IntelFrameworkModulePkg BootMngr: Fix potential read over memory boundaryHao Wu
2015-07-13IntelFrameworkModulePkg BootMaint: Fix potential read over memory boundaryHao Wu
2015-07-13IntelFrameworkModulePkg BdsDxe: Fix ASSERT in BdsMemoryTestHao Wu
2015-07-13IntelFrameworkModulePkg GenericBdsLib: Potential read over memory boudaryHao Wu
2015-07-12CryptoPkg: update OpenSSL dependency to version 1.0.2dArd Biesheuvel
2015-07-10ArmVExpressPkg: use PSCI for system reset only on AARCH64 platformsArd Biesheuvel
2015-07-10ArmVExpressPkg: use ArmVExpressSysConfigRuntimeLib by defaultArd Biesheuvel
2015-07-10ArmPlatformPkg/ArmVExpressPkg: add ArmPlatformSysConfigLib for runtimeArd Biesheuvel
2015-07-10MdeModulePkg: Code logic optimization for Ip4Dxe driverfanwang2
2015-07-10NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang2
2015-07-10MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo
2015-07-10NetworkPkg: Fix an error that return type differs from the left one when assi...Zhang Lubo
2015-07-10OvmfPkg: QemuFwCfgLib: avoid "variable set but not used" warning from GCCBill Paul
2015-07-10SecurityPkg: Make time based AuthVariable update atomicChao Zhang
2015-07-10SecurityPkg: Add default value for TPM action questionChao Zhang
2015-07-10MdeModulePkg: Remove Ip4ConfigDxe and related guid definitionJiaxin Wu
2015-07-10SourceLevelDebugPkg/SecPeiDebugAgentLib: Restore CPU interrupt stateJeff Fan
2015-07-10Vlv2TbltDevicePkg: Remove Ip4ConfigDxe module from buildJiaxin Wu
2015-07-10OvmfPkg: Remove Ip4ConfigDxe module from OvmfPkgJiaxin Wu
2015-07-10EmulatorPkg: Remove Ip4ConfigDxe module from EmulatorPkgJiaxin Wu
2015-07-10ArmVirtPkg: Remove Ip4ConfigDxe module from ArmVirtPkgJiaxin Wu
2015-07-10ArmPlatformPkg: Remove Ip4ConfigDxe from ArmPlatformPkgJiaxin Wu
2015-07-10MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz
2015-07-10BaseTools: Fix BinWrappers LzmaF86Compress ScriptLiming Gao
2015-07-10MdeModulePkg: Fix potential integer overflow issueRuiyu Ni
2015-07-10IntelFrameworkModulePkg: Fix a memory leak bug in BdsDxe driver.Ruiyu Ni
2015-07-10IntelFrameworkPkg FrameworkUefiLib: Fix ASSERT in CatVSPrintHao Wu
2015-07-09BaseTools: aarch64: add -fno-asynchronous-unwind-tables to gcc cflagsLeif Lindholm
2015-07-09MdePkg/AArch64: use GCC_ASM_EXPORT to export functionsOlivier Martin
2015-07-09MdeModulePkg/FvSimpleFileSystemDxe: Support file opening with no '.efi'Olivier Martin
2015-07-09OvmfPkg: Fix GCC49 build hang in PeiCoreRuiyu Ni
2015-07-09MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDsFeng Tian
2015-07-09Nt32Pkg: Update DSC/FDF to include drivers for HTTP boot.Fu Siyuan
2015-07-09add TTY_TERMINAL build option for ARM BDSRoy Franz
2015-07-09Add PCD for selecting terminal type at build timeLaszlo Ersek
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz
2015-07-09Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin