summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add more check for the bmp file to avoid access violation.ydong102012-04-114-6/+218
* Enable Help string scroll when the help info can't show all at current page.ydong102012-04-114-13/+143
* Current IPF version SwitchStack implementation uses loadrs instruction to res...li-elvin2012-04-111-2/+4
* UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun32012-04-111-11/+27
* Added VS2010 support in edksetup script. lgao42012-04-101-10/+14
* Sync BaseTools Trunk (version r2518) to EDKII main trunk.lgao42012-04-1027-0/+553
* Sync BaseTools Trunk (version r2518) to EDKII main trunk.lgao42012-04-1032-64/+0
* Sync BaseTools Trunk (version r2518) to EDKII main trunk.lgao42012-04-10109-10909/+1569
* MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian2012-04-101-1/+2
* Remove unused PCDs in OVMF Platform. lgao42012-04-103-6/+0
* Update code to avoid potential access violation.ydong102012-04-107-9/+61
* New Shell binaries based on EDKII core r12898 and Shell r57.niruiyu2012-04-0591-6/+6
* Add pointer check for NULL before dereference it.sfu52012-04-051-0/+7
* 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