summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLibOlivier Martin2014-08-261-10/+1
* ArmPlatformPkg/BootMonFs: Provide mechanism to get BootMonFS file informationHarry Liebel2014-08-264-0/+53
* ARM Packages: Replace tabs by spaces for indentationRonald Cron2014-08-2652-485/+484
* ArmPlatformPkg/Bds: Fixed condition on LOAD_OPTION_CATEGORY_BOOTOlivier Martin2014-08-261-2/+2
* Clean up the framework style code.Eric Dong2014-08-261-17/+21
* The original code does not initialize the global width constants before creat...Samer El-Haj-Mahmoud elhaj2014-08-261-12/+17
* This patch is going to:Hess Chen2014-08-263-0/+10
* This patch is going to:Hess Chen2014-08-2656-1695/+5930
* Add PCI PMC and PMCSR register definitions from PCI Power Management Interfac...Samer El-Haj-Mahmoud elhaj2014-08-261-0/+39
* Update EFI_DRIVER_HEALTH_HII_MESSAGE definition from UEFI 2.4 specification t...Samer El-Haj-Mahmoud elhaj2014-08-261-1/+11
* This patch is going to correct the external PCD database generation rule to s...Feng, Bob C2014-08-264-16/+209
* EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen2014-08-2531-0/+434
* AppPkg/Applications/Sockets/TftpServer: Make the include file names match the...Daryl McDaniel2014-08-251-1/+1
* BootSectImage.exe, EfiLdrImage.exe and Split.exe tools have incorrect output ...lhauch2014-08-253-4/+12
* ShellPkg: Replace non-ASCII character in Pci.c to fix GCC build errorQiu Shumin2014-08-251-2/+2
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-254-4/+13
* Fix nmake cleanall bugs.Yingke Liu2014-08-254-5/+6
* This patch is going to:Hess Chen2014-08-2510-12/+228
* ShellPkg: Update 'pci' command for updated class codesJaben Carsey2014-08-221-18/+430
* ShellPkg: Fixes and updates for the 'devices' commandChris Phillips2014-08-222-34/+24
* Updated version, missed the last two commits and to add the SVN Revision prop...lhauch2014-08-221-2/+2
* ShellPkg: Refactor string manipulationJaben Carsey2014-08-222-6/+5
* Fixed the PATH again.lhauch2014-08-221-3/+3
* Updated to check for NASM_PREFIXE system environment variable, also to fix an...lhauch2014-08-221-7/+13
* Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo2014-08-222-4/+0
* Only reserve the aligned memory instead of reserving the unaligned memory in ...Gao, Liming2014-08-221-9/+133
* IntelFspPkg BaseCacheLib: State CacheAsRamLib in its inf, because it consumes...Star Zeng2014-08-221-0/+1
* Do not access transfer ring when endpoint is isochronous type and control typ...Elvin Li2014-08-221-6/+26
* ShellPkg: leave quotes around paramsJaben Carsey2014-08-211-1/+5
* StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition.Daryl McDaniel2014-08-212-123/+23
* ShellPkg: Fixes and updates for the 'parse' commandChris Phillips2014-08-212-33/+41
* ShellPkg: Fixes and updates for the 'memmap' commandChris Phillips2014-08-212-40/+61
* ShellPkg: Add support for UEFI Shell 2.1 spec command line commentsChris Phillips2014-08-211-0/+18
* ShellPkg: Fixes and updates for the 'drivers' commandChris Phillips2014-08-212-14/+41
* ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ...Chris Phillips2014-08-211-0/+0
* Setting the svn property, svn:executable on the new scripts.lhauch2014-08-214-0/+0
* Adding files for proposed replacement for edksetup.bat.lhauch2014-08-214-0/+1185
* MdePkg: Introduced BaseStackCheckLib (cont.)Andrew Fish2014-08-214-6/+4
* This patch is going to:Hess Chen2014-08-213-6/+13
* AutoGen.c can only be generated if the module has intermediate object files g...Yingke Liu2014-08-212-1/+6
* Allocate exact memory size for string buffer to avoid buffer overflow.Qiu Shumin2014-08-211-21/+40
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-211-0/+1
* Check in Fat release (EBC, IA32, X64, IPF) binaries built from MdePkg and Bas...Ruiyu Ni2014-08-215-1/+1
* 1. AutoGen.c should be generated if it is not empty even if there are no C so...Yingke Liu2014-08-211-1/+4
* 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