summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)Author
2011-02-11UEFI table also need to be in ACPI NVS memory, because some data fieldjyao1
2011-02-101) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney
2011-02-04Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney
2011-01-26If RSC_HANDLER_CALLBACK_ENTRY is allocated as boot service memory, the status...li-elvin
2011-01-26fix word typoerictian
2011-01-26fix arm gcc build errorerictian
2011-01-24 Support proportional Font and Font output flags. lgao4
2011-01-21Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney
2011-01-21MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4jljusten
2011-01-21Enhance code to avoid build error.ydong10
2011-01-20Fixed HiiSetString failed. Tracker NUM:204479ydong10
2011-01-17Enhance the code to avoid the potential of return address of local variable t...tye1
2011-01-17Update the GUID value to be consist with the one in DEC file.gdong1
2011-01-16Fixed 3 ECC errors.gdong1
2011-01-13Fix potential memory access violationydong10
2011-01-12Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong1
2011-01-12Fix an K9 issue in variable driver.gdong1
2011-01-11Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney
2011-01-061. fix AtaPassThru.PassThru() sct failureerictian
2011-01-06Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney
2011-01-03Use REPORT_STATUS_CODExxx() macros directly.mdkinney
2010-12-311. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new re...gdong1
2010-12-30Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEV...mdkinney
2010-12-30Enable number input for numeric, date and time opcodeydong10
2010-12-29Add mapping for PlatformHookLib to [LibraryClasses] sectionmdkinney
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun3
2010-12-27Add missing @param to function header comment.mdkinney
2010-12-24Remove ASSERT here for the zero attributes means deleting preexisting variable.gdong1
2010-12-241. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. xdu2
2010-12-231. Support inconsistent if opcode used in string/password opcode.ydong10
2010-12-231. support numeric item +/- action generate callbackydong10
2010-12-23Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core pa...gdong1
2010-12-22Fix a potential bug that SetVariable is invoked for NV variable prior to the ...gdong1
2010-12-20Fix ICC build issuesmdkinney
2010-12-18Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney
2010-12-17Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement...mdkinney
2010-12-16Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye1
2010-12-15Fix ARM link issue.andrewfish
2010-12-15Update inappropriate comments.gdong1
2010-12-14Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun3
2010-12-14Add a TcpIo library to facilitate usage of TCP service.tye1
2010-12-14Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun3
2010-12-12Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong1
2010-12-11Add typecast to remove warning with ICC.gdong1
2010-12-10MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten
2010-12-10Add SMM Variable implementation.gdong1
2010-12-09EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao4
2010-12-09Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu2
2010-12-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun3
2010-12-09update the comments.ydong10