summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix ICC build issuesmdkinney2010-12-201-9/+10
* Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney2010-12-187-0/+526
* Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implement...mdkinney2010-12-171-1/+0
* Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR.tye12010-12-161-2/+4
* Fix ARM link issue.andrewfish2010-12-151-0/+9
* Update inappropriate comments.gdong12010-12-154-10/+10
* Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun32010-12-142-0/+10
* Add a TcpIo library to facilitate usage of TCP service.tye12010-12-145-0/+1303
* Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun32010-12-144-0/+17
* Remove the unnecessary package from VariableSmmRuntimeDxe.inf.gdong12010-12-121-1/+0
* Add typecast to remove warning with ICC.gdong12010-12-113-6/+5
* MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchainjljusten2010-12-101-2/+3
* Add SMM Variable implementation.gdong12010-12-1024-1332/+3912
* EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...lgao42010-12-091-3/+6
* Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu22010-12-091-0/+1
* when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun32010-12-091-2/+2
* update the comments.ydong102010-12-092-3/+3
* Co-work with patch V11137 to refine the Hii menu.ydong102010-12-095-5/+5
* 1) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney2010-12-064-109/+18
* DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64jljusten2010-12-062-0/+2
* Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney2010-12-046-9/+153
* EHCI Controllers with a CapLen of 0 are ignored.erictian2010-11-261-0/+8
* Fix a bug in GetLangFromSupportedLangCodes()niruiyu2010-11-252-0/+10
* Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu2010-11-243-77/+302
* Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not...lgao42010-11-231-8/+24
* 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO...vanjeff2010-11-232-6/+17
* The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible ...rsun32010-11-223-3/+6
* Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to contro...niruiyu2010-11-221-0/+3
* Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc.xdu22010-11-221-0/+1
* Compare DXE performance token name by DXE performance string length. lgao42010-11-221-3/+3
* Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se...niruiyu2010-11-182-81/+302
* Fix spelling error in commentmdkinney2010-11-162-2/+2
* Fix bug: The lower 2 bits of Width and stripped, Count will always be multipl...vanjeff2010-11-121-7/+7
* Print Arrow for Goto button.lgao42010-11-111-0/+12