summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* 1. support numeric item +/- action generate callbackydong102010-12-231-0/+2
* Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong12010-12-221-18/+17
* Update inappropriate comments.gdong12010-12-154-10/+10
* Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong12010-12-121-1/+0
* Add typecast to remove warning with ICC.gdong12010-12-113-6/+5
* MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten2010-12-101-2/+3
* Add SMM Variable implementation.gdong12010-12-1017-1332/+3650
* EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao42010-12-091-3/+6
* Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu22010-12-091-0/+1
* update the comments.ydong102010-12-092-3/+3
* Co-work with patch V11137 to refine the Hii menu.ydong102010-12-095-5/+5
* DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten2010-12-062-0/+2
* Fix a bug in GetLangFromSupportedLangCodes()niruiyu2010-11-252-0/+10
* Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu2010-11-243-77/+302
* Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not...lgao42010-11-231-8/+24
* Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu2010-11-182-81/+302
* Print Arrow for Goto button.lgao42010-11-111-0/+12
* The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff2010-11-031-2/+2
* Refine code to make code run more safely.ydong102010-11-011-1/+2
* Correct Data type conversion.lgao42010-10-262-3/+3
* Update HiiDatabase->ExportPackageLists() service to support NULL HII handle ...lgao42010-10-251-2/+2
* Reserve one column at left screen to be more visually.lgao42010-10-253-4/+5
* Fix the following three issues:lgao42010-10-251-43/+17
* Use the correct length to copy KeyData.niruiyu2010-10-211-1/+1
* Fix build issue in IPv4. qianouyang2010-10-202-2/+2
* Refine code to make code run more safely.ydong102010-10-186-5/+9
* Fix minor gcc build break.andrewfish2010-10-151-1/+1
* Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang2010-10-155-114/+210
* Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu2010-10-143-16/+112
* DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2010-10-131-1/+1
* Refine code to make code run safely.ydong102010-09-168-18/+20
* Refine soma code to make code run safely.ydong102010-09-1525-113/+145
* Improve PXE Over IPv4 performance:hhuan132010-09-093-14/+18
* Rename one file to follow the file naming convention.rsun32010-09-072-1/+1
* Rename one file to follow the file naming convention.rsun32010-09-071-0/+0
* The patch acknowledges the TCP zero window probe message, either the format w...tye12010-08-275-14/+24
* To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan132010-08-271-20/+94
* Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()...hhuan132010-08-202-11/+3
* 1. Introduce PcdTftpBlockSize to let platform DSC customize block size.hhuan132010-08-183-1/+18
* remove CpuBreakpoint ().vanjeff2010-08-171-1/+0
* Fixed one bug which may lead standard error handle could not be set into syst...vanjeff2010-08-171-2/+1
* Roll back BlockSize to 0x8000 for PXE performance concern.hhuan132010-08-151-5/+1
* Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu22010-08-122-6/+8
* Fix a typo in Ip4ConfigDriverBindingStart(): it should be gEfiManagedNetworkS...xdu22010-08-041-1/+1
* Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con...xdu22010-08-041-1/+8
* Add debug print that the system is about to be reset. I was seeing watchtog t...andrewfish2010-07-301-0/+3
* Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ...hhuan132010-07-302-21/+74
* Add NULL pointer checking against Data.xli242010-07-303-3/+6
* Fix one issue: Some last IP settings may be lost when IP setting was re-set.vanjeff2010-07-301-0/+8
* Handle gEfiStatusCodeDataTypeStringGuid in status code handler drivers.xli242010-07-309-7/+49