summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use exactly match method for HiiCompareLanguage.ydong102011-03-171-4/+18
* Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney2011-03-161-17/+20
* Add description for 64-byte FIFO enable bit for PcdSerialFifoControl.mdkinney2011-03-162-2/+4
* Refine the inf and dec to follow spec.ydong102011-03-152-3/+3
* Reserve more space width for Option value. lgao42011-03-151-3/+2
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11399 6f...ydong102011-03-151-13/+44
* Roll back change to previous version. Language should be compared as the exac...lgao42011-03-141-14/+1
* judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF...erictian2011-03-143-185/+45
* Enhance inf and dec file to follow specs.ydong102011-03-1416-38/+45
* add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian2011-03-141-2/+2
* if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria...erictian2011-03-143-8/+177
* Fix a bug in SmmPerformanceLib that there is no return value in normal cases ...rsun32011-03-141-0/+1
* Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff2011-03-141-2/+2
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-111-0/+1
* Update some progress codes name per the PI Spec, 1.2 Errata B. vanjeff2011-03-112-4/+4
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney2011-03-105-7/+479
* Add performance library instances for SMM performance measurement.rsun32011-03-1010-2/+1729
* fix null DevicePath issue.erictian2011-03-101-0/+3
* 1. The old refresh string code also update the time/date opcode. But for the ...ydong102011-03-101-8/+16
* Update HiiCompareLanguage to support case that language in String package is ...lgao42011-03-082-5/+21
* Do the following enhancement for SetupBrowser:lgao42011-03-084-158/+224