summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-04AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdL...darylm503
2012-04-04OvmfPkg: Add custom mode setup if the Secure Boot build option is specified.leegrosenbaum
2012-04-01When transfer from Unicode to hex number, current code only consider the 0-9 ...ydong10
2012-03-31Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye1
2012-03-31Update common authenticated variable (non PK/KEK/DB/DBX) support to comply wi...tye1
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng14
2012-03-30MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian
2012-03-30update code to follow coding style.czhang46
2012-03-29StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va...darylm503
2012-03-291. Fix UNIXGCC IPF build failure in SecurityPkg.sfu5
2012-03-28StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm503
2012-03-281. Fix GCC build failure in SecurityPkg.sfu5
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian
2012-03-271. Remove “Force clear PK” feature in AuthVarialbe driver.sfu5
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng14
2012-03-27AppPkg/Applications/Sockets: Address GCC and Linux compilation problems.darylm503
2012-03-26correct removal of commit 12951.jcarsey
2012-03-26EmbeddedPkg/MmcDxe: Fixed XCLANG buildoliviermartin
2012-03-26ArmPlatformPkg/PrePi: Added Firmware Version String to the 'welcome' statementoliviermartin
2012-03-26ArmPlatformPkg/Sec: Change initial 'welcome' string from 'UEFI Firmware' to '...oliviermartin
2012-03-26ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from ...oliviermartin
2012-03-26ArmPlatformPkg: Fixed gcc build (minor change)oliviermartin
2012-03-26ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin
2012-03-26ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin
2012-03-26ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure...oliviermartin
2012-03-26ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from th...oliviermartin
2012-03-26ArmPkg: Declared ARM Hypervisor Firmware PCDsoliviermartin
2012-03-26ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin
2012-03-26ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious ...oliviermartin
2012-03-26ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)oliviermartin
2012-03-26ArmPlatformPkg/Sec: Move ArmGicSetupNonSecure() prior to initialize platform-...oliviermartin
2012-03-26ArmPlatformPkg/Sec: Fixed monitor stack setupoliviermartin
2012-03-26ArmPlatformPkg/PrePi: Fix comment (minor change)oliviermartin
2012-03-26ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin
2012-03-26ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for co...oliviermartin
2012-03-26ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the se...oliviermartin
2012-03-26ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type castingoliviermartin
2012-03-261. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu5
2012-03-24EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm503
2012-03-23Add BootlogoOnly feature in BDS for BGRTczhang46
2012-03-20Update the license dateslpleahy
2012-03-20Fix VS X64 Compiler Failurelgao4
2012-03-19Fix doxgen format issue.vanjeff
2012-03-19Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA3...lgao4
2012-03-191. Remove conducting ASSERT in BaseCryptLib.sfu5
2012-03-191. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu5
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng14
2012-03-16Fix build break caused by CPU Exception Library.andrewfish
2012-03-16Updated platform DSC files to add CPU Exception Library instances.vanjeff
2012-03-16Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang