summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin2014-08-201-2/+2
* StdLib/LibC: Fix ARM symbol problemsHarry Liebel2014-08-203-2/+8
* AppPkg: Enable ARM and AArch64 supportHarry Liebel2014-08-201-1/+1
* StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin2014-08-201-24/+21
* StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 tar...Daryl McDaniel2014-08-202-1/+61
* BaseTools: Added support for GCC stack protector for ARM architectureOlivier Martin2014-08-201-11/+11
* ARM Packages: Added support for GCC stack protectorOlivier Martin olivier.martin2014-08-207-11/+22
* MdePkg: Introduced BaseStackCheckLib (cont.)Andrew Fish2014-08-202-0/+97
* MdePkg: Introduced BaseStackCheckLibAndrew Fish2014-08-201-0/+4
* ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore()Olivier Martin2014-08-202-4/+8
* ARM Packages: Removed malicious trailing spacesOlivier Martin2014-08-205-21/+21
* Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo2014-08-204-8/+22
* This patch is going to:Hess Chen2014-08-202-6/+4
* MdeModulePkg PeiCore: Add NULL pointer check.Star Zeng2014-08-201-0/+8
* IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong2014-08-204-7/+7
* Fix an issue of building BaseTools from sources using VS2013.Yingke Liu2014-08-201-1/+5
* MdePkg: BaseOrderedCollectionRedBlackTreeLib: improve coding styleEric Dong2014-08-201-22/+36
* ShellPkg: Fix typo in 'uni' files.Qiu Shumin2014-08-202-0/+0
* ShellPkg: Move mHandleParsingHiiHandle init out of the constructorChris Phillips2014-08-191-5/+30
* ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips2014-08-192-53/+153
* ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey2014-08-191-38/+40
* ShellPkg: Check while string up to space, not the characterJaben Carsey2014-08-191-1/+1
* ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributesOlivier Martin2014-08-191-0/+3
* ArmPlatformPkg/Scripts: Update the profiling script to work on AArch64 with t...Olivier Martin2014-08-191-4/+22
* ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device pat...Olivier Martin2014-08-193-9/+22
* ArmPlatformPkg/Bds: Fixed typo issueOlivier Martin2014-08-191-1/+1
* ARM Packages: Removed trailing spacesRonald Cron2014-08-19554-6342/+6330
* ARM Packages: Corrected non-DOS line endingsRonald Cron2014-08-1923-130/+129
* This patch is going to fix a build failure (running of GenFds) in Linux syste...Hess Chen2014-08-192-9/+9
* Clean up the useless code in DriverSampleDxe.Eric Dong2014-08-191-2/+0
* Refine the code logic, use dynamic allocate buffer instead of static array to...Eric Dong2014-08-192-69/+100
* MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor...Sergey Isakov2014-08-191-5/+2
* Refine the comments for the function header.Eric Dong2014-08-192-6/+137
* UefiCpuPkg: Add ResetVector/FixupVtfJordan Justen2014-08-182-0/+92
* OvmfPkg/ResetVector: Remove pre-built binariesJordan Justen2014-08-184-113/+0
* OvmfPkg: Build OVMF ResetVector during EDK II build processJordan Justen2014-08-187-9/+16
* OvmfPkg: Support building OVMF's ResetVector during the EDK II buildJordan Justen2014-08-182-0/+103
* UefiCpuPkg VTF0 X64: Build page tables in NASM codeJordan Justen2014-08-185-97/+108
* UefiCpuPkg: Support building VTF0 ResetVector during the EDK II buildJordan Justen2014-08-183-5/+50
* BaseTools: Add rules to build NASM source file into a binaryJordan Justen2014-08-182-0/+31
* AppPkg/Applications/Python: Explicitly initialize variables before use to kee...Daryl McDaniel2014-08-185-16/+18
* ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips2014-08-184-60/+40
* Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract...Gao, Liming2014-08-182-5/+30
* This patch is going to retire the top level makefile on BaseTools for support...Hess Chen2014-08-183-115/+190
* ShellPkg: Fix comments. Refine code style. Qiu Shumin2014-08-185-12/+16
* MdePkg: library INF files should reference feature PCDs under [FeaturePcd]Laszlo Ersek2014-08-162-2/+4
* MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid VS2005 warningsLaszlo Ersek2014-08-161-2/+2
* MdePkg: BaseOrderedCollectionRedBlackTreeLib: silence invalid gcc warningLaszlo Ersek2014-08-161-0/+1
* 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd...Dong, Guo2014-08-156-21/+41
* Use string pointer instead string buffer to avoid string copy operation.Fu, Siyuan2014-08-153-9/+14