summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-10BaseTools: Fix BinWrappers LzmaF86Compress ScriptLiming Gao1-1/+1
2015-07-10MdeModulePkg: Fix potential integer overflow issueRuiyu Ni2-15/+20
2015-07-10IntelFrameworkModulePkg: Fix a memory leak bug in BdsDxe driver.Ruiyu Ni1-1/+2
2015-07-10IntelFrameworkPkg FrameworkUefiLib: Fix ASSERT in CatVSPrintHao Wu1-1/+7
2015-07-09BaseTools: aarch64: add -fno-asynchronous-unwind-tables to gcc cflagsLeif Lindholm1-1/+1
2015-07-09MdePkg/AArch64: use GCC_ASM_EXPORT to export functionsOlivier Martin8-10/+10
2015-07-09MdeModulePkg/FvSimpleFileSystemDxe: Support file opening with no '.efi'Olivier Martin1-12/+50
2015-07-09OvmfPkg: Fix GCC49 build hang in PeiCoreRuiyu Ni3-6/+6
2015-07-09MdePkg/UefiDevicePathLib:Fix link error due to missing RamDisk GUIDsFeng Tian1-0/+8
2015-07-09Nt32Pkg: Update DSC/FDF to include drivers for HTTP boot.Fu Siyuan2-2/+8
2015-07-09add TTY_TERMINAL build option for ARM BDSRoy Franz2-5/+10
2015-07-09Add PCD for selecting terminal type at build timeLaszlo Ersek4-4/+25
2015-07-09Accept VT220 DEL and function keys for TTY terminal typeRoy Franz3-1/+101
2015-07-09Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz1-2/+8
2015-07-09Add "TtyTerm" terminal type to TerminalDxeRoy Franz7-8/+73
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin5-40/+45
2015-07-09SourceLevelDebugPkg: Fix PEI timer interrupt regressionBrian J. Johnson1-2/+4
2015-07-09MdePkg: SmmMemLib.inf: add Depex section and update protocol usage.Qiu Shumin1-1/+4
2015-07-08Revert "ArmPlatformPkg/ArmVExpressDxe: Change FDT default file names."Olivier Martin7-71/+74
2015-07-08ShellPkg: Remove Status definition in function scope jiaxinwu1-3/+0
2015-07-08NetworkPkg:Replace unsafe string functions.Zhang Lubo12-52/+59
2015-07-08fix the problem that data type conversion may loss data.Zhang Lubo1-2/+2
2015-07-08MdeModulePkg AcpiTableDxe: Install config table at ACPI data changeStar Zeng2-10/+2
2015-07-08OvmfPkg: Fix the build.sh shebang line to avoid depending on location of bashBruce Cran1-1/+1
2015-07-08SecurityPkg:Replace unsafe string functions.Zhang Lubo6-75/+78
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo12-48/+58
2015-07-08MdeModulePkg/XhciPei: Error handling enhancement for XhcPeiExecTransferFeng Tian1-5/+8
2015-07-08MdeModulePkg/XhciDxe: Error handling enhancement for XhcExecTransferFeng Tian1-5/+8
2015-07-08MdePkg: Add UEFI2.5 Ramdisk device path definitionFeng Tian5-2/+349
2015-07-08UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoderJeff Fan4-15/+77
2015-07-08BaseTools/Upt: Add a BOM check for UNI file and fix some help message errorHess Chen3-4/+29
2015-07-08StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.jiaxinwu5-106/+130
2015-07-08NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency.jiaxinwu3-20/+37
2015-07-08MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.jiaxinwu2-184/+25
2015-07-08BaseTools/Upt: Update UPT to ignore "!include" statement when parsing UNI fileHess Chen1-2/+3
2015-07-08OptionRomPkg: Remove redundant included header file defintion in Ax88772.h an...jiaxinwu2-4/+2
2015-07-08ShellPkg: Add Ip4Config2 Protocol defintion in UefiHandleParsingLibjiaxinwu4-2/+5
2015-07-08ShellPkg: Update ping/ifconfig library source code to consume Ip4Config2 prot...jiaxinwu5-1482/+990
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran5-11/+11
2015-07-08MdeModulePkg: Refine code to use Strn**S safe functions instead of Str**S one...Qiu Shumin3-5/+5
2015-07-08BaseTools: Fix build on FreeBSD and allow use of non-gcc system compilerBruce Cran5-10/+15
2015-07-07ArmVirtPkg/ArmVirt.dsc.inc: Fixed BuildOptionsOlivier Martin1-1/+1
2015-07-07ArmPlatformPkg/ArmVExpress.dsc.inc: Fixed BuildOptionsOlivier Martin1-1/+1
2015-07-07EmbeddedPkg: Remove duplicated definitions of ZeroGuidOlivier Martin2-2/+4
2015-07-07ArmPlatformPkg/ArmVExpressDxe: Change FDT default file names.Olivier Martin7-74/+71
2015-07-07ArmVirtPkg: use correct ASM decoration for non-function global symbolsArd Biesheuvel1-3/+3
2015-07-07ArmPlatformPkg: use correct ASM decoration for non-function global symbolsArd Biesheuvel1-3/+3
2015-07-07MdeModulePkg/PartitionDxe: Fix media probeRonald Cron1-2/+6
2015-07-07NetworkPkg: Update package DSC file.Fu Siyuan1-0/+4
2015-07-07NetworkPkg: Add UEFI HTTP boot driver.Fu Siyuan15-0/+4528