summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE.vanjeff2010-11-102-19/+8
* Fix ICC build break.rsun32010-11-101-7/+7
* Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42010-11-093-9/+101
* Some existing PCI adapters with UEFI option ROMs make unaligned requests thro...rsun32010-11-093-0/+143
* Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ...rsun32010-11-081-2/+2
* Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...mdkinney2010-11-042-4/+39
* Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun32010-11-041-8/+12
* The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff2010-11-031-2/+2
* swaps the order of timer disable and memory map termination to make sure memo...vanjeff2010-11-031-5/+5
* Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun32010-11-032-12/+19
* Fix PCD token value conflict issue.gikidy2010-11-021-1/+1
* Refine code to make code run more safely.ydong102010-11-011-1/+2
* S.M.A.R.T feature enableerictian2010-10-282-0/+376