summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug description:ydong102011-03-081-1/+7
* fix a invalid pointer conversion when builing 32bit image.erictian2011-03-082-16/+22
* Add missing .h file to INF filegdong12011-03-081-1/+2
* when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian2011-03-042-10/+32
* Symptom:ydong102011-02-281-0/+1
* Puts SMM variable common definitions in SmmVariableCommon.h.gdong12011-02-288-154/+139
* The input StringInfo should be kept for HiiStringIdToImage() function. lgao42011-02-231-1/+0
* 1.Reposition the platform info. Move from the old position to left one block ...ydong102011-02-233-3/+3
* HiiCompareLanguage should use the exact match method, old code use the best m...ydong102011-02-231-4/+3
* Update PeiCore and DxeCore to verify FFS data checksum.lgao42011-02-232-5/+21
* fix refresh menu save attribute error. not consider the grayout attribute.ydong102011-02-221-3/+15