summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang2011-06-141-9/+29
* fix file name lowercase/uppercase inconsistent issue.erictian2011-06-141-2/+2
* fix file name lowercase/uppercase inconsistent issue.erictian2011-06-141-0/+0
* fix file name lowercase/uppercase inconsistent issue.erictian2011-06-141-0/+0
* ScsiBus/ScsiDisk enhancement for no_media state.erictian2011-06-144-273/+367
* Produce DiskInfo for usb mass storage deviceerictian2011-06-1313-46/+351
* 1. When get value from AltCfg data, check the varstore type first.ydong102011-06-133-2/+12
* Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu2011-06-133-16/+3
* Fix GCC build failydong102011-06-131-0/+1
* Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu2011-06-101-1/+7
* Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...lgao42011-06-101-31/+44
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-092-29/+60
* Add assertion in PeiAllocatePool when out of resource.niruiyu2011-06-091-1/+2
* Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu2011-06-091-2/+4
* Add new "Refresh guid" opcode, also add sample code to use it.ydong102011-06-088-65/+362
* Add new "Modal form" opcode, also add sample code to use it.ydong102011-06-087-16/+105
* String Reference Cleanup.lzeng142011-06-086-79/+85
* Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu52011-06-075-32/+54
* Fix X64 clang warnings.andrewfish2011-06-045-12/+14
* Fix the issue when checking the value of KeyDescriptor->Modifier to see if it...vanjeff2011-06-021-1/+1
* Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu2011-05-311-2/+2
* Add new call back return value; also add some sample code to use it.ydong102011-05-3112-431/+988
* Update code to pass packaging tool.lzeng142011-05-302-9/+1
* MdeModulePkg: Fixed memory corruption when BlockIo2 is not presentgeekboy15a2011-05-271-6/+6
* 1. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff2011-05-272-20/+33
* Add more status code in drivers.li-elvin2011-05-267-5/+22
* Fix ICC build break.ydong102011-05-251-1/+2
* Make sure the return value of MapKey is correct by moving the assignment into...erictian2011-05-251-6/+5
* Add the DriverFamilyOverride support in DxeCore.niruiyu2011-05-243-2/+41
* Fixed SCT test failed caused by driver sample.ydong102011-05-231-5/+10
* Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu2011-05-232-43/+107
* Add core SMBIOS 2.7.0 and 2.7.1 support.lzeng142011-05-232-41/+47
* Add two new methods to get default value, also add sample code in sample driver.ydong102011-05-207-5/+613
* Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong102011-05-204-374/+380
* fix memory leak at AccessAtaDevice() of AtaBus.erictian2011-05-192-78/+104
* Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2011-05-197-15/+18
* CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng142011-05-171-20/+4
* A complement fix for revision 11664 to update GCC assembly files : clear the ...rsun32011-05-172-2/+8
* Fixed an error when parse time opcode.ydong102011-05-171-1/+1
* Clear the direction flag in interrupt/exception handlers' assembly entry code...rsun32011-05-162-2/+8
* Update USB keyboard driver to return scan code for Pause key.vanjeff2011-05-161-12/+5
* Add Pointer check for NULL before referring it and remove unnecessary pointer...qianouyang2011-05-062-49/+30
* Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney2011-05-041-3/+3
* 1. Fixed a issue in Ip4Config.chhuan132011-05-041-0/+3
* 1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.hhuan132011-05-044-13/+622
* Add BlockIO2 Protocol.qianouyang2011-05-0316-1176/+2877
* 1. Fixed a bug to make sure IP,Mask,Gateway survives across rest in case "ifc...hhuan132011-04-281-13/+1
* Solve a wrong pointer reference in QueryVariableInfo().erictian2011-04-272-4/+4
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-254-67/+106
* 1. Enabled IP4 layer auto configuration in case cable swap is detected.hhuan132011-04-253-4/+121