summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2011-01-21MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4jljusten1-4/+4
2011-01-21Enhance code to avoid build error.ydong101-6/+6
2011-01-20Fixed HiiSetString failed. Tracker NUM:204479ydong103-18/+198
2011-01-17Enhance the code to avoid the potential of return address of local variable t...tye12-20/+30
2011-01-17Update the GUID value to be consist with the one in DEC file.gdong11-2/+2
2011-01-16Fixed 3 ECC errors.gdong11-5/+5
2011-01-13Fix potential memory access violationydong101-4/+7
2011-01-12Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong15-10/+1129
2011-01-12Fix an K9 issue in variable driver.gdong11-0/+1
2011-01-11Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney1-109/+81
2011-01-061. fix AtaPassThru.PassThru() sct failureerictian3-34/+91
2011-01-06Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney1-22/+216
2011-01-03Use REPORT_STATUS_CODExxx() macros directly.mdkinney1-36/+76
2010-12-311. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...gdong12-26/+31
2010-12-30Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney1-23/+23
2010-12-30Enable number input for numeric, date and time opcodeydong103-44/+98
2010-12-29Add mapping for PlatformHookLib to [LibraryClasses] sectionmdkinney1-0/+1
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun34-53/+79
2010-12-27Add missing @param to function header comment.mdkinney1-1/+2
2010-12-24Remove ASSERT here for the zero attributes means deleting preexisting variable.gdong11-1/+0
2010-12-241. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. xdu23-19/+48
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong108-69/+89
2010-12-231. support numeric item +/- action generate callbackydong101-0/+2
2010-12-23Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core pa...gdong11-4/+0
2010-12-22Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong11-18/+17
2010-12-20Fix ICC build issuesmdkinney1-9/+10
2010-12-18Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney7-0/+526
2010-12-17Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement...mdkinney1-1/+0
2010-12-16Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye11-2/+4
2010-12-15Fix ARM link issue.andrewfish1-0/+9
2010-12-15Update inappropriate comments.gdong14-10/+10
2010-12-14Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun32-0/+10
2010-12-14Add a TcpIo library to facilitate usage of TCP service.tye15-0/+1303
2010-12-14Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun34-0/+17
2010-12-12Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong11-1/+0
2010-12-11Add typecast to remove warning with ICC.gdong13-6/+5
2010-12-10MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten1-2/+3
2010-12-10Add SMM Variable implementation.gdong124-1332/+3912
2010-12-09EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao41-3/+6
2010-12-09Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu21-0/+1
2010-12-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun31-2/+2
2010-12-09update the comments.ydong102-3/+3
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong105-5/+5
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney4-109/+18
2010-12-06DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten2-0/+2
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney6-9/+153
2010-11-26EHCI Controllers with a CapLen of 0 are ignored.erictian1-0/+8
2010-11-25Fix a bug in GetLangFromSupportedLangCodes()niruiyu2-0/+10
2010-11-24Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu3-77/+302
2010-11-23 Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not...lgao41-8/+24