summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdL...darylm5032012-04-044-3/+2346
* OvmfPkg: Add custom mode setup if the Secure Boot build option is specified.leegrosenbaum2012-04-047-35/+20
* When transfer from Unicode to hex number, current code only consider the 0-9 ...ydong102012-04-011-5/+29
* Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye12012-03-316-75/+470
* Update common authenticated variable (non PK/KEK/DB/DBX) support to comply wi...tye12012-03-316-26/+661
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-303-28/+45
* MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian2012-03-301-2/+2
* update code to follow coding style.czhang462012-03-301-1/+0
* StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va...darylm5032012-03-291-0/+5
* 1. Fix UNIXGCC IPF build failure in SecurityPkg.sfu52012-03-291-2/+2
* StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm5032012-03-2813-5436/+3644
* 1. Fix GCC build failure in SecurityPkg.sfu52012-03-281-2/+2
* MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian2012-03-277-2279/+2338
* 1. Remove “Force clear PK” feature in AuthVarialbe driver.sfu52012-03-2719-245/+6757
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-273-12/+42
* AppPkg/Applications/Sockets: Address GCC and Linux compilation problems.darylm5032012-03-273-467/+459
* correct removal of commit 12951.jcarsey2012-03-261-2/+4
* EmbeddedPkg/MmcDxe: Fixed XCLANG buildoliviermartin2012-03-261-5/+6
* ArmPlatformPkg/PrePi: Added Firmware Version String to the 'welcome' statementoliviermartin2012-03-263-1/+6
* ArmPlatformPkg/Sec: Change initial 'welcome' string from 'UEFI Firmware' to '...oliviermartin2012-03-262-1/+9
* ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from ...oliviermartin2012-03-262-39/+8
* ArmPlatformPkg: Fixed gcc build (minor change)oliviermartin2012-03-261-1/+1
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-2612-33/+47
* ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin2012-03-264-0/+4
* ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin2012-03-264-0/+224
* ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from th...oliviermartin2012-03-262-86/+44
* ArmPkg: Declared ARM Hypervisor Firmware PCDsoliviermartin2012-03-261-1/+9
* ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin2012-03-261-0/+1
* ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious ...oliviermartin2012-03-261-2/+3
* ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)oliviermartin2012-03-263-9/+0
* ArmPlatformPkg/Sec: Move ArmGicSetupNonSecure() prior to initialize platform-...oliviermartin2012-03-261-3/+4
* ArmPlatformPkg/Sec: Fixed monitor stack setupoliviermartin2012-03-262-6/+10
* ArmPlatformPkg/PrePi: Fix comment (minor change)oliviermartin2012-03-262-2/+2
* ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin2012-03-261-4/+4
* ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for co...oliviermartin2012-03-264-3/+8
* ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the se...oliviermartin2012-03-263-5/+49
* ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type castingoliviermartin2012-03-263-3/+3
* 1. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu52012-03-261-3/+3
* EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5032012-03-2421-564/+776
* Add BootlogoOnly feature in BDS for BGRTczhang462012-03-2314-327/+524
* Update the license dateslpleahy2012-03-2071-691/+2421
* Fix VS X64 Compiler Failurelgao42012-03-201-1/+1
* Fix doxgen format issue.vanjeff2012-03-194-8/+14
* Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA3...lgao42012-03-197-3/+442
* 1. Remove conducting ASSERT in BaseCryptLib.sfu52012-03-1921-532/+681
* 1. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu52012-03-192-2/+11
* Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng142012-03-194-114/+5
* Fix build break caused by CPU Exception Library.andrewfish2012-03-161-1/+1
* Updated platform DSC files to add CPU Exception Library instances.vanjeff2012-03-163-3/+7
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-166-468/+580