summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-11Add more check for the bmp file to avoid access violation.ydong104-6/+218
2012-04-11Enable Help string scroll when the help info can't show all at current page.ydong104-13/+143
2012-04-11Current IPF version SwitchStack implementation uses loadrs instruction to res...li-elvin1-2/+4
2012-04-11UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun31-11/+27
2012-04-10Added VS2010 support in edksetup script. lgao41-10/+14
2012-04-10Sync BaseTools Trunk (version r2518) to EDKII main trunk.lgao427-0/+553
2012-04-10Sync BaseTools Trunk (version r2518) to EDKII main trunk.lgao432-64/+0
2012-04-10Sync BaseTools Trunk (version r2518) to EDKII main trunk.lgao4109-10909/+1569
2012-04-10MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian1-1/+2
2012-04-10Remove unused PCDs in OVMF Platform. lgao43-6/+0
2012-04-10Update code to avoid potential access violation.ydong107-9/+61
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