summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* If RSC_HANDLER_CALLBACK_ENTRY is allocated as boot service memory, the status...li-elvin2011-01-261-2/+2
* fix word typoerictian2011-01-262-4/+4
* fix arm gcc build errorerictian2011-01-261-2/+2
* Support proportional Font and Font output flags. lgao42011-01-242-182/+351
* Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney2011-01-211-1/+1
* MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4jljusten2011-01-211-4/+4
* Enhance code to avoid build error.ydong102011-01-211-6/+6
* Fixed HiiSetString failed. Tracker NUM:204479ydong102011-01-203-18/+198
* Enhance the code to avoid the potential of return address of local variable t...tye12011-01-172-20/+30
* Update the GUID value to be consist with the one in DEC file.gdong12011-01-171-2/+2
* Fixed 3 ECC errors.gdong12011-01-161-5/+5
* Fix potential memory access violationydong102011-01-131-4/+7
* Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong12011-01-125-10/+1129
* Fix an K9 issue in variable driver.gdong12011-01-121-0/+1
* Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney2011-01-111-109/+81
* 1. fix AtaPassThru.PassThru() sct failureerictian2011-01-063-34/+91
* Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney2011-01-061-22/+216
* Use REPORT_STATUS_CODExxx() macros directly.mdkinney2011-01-031-36/+76
* 1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...gdong12010-12-312-26/+31
* Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney2010-12-301-23/+23
* Enable number input for numeric, date and time opcodeydong102010-12-303-44/+98
* Add mapping for PlatformHookLib to [LibraryClasses] sectionmdkinney2010-12-291-0/+1
* Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun32010-12-284-53/+79
* Add missing @param to function header comment.mdkinney2010-12-271-1/+2
* Remove ASSERT here for the zero attributes means deleting preexisting variable.gdong12010-12-241-1/+0
* 1. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. xdu22010-12-243-19/+48
* 1. Support inconsistent if opcode used in string/password opcode.ydong102010-12-238-69/+89
* 1. support numeric item +/- action generate callbackydong102010-12-231-0/+2
* Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core pa...gdong12010-12-231-4/+0
* Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong12010-12-221-18/+17