summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-21MdePkg: Introduced BaseStackCheckLib (cont.)Andrew Fish
2014-08-21This patch is going to:Hess Chen
2014-08-21AutoGen.c can only be generated if the module has intermediate object files g...Yingke Liu
2014-08-21Allocate exact memory size for string buffer to avoid buffer overflow.Qiu Shumin
2014-08-21Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin
2014-08-21Check in Fat release (EBC, IA32, X64, IPF) binaries built from MdePkg and Bas...Ruiyu Ni
2014-08-211. AutoGen.c should be generated if it is not empty even if there are no C so...Yingke Liu
2014-08-20StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin
2014-08-20StdLib/LibC: Fix ARM symbol problemsHarry Liebel
2014-08-20AppPkg: Enable ARM and AArch64 supportHarry Liebel
2014-08-20StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin
2014-08-20StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 tar...Daryl McDaniel
2014-08-20BaseTools: Added support for GCC stack protector for ARM architectureOlivier Martin
2014-08-20ARM Packages: Added support for GCC stack protectorOlivier Martin olivier.martin
2014-08-20MdePkg: Introduced BaseStackCheckLib (cont.)Andrew Fish
2014-08-20MdePkg: Introduced BaseStackCheckLibAndrew Fish
2014-08-20ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore()Olivier Martin
2014-08-20ARM Packages: Removed malicious trailing spacesOlivier Martin
2014-08-20Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo
2014-08-20This patch is going to:Hess Chen
2014-08-20MdeModulePkg PeiCore: Add NULL pointer check.Star Zeng
2014-08-20IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong
2014-08-20Fix an issue of building BaseTools from sources using VS2013.Yingke Liu
2014-08-20MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding styleEric Dong
2014-08-20ShellPkg: Fix typo in 'uni' files.Qiu Shumin
2014-08-19ShellPkg: Move mHandleParsingHiiHandle init out of the constructorChris Phillips
2014-08-19ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips
2014-08-19ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey
2014-08-19ShellPkg: Check while string up to space, not the characterJaben Carsey
2014-08-19ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributesOlivier Martin
2014-08-19ArmPlatformPkg/Scripts: Update the profiling script to work on AArch64 with t...Olivier Martin
2014-08-19ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device pat...Olivier Martin
2014-08-19ArmPlatformPkg/Bds: Fixed typo issueOlivier Martin
2014-08-19ARM Packages: Removed trailing spacesRonald Cron
2014-08-19ARM Packages: Corrected non-DOS line endingsRonald Cron
2014-08-19This patch is going to fix a build failure (running of GenFds) in Linux syste...Hess Chen
2014-08-19Clean up the useless code in DriverSampleDxe.Eric Dong
2014-08-19Refine the code logic, use dynamic allocate buffer instead of static array to...Eric Dong
2014-08-19MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor...Sergey Isakov
2014-08-19Refine the comments for the function header.Eric Dong
2014-08-18UefiCpuPkg: Add ResetVector/FixupVtfJordan Justen
2014-08-18OvmfPkg/ResetVector: Remove pre-built binariesJordan Justen
2014-08-18OvmfPkg: Build OVMF ResetVector during EDK II build processJordan Justen
2014-08-18OvmfPkg: Support building OVMF's ResetVector during the EDK II buildJordan Justen
2014-08-18UefiCpuPkg VTF0 X64: Build page tables in NASM codeJordan Justen
2014-08-18UefiCpuPkg: Support building VTF0 ResetVector during the EDK II buildJordan Justen
2014-08-18BaseTools: Add rules to build NASM source file into a binaryJordan Justen
2014-08-18AppPkg/Applications/Python: Explicitly initialize variables before use to kee...Daryl McDaniel
2014-08-18ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips
2014-08-18Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract...Gao, Liming