summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the arrow position.ydong102011-02-212-3/+5
* Update HiiCompareLanguage() function to use GetBestLanguage() API to do RFC46...lgao42011-02-161-17/+1
* update comments and correct reclaim algorithm if there is no record existing ...erictian2011-02-162-5/+5
* correct Intel's copyright date as the changes checked-in at r11273 & r11272 a...erictian2011-02-122-2/+2
* Correct comments in DevicePathDxe.inf.lgao42011-02-121-2/+2
* Add four PCDs for the different color settings of Subtitle and Text Filed on ...lgao42011-02-126-29/+103
* Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao42011-02-121-2/+2
* Correct typo in word in DxeCore.lgao42011-02-124-5/+5
* Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao42011-02-124-6/+54
* UEFI table also need to be in ACPI NVS memory, because some data fieldjyao12011-02-111-3/+8
* 1) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney2011-02-103-6/+38
* Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney2011-02-041-7/+6