summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2013-08-22Fix DDK3790 build failure.Ruiyu Ni1-1/+1
2013-08-21Fix function header comments for DiskIoDestroySubtask.Ruiyu Ni1-0/+1
2013-08-21MdeModulePkg/DiskIoDxe: Fixed GCC build errorOlivier Martin1-3/+0
2013-08-21Remove several ASSERT in XhciDxe to allow error status happen then do error h...Elvin Li2-42/+67
2013-08-20Refine the comments and code to follow spec.Eric Dong5-61/+87
2013-08-20Add the missing status code in the returned table of InstallMultipleProtocolI...Shumin Qiu2-4/+12
2013-08-20Add DiskIo2 protocol definition to MdePkg.Ruiyu Ni9-477/+1239
2013-08-20Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND...Qian Ouyang1-1/+6
2013-08-19MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2-13/+127
2013-08-16Change the PciBusDxe driver to install the PCI enumeration complete GUID in t...Ruiyu Ni1-3/+1
2013-08-16MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng1-2/+12
2013-08-14Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec.Elvin Li8-0/+3975
2013-08-12Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li7-123/+1357
2013-08-12MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support.Feng Tian13-0/+5833
2013-08-12Refine the code logic for browser and display engine.Eric Dong20-8162/+215
2013-08-12Update Browser to provide the customization possibilities.Eric Dong25-2181/+13540
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong28-12296/+8884
2013-08-09Check in the missing code.Eric Dong2-2/+2
2013-08-09Update Browser to provide the customization possibilities.Eric Dong28-8884/+12296
2013-08-09Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li2-4/+55
2013-08-07MdeModulePkg: Added ARM Aarch64 architecture supportHarry Liebel3-4/+4
2013-08-05MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian4-15/+30
2013-07-31MdeModulePkg PartitionDxe: Ensure the NumberOfPartitionEntries * SizeOfPartit...Star Zeng1-3/+12
2013-07-29Clean the flag before use it to avoid use old error value.Eric Dong1-0/+1
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni9-64/+25
2013-07-26Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText...Ruiyu Ni6-5990/+25
2013-07-25Roll back the changes in revision 14296 since it will cause iSCSI security au...Fu Siyuan1-1/+1
2013-07-18The PCI host bridge can signal failures in its initialization toOlivier Martin2-8/+32
2013-07-17Expand the PcdSrIovSystemPageSize type to PcdsPatchableInModule.Ruiyu Ni1-6/+6
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2-16/+0
2013-07-16Rollback patch 14470, because it error check in some extra ending code.Eric Dong2-48/+64
2013-07-16Change the PcdSrIovSystemPageSize from type of [PcdFixedAtBuild] to [PcdFixed...Ruiyu Ni1-7/+7
2013-07-16Fixes the GCC build 'Unused variable' warning (raised an error when warnings ...Olivier Martin2-64/+48
2013-07-15Refine the validation for the input attribute before return.Eric Dong1-1/+5
2013-07-11MdeModulePkg: Add the alignment check for FTW spare area address and length, ...Star Zeng7-6/+35
2013-07-11MdeModulePkg FaultTolerantWritePei: Refine the code to avoid error report.Star Zeng1-17/+20
2013-07-05MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian3-78/+78
2013-07-03MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng19-276/+1051
2013-07-03Fix DDK build fail.Eric Dong1-1/+1
2013-07-03Fix GCC build fail.Eric Dong1-4/+4
2013-07-02Update HiiDataBase and UefiHiiLib to support Name/Value varstore. Eric Dong5-1163/+2188
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian13-38/+104
2013-06-18MdeModulePkg/AtaBus: wait up to 30s for ATA cmd response in Standby/Idle mode...Feng Tian1-4/+6
2013-06-17The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek1-0/+23
2013-06-17Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni1-502/+479
2013-06-14The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek1-479/+502
2013-06-07Use right LBA to get the backed up WorkSpace in spare block.Star Zeng1-3/+5
2013-06-06Update code to follow spec, add discard form action before reset.Eric Dong1-0/+1
2013-05-27Refine the logic about processing options for oneof opcode.ydong101-6/+24
2013-05-27Fix the issue that FreePool is too early in FirmwarePerformanceDxe.lgao41-4/+11