summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix issue that iscsi initiator name with 223 bytes can not be saved.tye12011-04-211-4/+4
* Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang2011-04-202-2/+2
* Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu2011-04-194-397/+300
* Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu2011-04-193-104/+93
* Update IFR version opcode value to follow the UEFI2.3.1 Spec.lgao42011-04-191-5/+2
* Update ALTCFG reference from default name token to default ID.ydong102011-04-193-132/+10
* Do not assert in HiiBlockToConfig function when an invalid format of ConfigRe...ydong102011-04-131-5/+6
* Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca...ydong102011-04-121-312/+346
* Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32011-04-082-2/+16
* Fix ICC build error.tye12011-04-071-1/+1
* Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNodeniruiyu2011-04-071-1/+1
* Update ISID to fixed value: first 3 bytes are derived from MAC address while ...tye12011-04-067-22/+162
* Use the minimum value for Numeric and the first option value for OneOf as the...lgao42011-04-012-2/+72
* Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ...niruiyu2011-04-011-2/+7
* Fix ICC compilation failure. No functionality impact.niruiyu2011-03-301-3/+5
* Update inf file to follow spec.ydong102011-03-301-1/+0
* Add DevicePathFromText support for ACPI _ADR node.niruiyu2011-03-291-1/+47
* MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Rowjljusten2011-03-234-4/+24
* MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Rowjljusten2011-03-233-63/+57
* Fix ICC build failure.lgao42011-03-181-1/+1