summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2015-05-04MdeModulePkg/NvmExpressDxe: Expose EFI_NVM_EXPRESS_PASS_THRU protocolFeng Tian7-651/+324
2015-04-29MdeModulePkg: Update comments for PcdMemoryProfileMemoryTypeLiming Gao2-0/+1
2015-04-29MdeModulePkg: PI1.4 DxeCore GetMemoryMap() updateLiming Gao1-38/+32
2015-04-29MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stackFeng Tian2-12/+15
2015-04-29MdeModulePkg: Add UFS (Universal Flash Storage) StackFeng Tian33-0/+12521
2015-04-29MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao5-10/+45
2015-04-27MdePkg/BaseSerialPortLib16550: Support UARTs with a register stride greater t...Michael Kinney4-11/+16
2015-04-27MdeModulePkg/NvmExpressDxe: fix build errorFeng Tian1-1/+1
2015-04-27MdeModulePkg/NvmExpressDxe: Correct Prp list creation algorithm.Feng Tian1-5/+11
2015-04-27MdeModulePkg: fix completed xfer length in XhciDxe and XhciPei driversFeng Tian2-3/+3
2015-04-27MdeModulePkg/XhciDxe: rename "Lenth" to "Length" in TRB structsFeng Tian2-11/+11
2015-04-23MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block...Feng Tian1-10/+11
2015-04-20Update the logic for action opcode, also support user input a empty string fo...Eric Dong1-0/+2
2015-04-20Update the logic: After check the environment, calculate the new parameter an...Eric Dong2-0/+20
2015-04-17Fix some grammar and converge formatting of the two versions of TcpInput.cBALATON Zoltan1-14/+15
2015-04-15MdeModulePkg: PCD/Pei: eliminate unused but set variableLaszlo Ersek1-3/+2
2015-04-14MdeModulePkg Pcd: Check the input SkuId in SetSku()Star Zeng4-29/+68
2015-04-13MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADE...Star Zeng3-3/+7
2015-04-13Save initial TSVal from TCP connection initiation packets.BALATON Zoltan1-1/+3
2015-04-10MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file.Star Zeng6-34/+158
2015-04-10MdeModulePkg/NvmExpressDxe: Fix possible memory leak issue in NvmExpressDxe d...Feng Tian1-1/+8
2015-04-10MdeModulePkg Variable: Enhance the code logic about VariableLockStar Zeng1-0/+14
2015-04-10MdeModulePkg: Roll back report status code change in RuntimeDriverSetVirtualA...Elvin Li1-4/+5
2015-04-09MdeModulePkg: Put report status code at the end of RuntimeDriverSetVirtualAdd...Elvin Li1-5/+4
2015-04-07MdeModulePkg: Put report status code after event was signaled per PI spec.Elvin Li1-6/+6
2015-04-07MdeModulePkg: Add LzmaDecompress GuidLiming Gao1-0/+35
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