summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2015-05-11MdeModulePkg DxeCore: Add memory more reliable support.Star Zeng2-32/+54
2015-05-11MdeModulePkg: Fix SortLib library class name typo.Ruiyu Ni2-3/+3
2015-05-11MdeModulePkg DxeCore: Add read only memory support.Star Zeng1-0/+4
2015-05-11MdeModulePkg: Update implementation of PeiAllocatePages() to allow EfiReserve...Star Zeng1-2/+3
2015-05-11MdeModulePkg: Add Reset2 ppi support in PEI CORE.Star Zeng4-3/+78
2015-05-08MdeModulePkg: Update FirmwarePerformanceDataTableDxe for LegacyBootLiming Gao1-54/+22
2015-05-08MdeModulePkg: Remove CapsulePpi definitionLiming Gao2-128/+0
2015-05-08MdeModulePkg: Update CapsulePei to consume PI1.4 CapsulePpiLiming Gao2-6/+6
2015-05-08MdePkg, MdeModulePkg: Remove EFI_ABORTED from I2C protocols per PI spec 1.4.Ruiyu Ni2-6/+2
2015-05-08MdePkg, MdeModulePkg: Remove EFI_NOT_FOUND from I2C IO protocolRuiyu Ni1-1/+0
2015-05-07MdeModulePkg: Avoid using same TokenValue for two PCDs.Ruiyu Ni1-1/+1
2015-05-07MdeModulePkg/SmmCore: SMM register protocol notify function clarifyJeff Fan1-3/+3
2015-05-06MdeModulePkg: Enhance the check for numeric opcode with EFI_IFR_DISPLAY_INT_D...Eric Dong3-75/+282
2015-05-06MdeModulePkg: BaseSortLib and UefiBootManagerLib support DXE_RUNTIME_DRIVER.Ruiyu Ni2-2/+2
2015-05-06MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in...Eric Dong7-4/+200
2015-05-06MdeModulePkg: update comments for question.Eric Dong1-2/+2
2015-05-06MdeModulePkg: Enable buffer type value for default and oneofoption opcode.Eric Dong2-2/+40
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong3-6/+83
2015-05-06MdeModulePkg: Add DriverHealthManagerDxe driver.Ruiyu Ni8-0/+1307
2015-05-06MdeModulePkg: Add BootManagerMenuApp.Ruiyu Ni5-0/+1162
2015-05-06MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library.Ruiyu Ni12-0/+1937
2015-05-06MdeModulePkg: Add UefiBootManagerLibRuiyu Ni14-3/+8018
2015-05-06MdeModulePkg: Remove GetBootMode() at FirmwarePerformancePeiEntryPointHao Wu1-42/+36
2015-05-06Copy PCD from IntelFrameworkModulePkg to MdePkg and MdeModulePkgRuiyu Ni1-0/+23
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