summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update OvmfPkg FDF to avoid DXE driver to be rebased on build time.lgao42011-12-113-3/+9
* Fix Windows 2008 R2 installation fail issue in IPF ICC tip.tye12011-12-091-1/+1
* 1. Fix a bug when verify the CertType GUID in authentication variable data pa...sfu52011-12-094-6/+6
* MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break.rsun32011-12-091-1/+1
* IpsecConfigApp add the check for the required options (--local, --remote, Aut...qianouyang2011-12-082-11/+41
* ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changesoliviermartin2011-12-072-2/+2
* Sync BaseTool trunk (version r2460) into EDKII BaseTools. The change mainly ...lgao42011-12-0768-428/+3542
* Enable EFI_BROWSER_ACTION_CHANGED callback type for browser.ydong102011-12-071-1/+4
* Update code comments to specify the correct language format for Driver Diagno...lgao42011-12-072-3/+4
* BaseTools: Pending patches updateoliviermartin2011-12-061-23/+55
* ArmPlatformPkg/Sec: Enabled VFP (if supported by platform) prior to any libra...oliviermartin2011-12-061-4/+5
* MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementati...rsun32011-12-061-19/+64
* Fix ICC11 build failure. lgao42011-12-062-3/+121
* BeagleBoard: Fix buildoliviermartin2011-12-051-2/+2
* ArmPlatformPkg: Update pending patches with the latest BaseTools SyncUpoliviermartin2011-12-051-271/+0
* Refine the select highlight menu logic.ydong102011-12-051-10/+40
* Disable change value for grayout or readonly menu.ydong102011-12-051-2/+7
* Fix ICC11 build failure. lgao42011-12-051-9/+1
* Fix a ECC error - the parameter's name in comments is inconsistent with the o...qianouyang2011-12-052-2/+2
* Correct DriverFamilyOverrideProtocol guid value defined in MdePkg.lgao42011-12-051-1/+1
* Update a return status for UEFI spec compliance.gdong12011-12-021-1/+1
* Set the current view point to the breaking CPU if it meets breakpoint. vanjeff2011-12-021-1/+6
* Free memory allocated by ReadSection.lzeng142011-12-021-1/+7
* AppPkg/Applications/Python: Workaround recent build tool changes which preven...darylm5032011-12-011-149/+160
* Update the check condition to allows 64-bit operation's data buffer not to be...vanjeff2011-12-011-2/+3
* Update the check condition to allows UINT64 and INT64 data types to be 32-bit...vanjeff2011-12-011-2/+3
* Remove duplicated AML code definitions as they have been added to common header.lzeng142011-12-011-8/+1
* 1. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang2011-12-011-29/+4
* Refine the code to follow coding style.ydong102011-12-018-97/+97
* Add Acpi50 FPDT and BGRT module into MdeModulePkg.lgao42011-12-0111-0/+1819
* Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin2011-11-304-31/+8
* Add ACPI5.0 header file.jyao12011-11-308-168/+2495
* Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu2011-11-301-18/+6
* StdLib: Add isDirSep character classification macro and function. Implement ...darylm5032011-11-3040-423/+1019
* ShellPkg: Fix "-b" usage with timezone command.jcarsey2011-11-291-2/+2
* ShellBinPkg: Update binary files.jcarsey2011-11-295-3/+2
* ShellPkg: Fix handling of empty files in Hexeditjcarsey2011-11-291-1/+4
* Fix PerformancePkg GCC&ICC build fail.lzeng142011-11-291-1/+1
* Fix build error.lzeng142011-11-281-0/+1
* Fix openssl lib build issue in IPF tip.tye12011-11-281-4/+5
* Add the missing options for X64 and IPF arch of MSFT:NOOPT target.lgao42011-11-281-1/+3
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-285-12/+15
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-281-1/+1
* Correctly use GetPtrTypeSize() to get MaxSize. lgao42011-11-281-1/+1
* Fix PcdSetPtr() service to use the max buffer size to check whether new buffe...lgao42011-11-282-5/+13
* Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng142011-11-253-48/+182
* Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin2011-11-255-135/+330
* Uses DEFINE instead of define keyword to define global macro.lgao42011-11-251-4/+4
* MdeModulePkg: The patch eliminates two assumptionserictian2011-11-257-402/+1049
* Fix CrytoPkg issue in GCC X64 tip.tye12011-11-253-19/+91