summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-05New Shell binaries based on EDKII core r12898 and Shell r57.niruiyu91-6/+6
2012-04-05Add pointer check for NULL before dereference it.sfu51-0/+7
2012-04-04AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdL...darylm5034-3/+2346
2012-04-04OvmfPkg: Add custom mode setup if the Secure Boot build option is specified.leegrosenbaum7-35/+20
2012-04-01When transfer from Unicode to hex number, current code only consider the 0-9 ...ydong101-5/+29
2012-03-31Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye16-75/+470
2012-03-31Update common authenticated variable (non PK/KEK/DB/DBX) support to comply wi...tye16-26/+661
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng143-28/+45
2012-03-30MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian1-2/+2
2012-03-30update code to follow coding style.czhang461-1/+0
2012-03-29StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va...darylm5031-0/+5
2012-03-291. Fix UNIXGCC IPF build failure in SecurityPkg.sfu51-2/+2
2012-03-28StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm50313-5436/+3644
2012-03-281. Fix GCC build failure in SecurityPkg.sfu51-2/+2
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian7-2279/+2338
2012-03-271. Remove “Force clear PK” feature in AuthVarialbe driver.sfu519-245/+6757
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng143-12/+42
2012-03-27AppPkg/Applications/Sockets: Address GCC and Linux compilation problems.darylm5033-467/+459
2012-03-26correct removal of commit 12951.jcarsey1-2/+4
2012-03-26EmbeddedPkg/MmcDxe: Fixed XCLANG buildoliviermartin1-5/+6
2012-03-26ArmPlatformPkg/PrePi: Added Firmware Version String to the 'welcome' statementoliviermartin3-1/+6
2012-03-26ArmPlatformPkg/Sec: Change initial 'welcome' string from 'UEFI Firmware' to '...oliviermartin2-1/+9
2012-03-26ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from ...oliviermartin2-39/+8
2012-03-26ArmPlatformPkg: Fixed gcc build (minor change)oliviermartin1-1/+1
2012-03-26ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin12-33/+47
2012-03-26ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin4-0/+4
2012-03-26ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin4-0/+224
2012-03-26ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from th...oliviermartin2-86/+44
2012-03-26ArmPkg: Declared ARM Hypervisor Firmware PCDsoliviermartin1-1/+9
2012-03-26ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin1-0/+1
2012-03-26ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious ...oliviermartin1-2/+3
2012-03-26ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)oliviermartin3-9/+0
2012-03-26ArmPlatformPkg/Sec: Move ArmGicSetupNonSecure() prior to initialize platform-...oliviermartin1-3/+4
2012-03-26ArmPlatformPkg/Sec: Fixed monitor stack setupoliviermartin2-6/+10
2012-03-26ArmPlatformPkg/PrePi: Fix comment (minor change)oliviermartin2-2/+2
2012-03-26ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin1-4/+4
2012-03-26ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for co...oliviermartin4-3/+8
2012-03-26ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the se...oliviermartin3-5/+49
2012-03-26ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type castingoliviermartin3-3/+3
2012-03-261. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu51-3/+3
2012-03-24EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm50321-564/+776
2012-03-23Add BootlogoOnly feature in BDS for BGRTczhang4614-327/+524
2012-03-20Update the license dateslpleahy71-691/+2421
2012-03-20Fix VS X64 Compiler Failurelgao41-1/+1
2012-03-19Fix doxgen format issue.vanjeff4-8/+14
2012-03-19Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA3...lgao47-3/+442
2012-03-191. Remove conducting ASSERT in BaseCryptLib.sfu521-532/+681
2012-03-191. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu52-2/+11
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng144-114/+5
2012-03-16Fix build break caused by CPU Exception Library.andrewfish1-1/+1