summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2015-04-03MdeModulePkg: Add two library instancesLiming Gao26-0/+4894
2015-04-03MdeModulePkg: Add LzmaDecompress GuidLiming Gao1-0/+5
2015-04-01MdeModulePkg: add error handling when DXE IPL PPI is not found.Elvin Li1-1/+12
2015-03-31MdeModulePkg: Remove unused internal structure in PeiCoreLiming Gao1-12/+4
2015-03-19MdeModulePkg BootScriptExecutorDxe: Fix 32bit build failure.Star Zeng1-2/+2
2015-03-18MdeModulePkg BootScriptExecutorDxe: Use ImageContext.ImageSize to allocate me...Star Zeng1-2/+6
2015-03-16MdeModulePkg: XhciDxe: list ARM and AARCH64 as valid architecturesLaszlo Ersek1-1/+1
2015-03-16MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0.Elvin Li5-95/+420
2015-03-13MdeModulePkg: Fix typo.Shumin Qiu7-16/+16
2015-03-12MdeModulePkg/Usb: Remove unnecessary direction restriction on UsbHc2.SyncInte...Feng Tian3-15/+3
2015-03-11MdeModulePkg: Enhance the comments of PcdMaxUserNvVariableSpaceSize.Star Zeng2-2/+2
2015-03-10MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.Shumin Qiu1-0/+8
2015-03-09MdeModulePkg Variable: Keep the behavior of Variable Dxe and SMM drivers cons...Star Zeng1-5/+5
2015-03-06MdeModulePkg: use 64 KB granularity for runtime allocations on AArch64Ard Biesheuvel1-0/+9
2015-03-06MdeModulePkg: serve allocations from higher-up bins if current bin is emptyArd Biesheuvel1-7/+22
2015-03-06MdeModulePkg: carve pool pages into the largest chunks possibleArd Biesheuvel1-3/+9
2015-03-06MdeModulePkg: use index to traverse free pool pagesArd Biesheuvel1-21/+9
2015-03-06MdeModulePkg: improve scalability of memory poolsArd Biesheuvel1-8/+28
2015-03-06MdeModulePkg: use correct granularity when allocating pool pagesArd Biesheuvel1-15/+37
2015-02-25MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler errorOlivier Martin1-1/+1
2015-02-23MdeModulePkg: list ARM and AARCH64 as valid architectures for some modulesLaszlo Ersek5-5/+5
2015-02-15MdeModulePkg: Update SMBIOS revision to 3.0.Elvin Li1-1/+1
2015-02-10MdeModulePkg: Update library class name of PlatformHookLibSerialPortPpi.infShumin Qiu1-2/+2
2015-02-05Open default Tcp child via BY_CHILD_CONTROLLER.Wu Jiaxin1-1/+32
2015-02-05MdeModulePkg: Update DSC file to fix build failure in EBC.Shumin Qiu1-2/+2
2015-02-05MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng10-10/+0
2015-02-04Enhance the parameter check to avoid potential issue in negotiation.Ye Ting1-14/+26
2015-02-04Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin1-2/+3
2015-02-04Verified ChildHandle, and correct the name for a child. Wu Jiaxin1-7/+119
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-02-03Update the code not require optional parameters include DataPDUInOrder and Da...Roy Franz1-10/+19
2015-02-02Use SmmMemLib to check communication buffer.Yao, Jiewen19-573/+109
2015-02-02MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng7-2/+25
2015-02-02MdeModulePkg Variable: Before EndOfDxe, just record the current boot VarError...Star Zeng1-1/+16
2015-01-30Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong3-58/+180
2015-01-27MdeModulePkg Variable: Implement variable quota management.Star Zeng10-143/+654
2015-01-27MdeModulePkg/UsbBotPei: Correct wrong media type detection logic in UsbBotPeiFeng Tian1-5/+7
2015-01-27MdeModulePkg: Fixed DxeCore displaying incorrect FV Hob informationHao Wu1-2/+2
2015-01-26MdeModulePkg: Acpi: enforce exclusion between FirmwareCtrl and XFirmwareCtrlLaszlo Ersek1-0/+4
2015-01-23The default type is not returned by display engine, this code update the logi...Eric Dong1-0/+3
2015-01-23Enable popup dialog when user press the hotkey.Eric Dong2-4/+193
2015-01-23Avoid change the return status from above code which will also be used later.Eric Dong1-2/+3
2015-01-23Locate the config route protocol before install the config access protocol to...Eric Dong1-13/+14
2015-01-22Update PcdSmbiosVersion from 0x0207 to 0x0208.Elvin Li1-1/+1
2015-01-22MdeModulePkg: Refine the format of INF files.Shumin Qiu1-3/+3
2015-01-21MdeModulePkg/DxeMain: Fix wrong sanity check in CoreTerminateMemoryMap()Ard Biesheuvel1-16/+15
2015-01-20Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.Ruiyu Ni4-17/+86
2015-01-13Fix IA32 build failure: Use MultU64x32 for 64bit * 32bit.Ruiyu Ni1-2/+2
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel6-0/+763
2015-01-12MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a C...Olivier Martin1-33/+25